Uses of Class
edu.pdx.cs410J.family.Marriage
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in CS410J.
-
Uses of Marriage in edu.pdx.cs410J.family
Modifier and TypeMethodDescriptionEditMarriageDialog.getMarriage()
Returns theMarriage
edited by thisEditMarriageDialog
.Modifier and TypeMethodDescriptionPerson.getMarriages()
Returns the marriages that this person was involved in.Modifier and TypeMethodDescriptionvoid
Person.addMarriage
(Marriage marriage) Makes note of a marriage this person was involved in.ModifierConstructorDescriptionEditMarriageDialog
(Marriage marriage, JFrame owner, FamilyTree tree) Creates a newEditMarriageDialog
for editing an existing marriage.(package private)
RemoteMarriageImpl
(Marriage marriage) Creates a newRemoteMarriageImpl
that delegates most of its behavior to a givenMarriage