Modifier and Type | Required Element and Description |
---|---|
String |
displayName
Display name.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
asynchronous
Shall the action be performed outside of AWT thread.
|
String |
iconBase
Path to image representing the action's icon.
|
boolean |
iconInMenu
Shall the action's icon be visible in menu?
|
String |
key
Shall this action be associated with a particular key in an
ActionMap ? E.g. |
boolean |
surviveFocusChange
Shall the action work on last selection when it was enabled?
|
public abstract String displayName
Bundle.properties
file in the same package.public abstract String iconBase
public abstract boolean iconInMenu
public abstract String key
ActionMap
? E.g. behave like Actions.callback(java.lang.String, javax.swing.Action, boolean, java.lang.String, java.lang.String, boolean)
one?ActionMap
Built on December 14 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.