Save This Page
Home » openjdk-7 » javax » swing » [javadoc | source]
javax.swing
final class: JComponent.ActionStandin [javadoc | source]
java.lang.Object
   javax.swing.JComponent$ActionStandin

All Implemented Interfaces:
    Action

ActionStandin is used as a standin for ActionListeners that are added via registerKeyboardAction.
Constructor:
 ActionStandin(ActionListener actionListener,
    String command) 
Method from javax.swing.JComponent$ActionStandin Summary:
actionPerformed,   addPropertyChangeListener,   getValue,   isEnabled,   putValue,   removePropertyChangeListener,   setEnabled
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.JComponent$ActionStandin Detail:
 public  void actionPerformed(ActionEvent ae) 
 public  void addPropertyChangeListener(PropertyChangeListener listener) 
 public Object getValue(String key) 
 public boolean isEnabled() 
 public  void putValue(String key,
    Object value) 
 public  void removePropertyChangeListener(PropertyChangeListener listener) 
 public  void setEnabled(boolean b)