Uses of Interface
breadboards.GObjectParent
-
-
Uses of GObjectParent in breadboards
Classes in breadboards that implement GObjectParent Modifier and Type Class Description classBreadboardA 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.classGCompoundSubclass of GObject suitable for displaying a collection of other GObjects, treated as a single entityclassGSpaceshipSubclass of GCompound that looks like a small red spaceshipclassGTurtleMethods in breadboards that return GObjectParent Modifier and Type Method Description GObjectParentGObject. 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 voidGObject. setParent(GObjectParent parent)sets the parent for this object to be the specified parent - note: it does not tell the parent of this child
-