Uses of Interface
edu.pdx.cs.joy.family.RemoteFamilyTree
Packages that use RemoteFamilyTree
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in The Joy of Coding.
-
Uses of RemoteFamilyTree in edu.pdx.cs.joy.family
Classes in edu.pdx.cs.joy.family that implement RemoteFamilyTreeModifier and TypeClassDescriptionclassThis class is a remote family tree whose contents are read from and saved to an XML file.Constructors in edu.pdx.cs.joy.family with parameters of type RemoteFamilyTreeModifierConstructorDescription(package private)RemotePersonImpl(RemoteFamilyTree tree, Person person) Creates a newRemotePersonImplthat delegates most of its behavior to a givenPerson.