Uses of Class
edu.pdx.cs410J.family.Marriage
Packages that use 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
Methods in edu.pdx.cs410J.family that return MarriageModifier and TypeMethodDescriptionEditMarriageDialog.getMarriage()
Returns theMarriage
edited by thisEditMarriageDialog
.Methods in edu.pdx.cs410J.family that return types with arguments of type MarriageModifier and TypeMethodDescriptionPerson.getMarriages()
Returns the marriages that this person was involved in.Methods in edu.pdx.cs410J.family with parameters of type MarriageModifier and TypeMethodDescriptionvoid
Person.addMarriage
(Marriage marriage) Makes note of a marriage this person was involved in.Constructors in edu.pdx.cs410J.family with parameters of type MarriageModifierConstructorDescriptionEditMarriageDialog
(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