Package | Description |
---|---|
org.jdesktop.swingx.action |
Contains classes related to the JDNC actions architecture.
|
Modifier and Type | Method and Description |
---|---|
static BoundAction |
ActionFactory.createBoundAction(String id,
String name,
String mnemonic)
Factory Methods for creating BoundActions
|
static BoundAction |
ActionFactory.createBoundAction(String id,
String name,
String mnemonic,
boolean toggle) |
static BoundAction |
ActionFactory.createBoundAction(String id,
String name,
String mnemonic,
boolean toggle,
String group) |
BoundAction |
ActionManager.getBoundAction(Object id)
Convenience method for returning the BoundAction
|
Copyright © 2017. All rights reserved.