Uses of Class
org.jdesktop.swingx.action.AbstractActionExt
-
Packages that use AbstractActionExt Package Description 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.hyperlink org.jdesktop.swingx.plaf.basic Provides basic implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.plaf.macosx Provides macos specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. -
-
Uses of AbstractActionExt in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return AbstractActionExt Modifier and Type Method Description protected AbstractActionExtAbstractPatternPanel. createBoundAction(java.lang.String actionCommand, java.lang.String methodName)creates, configures and returns a bound action to the given method of this.protected AbstractActionExtAbstractPatternPanel. 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 AbstractActionExtAbstractPatternPanel. 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 Modifier and Type Class Description classBoundActionA class that represents the many type of actions that this framework supports.classCompositeActionA class that represents an action which will fire a sequence of actions.classTargetableActionA class that represents a dynamically targetable action.Methods in org.jdesktop.swingx.action with parameters of type AbstractActionExt Modifier and Type Method Description voidActionContainerFactory. configureButton(javax.swing.JToggleButton button, AbstractActionExt a, javax.swing.ButtonGroup group)voidActionContainerFactory. 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 Constructor Description AbstractActionExt(AbstractActionExt action)Copy constructor copies the state. -
Uses of AbstractActionExt in org.jdesktop.swingx.hyperlink
Subclasses of AbstractActionExt in org.jdesktop.swingx.hyperlink Modifier and Type Class Description classAbstractHyperlinkAction<T>Convenience implementation to simplifyJXHyperlinkconfiguration and provide minimal api.classHyperlinkActionA implementation wrappingDesktopactions BROWSE and MAIL, that is URI-related.classLinkModelAction<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.basic Modifier and Type Class Description protected static classBasicCalendarHeaderHandler.ZoomOutActionQuick fix for Issue #1046-swingx: header text not updated if zoomable.Methods in org.jdesktop.swingx.plaf.basic with parameters of type AbstractActionExt Modifier and Type Method Description protected voidBasicErrorPaneUI. configureReportAction(AbstractActionExt reportAction) -
Uses of AbstractActionExt in org.jdesktop.swingx.plaf.macosx
Methods in org.jdesktop.swingx.plaf.macosx with parameters of type AbstractActionExt Modifier and Type Method Description protected voidMacOSXErrorPaneUI. configureReportAction(AbstractActionExt reportAction) -
Uses of AbstractActionExt in org.jdesktop.swingx.table
Subclasses of AbstractActionExt in org.jdesktop.swingx.table Modifier and Type Class Description classColumnControlButton.ColumnVisibilityActionA specializedActionwhich takes care of keeping in synch with TableColumn state.Method parameters in org.jdesktop.swingx.table with type arguments of type AbstractActionExt Modifier and Type Method Description voidColumnControlButton.DefaultColumnControlPopup. addVisibilityActionItems(java.util.List<? extends AbstractActionExt> actions)voidColumnControlPopup. addVisibilityActionItems(java.util.List<? extends AbstractActionExt> actions)Adds items corresponding to the column's visibility actions.
-