Uses of Package
edu.pdx.cs410J.family
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in CS410J.
-
ClassDescriptionClasses that implement this interface dump a family tree to some destination.This class represents a family tree.This exception is thrown when something is wrong with a family tree or a data source from which a family tree is read.A
FamilyTreeList
is aJList
that contains the names of the people in a family tree.This class is aJPanel
that can be used to display a family tree.This class represents a marriage between two people.Classes that implement this interface create a family tree from some source.This class represents a person in a family tree.This class is aJPanel
that displays aPerson
.This interface specifies a factory that is responsible for creating, storing and queryingPerson
objects.This interface models aMarriage
that is accessed remotely using Java Remote Method Invocation.This interface models aPerson
that is accessed remotely using Java Remote Method Invocation.This class contains fields and methods that are useful when dealing with XML data.