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 theMarriageedited 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 TypeMethodDescriptionvoidPerson.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 newEditMarriageDialogfor editing an existing marriage.(package private)RemoteMarriageImpl(Marriage marriage) Creates a newRemoteMarriageImplthat delegates most of its behavior to a givenMarriage