Uses of Class
org.jdesktop.swingx.action.BoundAction

Packages that use BoundAction
org.jdesktop.jdnc.action   
org.jdesktop.swingx.action Contains classes related to the JDNC actions architecture. 
 

Uses of BoundAction in org.jdesktop.jdnc.action
 

Subclasses of BoundAction in org.jdesktop.jdnc.action
 class ResetAction
          Resets all components in form with current values in model.
 class SubmitAction
          Base class for implementing form submit actions.
 

Uses of BoundAction in org.jdesktop.swingx.action
 

Methods in org.jdesktop.swingx.action that return BoundAction
static BoundAction ActionFactory.createBoundAction(java.lang.String id, java.lang.String name, java.lang.String mnemonic)
          Factory Methods for creating BoundActions
static BoundAction ActionFactory.createBoundAction(java.lang.String id, java.lang.String name, java.lang.String mnemonic, boolean toggle)
           
static BoundAction ActionFactory.createBoundAction(java.lang.String id, java.lang.String name, java.lang.String mnemonic, boolean toggle, java.lang.String group)
           
 BoundAction ActionManager.getBoundAction(java.lang.Object id)
          Convenience method for returning the BoundAction
 



Copyright © 2005 Sun Microsystems All Rights Reserved.