Uses of Interface
breadboards.GObjectParent
-
-
Uses of GObjectParent in breadboards
Classes in breadboards that implement GObjectParent Modifier and Type Class Description class
Breadboard
A JFrame with several components pre-added for quick development (i.e., a text area, text field, label, two buttons, and a panel on which drawings can be made.class
GCompound
Subclass of GObject suitable for displaying a collection of other GObjects, treated as a single entityclass
GSpaceship
Subclass of GCompound that looks like a small red spaceshipclass
GTurtle
Methods in breadboards that return GObjectParent Modifier and Type Method Description GObjectParent
GObject. getParent()
returns the parent of the GObject - typically a GCompound or a Breadboard objectMethods in breadboards with parameters of type GObjectParent Modifier and Type Method Description void
GObject. setParent(GObjectParent parent)
sets the parent for this object to be the specified parent - note: it does not tell the parent of this child
-