com.samskivert.swing
Class RuntimeAdjust.Action

java.lang.Object
  extended by com.samskivert.swing.RuntimeAdjust.Adjust
      extended by 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.


Field Summary
 
Fields inherited from class com.samskivert.swing.RuntimeAdjust.Adjust
_config, _descrip, _editor, _name
 
Constructor Summary
RuntimeAdjust.Action(String descrip, String name)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
protected  void populateEditor(JPanel editor)
           
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class com.samskivert.swing.RuntimeAdjust.Adjust
compareTo, equals, getAdjustment, getDescription, getEditor, getLibrary, getName, getPackage, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

RuntimeAdjust.Action

public RuntimeAdjust.Action(String descrip,
                            String name)
Method Detail

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.