|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractActionExt | |
---|---|
org.jdesktop.jdnc.action | |
org.jdesktop.swingx | Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. |
org.jdesktop.swingx.action | Contains classes related to the JDNC actions architecture. |
org.jdesktop.swingx.table | Contains API required by the extended JTable component, JXTable. |
Uses of AbstractActionExt in org.jdesktop.jdnc.action |
---|
Subclasses of AbstractActionExt in org.jdesktop.jdnc.action | |
---|---|
class |
CollapseAction
Contains the visible properties of a collape action which would be invoked on a tree like structure. |
class |
ExpandAction
Contains the visible properties of an expand action which would be invoked on a tree like structure. |
class |
FindAction
|
class |
PrintAction
|
class |
ResetAction
Resets all components in form with current values in model. |
class |
SubmitAction
Base class for implementing form submit actions. |
Uses of AbstractActionExt in org.jdesktop.swingx |
---|
Methods in org.jdesktop.swingx that return AbstractActionExt | |
---|---|
protected AbstractActionExt |
AbstractPatternPanel.createBoundAction(java.lang.String actionCommand,
java.lang.String methodName)
creates, configures and returns a bound action to the given method of this. |
protected AbstractActionExt |
AbstractPatternPanel.createModelStateAction(java.lang.String command,
java.lang.String methodName,
boolean initial)
creates, configures and returns a bound state action on a boolean property of the PatternModel. |
protected AbstractActionExt |
AbstractPatternPanel.getAction(java.lang.String key)
convenience method for type-cast to AbstractActionExt. |
Uses of AbstractActionExt in org.jdesktop.swingx.action |
---|
Subclasses of AbstractActionExt in org.jdesktop.swingx.action | |
---|---|
class |
BoundAction
A class that represents the many type of actions that this framework supports. |
class |
CompositeAction
A class that represents an action which will fire a sequence of actions. |
class |
TargetableAction
A class that represents a dynamically targetable action. |
Methods in org.jdesktop.swingx.action with parameters of type AbstractActionExt | |
---|---|
void |
ActionContainerFactory.configureButton(javax.swing.JToggleButton button,
AbstractActionExt a,
javax.swing.ButtonGroup group)
|
Constructors in org.jdesktop.swingx.action with parameters of type AbstractActionExt | |
---|---|
AbstractActionExt(AbstractActionExt action)
Copy constuctor copies the state. |
Uses of AbstractActionExt in org.jdesktop.swingx.table |
---|
Subclasses of AbstractActionExt in org.jdesktop.swingx.table | |
---|---|
class |
ColumnControlButton.ColumnVisibilityAction
A specialized action which takes care of keeping in synch with TableColumn state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |