com.samskivert.swing
Class RuntimeAdjust.Action
java.lang.Object
com.samskivert.swing.RuntimeAdjust.Adjust
com.samskivert.swing.RuntimeAdjust.Action
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Comparable<RuntimeAdjust.Adjust>, Runnable, EventListener
- Enclosing class:
- RuntimeAdjust
public abstract static class RuntimeAdjust.Action
- extends RuntimeAdjust.Adjust
- implements ActionListener, Runnable
Provides the ability to click a button and fire an action.
| Methods inherited from interface java.lang.Runnable |
run |
RuntimeAdjust.Action
public RuntimeAdjust.Action(String descrip,
String name)
populateEditor
protected void populateEditor(JPanel editor)
- Specified by:
populateEditor in class RuntimeAdjust.Adjust
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed in interface ActionListener
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.