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.
|
Modifier and Type | Method and Description |
---|---|
protected 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 |
AbstractPatternPanel.getAction(String key)
convenience method for type-cast to AbstractActionExt.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AbstractActionExt(AbstractActionExt action)
Copy constructor copies the state.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHyperlinkAction<T>
Convenience implementation to simplify
JXHyperlink configuration and
provide minimal api. |
class |
HyperlinkAction
A implementation wrapping
Desktop actions BROWSE and MAIL, that is
URI-related. |
class |
LinkModelAction<T extends LinkModel>
Specialized LinkAction for a target of type
LinkModel . |
Modifier and Type | Class and Description |
---|---|
protected static class |
BasicCalendarHeaderHandler.ZoomOutAction
Quick fix for Issue #1046-swingx: header text not updated if zoomable.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicErrorPaneUI.configureReportAction(AbstractActionExt reportAction) |
Modifier and Type | Method and Description |
---|---|
protected void |
MacOSXErrorPaneUI.configureReportAction(AbstractActionExt reportAction) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnControlButton.ColumnVisibilityAction
A specialized
Action which takes care of keeping in synch with
TableColumn state. |
Modifier and Type | Method and Description |
---|---|
void |
ColumnControlPopup.addVisibilityActionItems(List<? extends AbstractActionExt> actions)
Adds items corresponding to the column's visibility actions.
|
void |
ColumnControlButton.DefaultColumnControlPopup.addVisibilityActionItems(List<? extends AbstractActionExt> actions) |
Copyright © 2020. All rights reserved.