Package | Description |
---|---|
org.jdesktop.swingx.action |
Contains classes related to the JDNC actions architecture.
|
Modifier and Type | Method | Description |
---|---|---|
static TargetableAction |
ActionFactory.createTargetableAction(String id,
String name) |
These methods are usefull for creating targetable actions
|
static TargetableAction |
ActionFactory.createTargetableAction(String id,
String name,
String mnemonic) |
|
static TargetableAction |
ActionFactory.createTargetableAction(String id,
String name,
String mnemonic,
boolean toggle) |
|
static TargetableAction |
ActionFactory.createTargetableAction(String id,
String name,
String mnemonic,
boolean toggle,
String group) |
|
TargetableAction |
ActionManager.getTargetableAction(Object id) |
Convenience method for returning the TargetableAction
|
Copyright © 2018. All rights reserved.