uchicago.src.reflector
Class ActionDescriptor
java.lang.Object
|
+--uchicago.src.reflector.ActionDescriptor
- Direct Known Subclasses:
- ButtonActionDescriptor
- public abstract class ActionDescriptor
- extends Object
Describes an Action. This action is constituted by a label, a
java.awt.event.ActionListener that is executed when the action is
performed, and a GUI representation of the Action (a button etc.)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
protected String label
listener
protected ActionListener listener
ActionDescriptor
public ActionDescriptor(String label,
ActionListener listener)
getLabel
public String getLabel()
getComponent
public abstract JComponent getComponent()
Bug reports and feature requests to RePast