Uses of Package
edu.pdx.cs410J.family

Packages that use edu.pdx.cs410J.family
Package
Description
The package contains a family tree application that uses many of the classes that we discuss in CS410J.
  • Class
    Description
    Classes 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 a JList that contains the names of the people in a family tree.
    This class is a JPanel 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 a JPanel that displays a Person.
    This interface specifies a factory that is responsible for creating, storing and querying Person objects.
    This interface models a Marriage that is accessed remotely using Java Remote Method Invocation.
    This interface models a Person that is accessed remotely using Java Remote Method Invocation.
    This class contains fields and methods that are useful when dealing with XML data.