Package | Description |
---|---|
org.jdesktop.swingx.action |
Contains classes related to the JDNC actions architecture.
|
Modifier and Type | Method and 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 © 2016. All rights reserved.