Uses of Class
org.jdesktop.swingx.action.AbstractActionExt
Packages that use AbstractActionExt
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains classes related to the JDNC actions architecture.
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Provides macos specific implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Contains API required by the extended JTable component, JXTable.
-
Uses of AbstractActionExt in org.jdesktop.swingx
Subclasses of AbstractActionExt in org.jdesktop.swingxModifier and TypeClassDescriptionprivate final class
private final class
private static final class
Action that cancels the login procedure.private static final class
Action that initiates a login procedure.Methods in org.jdesktop.swingx that return AbstractActionExtModifier and TypeMethodDescriptionprotected AbstractActionExt
AbstractPatternPanel.createBoundAction
(String actionCommand, String methodName) creates, configures and returns a bound action to the given method of this.protected AbstractActionExt
AbstractPatternPanel.createModelStateAction
(String command, String methodName, boolean initial) creates, configures and returns a bound state action on a boolean property of the PatternModel.protected AbstractActionExt
convenience method for type-cast to AbstractActionExt. -
Uses of AbstractActionExt in org.jdesktop.swingx.action
Subclasses of AbstractActionExt in org.jdesktop.swingx.actionModifier and TypeClassDescriptionclass
A class that represents the many type of actions that this framework supports.class
A class that represents an action which will fire a sequence of actions.class
A class that represents a dynamically targetable action.Methods in org.jdesktop.swingx.action that return AbstractActionExtModifier and TypeMethodDescriptionprivate AbstractActionExt
ActionManager.getStateChangeAction
(Object id) Convenience method for returning the StateChangeActionMethods in org.jdesktop.swingx.action with parameters of type AbstractActionExtModifier and TypeMethodDescriptionprivate static Action
ActionFactory.configureAction
(AbstractActionExt action, String mnemonic, boolean toggle, String group) void
ActionContainerFactory.configureButton
(JToggleButton button, AbstractActionExt a, ButtonGroup group) void
ActionContainerFactory.configureSelectableButton
(AbstractButton button, AbstractActionExt a, ButtonGroup group) method to configure a "selectable" button from the given AbstractActionExt.private JCheckBoxMenuItem
ActionContainerFactory.createCheckBoxMenuItem
(AbstractActionExt a) Helper method to add a checkbox menu item.private JRadioButtonMenuItem
ActionContainerFactory.createRadioButtonMenuItem
(ButtonGroup group, AbstractActionExt a) Helper method to add a radio button menu item.private JToggleButton
ActionContainerFactory.createToggleButton
(AbstractActionExt a) Adds and configures a toggle button.private JToggleButton
ActionContainerFactory.createToggleButton
(AbstractActionExt a, ButtonGroup group) Adds and configures a toggle button.Constructors in org.jdesktop.swingx.action with parameters of type AbstractActionExtModifierConstructorDescriptionAbstractActionExt
(AbstractActionExt action) Copy constructor copies the state. -
Uses of AbstractActionExt in org.jdesktop.swingx.hyperlink
Subclasses of AbstractActionExt in org.jdesktop.swingx.hyperlinkModifier and TypeClassDescriptionclass
Convenience implementation to simplifyJXHyperlink
configuration and provide minimal api.class
A implementation wrappingDesktop
actions BROWSE and MAIL, that is URI-related.class
LinkModelAction<T extends LinkModel>
Specialized LinkAction for a target of typeLinkModel
. -
Uses of AbstractActionExt in org.jdesktop.swingx.plaf.basic
Subclasses of AbstractActionExt in org.jdesktop.swingx.plaf.basicModifier and TypeClassDescriptionprotected static class
Quick fix for Issue #1046-swingx: header text not updated if zoomable.Methods in org.jdesktop.swingx.plaf.basic with parameters of type AbstractActionExtModifier and TypeMethodDescriptionprotected void
BasicErrorPaneUI.configureReportAction
(AbstractActionExt reportAction) -
Uses of AbstractActionExt in org.jdesktop.swingx.plaf.macosx
Methods in org.jdesktop.swingx.plaf.macosx with parameters of type AbstractActionExtModifier and TypeMethodDescriptionprotected void
MacOSXErrorPaneUI.configureReportAction
(AbstractActionExt reportAction) -
Uses of AbstractActionExt in org.jdesktop.swingx.table
Subclasses of AbstractActionExt in org.jdesktop.swingx.tableModifier and TypeClassDescriptionclass
A specializedAction
which takes care of keeping in synch with TableColumn state.Method parameters in org.jdesktop.swingx.table with type arguments of type AbstractActionExtModifier and TypeMethodDescriptionvoid
ColumnControlButton.DefaultColumnControlPopup.addVisibilityActionItems
(List<? extends AbstractActionExt> actions) void
ColumnControlPopup.addVisibilityActionItems
(List<? extends AbstractActionExt> actions) Adds items corresponding to the column's visibility actions.