Class edu.cornell.lassp.mck10.ConfigurePack.CollectionFrame
All Packages Class Hierarchy This Package Previous Next Index
Class edu.cornell.lassp.mck10.ConfigurePack.CollectionFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----edu.cornell.lassp.mck10.ConfigurePack.CollectionFrame
- public class CollectionFrame
- extends Frame
The CollectionFrame class is used to produce a menu of the Configurables
belonging to a Configurable Collection.
Source code
is available.
- Version:
- 0.1
- Author:
- Matt Kuntz (E-mail: mck10@cornell.edu)
- See Also:
- Configurable
-
CollectionFrame(ConfigurableCollection)
-
-
handleEvent(Event)
- Handles the event.
-
hide()
- Hides the component.
-
show()
- Shows the Window.
CollectionFrame
public CollectionFrame(ConfigurableCollection collection)
hide
public void hide()
- Hides the component.
- Overrides:
- hide in class Component
show
public void show()
- Shows the Window.
- Overrides:
- show in class Window
handleEvent
public boolean handleEvent(Event evt)
- Handles the event.
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index