|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractActionExt | |
|---|---|
| org.jdesktop.swingx.action | Contains classes related to the JDNC actions architecture. |
| org.jdesktop.swingx.hyperlink | |
| org.jdesktop.swingx.table | Contains API required by the extended JTable component, JXTable. |
| 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)
|
void |
ActionContainerFactory.configureSelectableButton(javax.swing.AbstractButton button,
AbstractActionExt a,
javax.swing.ButtonGroup group)
method to configure a "selectable" button from the given AbstractActionExt. |
| Constructors in org.jdesktop.swingx.action with parameters of type AbstractActionExt | |
|---|---|
AbstractActionExt(AbstractActionExt action)
Copy constructor copies the state. |
|
| Uses of AbstractActionExt in org.jdesktop.swingx.hyperlink |
|---|
| Subclasses of AbstractActionExt in org.jdesktop.swingx.hyperlink | |
|---|---|
class |
AbstractHyperlinkAction<T>
Convenience implementation to simplify JXHyperlink configuration and
provide minimal api. |
class |
LinkModelAction<T extends LinkModel>
Specialized LinkAction for a target of type LinkModel. |
| 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. |
| Method parameters in org.jdesktop.swingx.table with type arguments of type AbstractActionExt | |
|---|---|
void |
ColumnControlPopup.addVisibilityActionItems(java.util.List<? extends AbstractActionExt> actions)
Adds items corresponding to the column's visibility actions. |
void |
ColumnControlButton.DefaultColumnControlPopup.addVisibilityActionItems(java.util.List<? extends AbstractActionExt> actions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||