Class edu.cornell.lassp.mck10.ConfigurePack.ConfigureFrame
All Packages Class Hierarchy This Package Previous Next Index
Class edu.cornell.lassp.mck10.ConfigurePack.ConfigureFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----edu.cornell.lassp.mck10.ConfigurePack.ConfigureFrame
- public class ConfigureFrame
- extends Frame
-
ConfigureFrame(Configurable)
-
-
handleEvent(Event)
- Handles the event.
-
hide()
- Hides the component.
-
show()
- Shows the Window.
ConfigureFrame
public ConfigureFrame(Configurable value)
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