Class edu.cornell.lassp.mck10.ConfigurePack.ConfigureButton
All Packages Class Hierarchy This Package Previous Next Index
Class edu.cornell.lassp.mck10.ConfigurePack.ConfigureButton
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Button
|
+----edu.cornell.lassp.mck10.ConfigurePack.ConfigureButton
- public class ConfigureButton
- extends Button
ConfigureButton is a simple extension of Buton
which calls up the configuration frame associated with a configurable.
Source code
is available.
- Version:
- 0.1
- Author:
- Matt Kuntz (E-mail: mck10@cornell.edu)
- See Also:
- Configurable
-
ConfigureButton(Configurable)
-
-
ConfigureButton(Configurable, String)
-
-
action(Event, Object)
- Called if an action occurs in the Component.
ConfigureButton
public ConfigureButton(Configurable variable)
ConfigureButton
public ConfigureButton(Configurable variable,
String text)
action
public boolean action(Event e,
Object obj)
- Called if an action occurs in the Component.
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index