public class ActionReference
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JMENU_KEY |
static java.lang.String |
PARENT_JMENUITEM |
Constructor and Description |
---|
ActionReference(ActionType actionType,
java.lang.String parentKey,
javax.swing.Action action) |
Modifier and Type | Method and Description |
---|---|
javax.swing.Action |
getAction() |
ActionType |
getActionType() |
java.lang.String |
getParentKey() |
public static final java.lang.String JMENU_KEY
public static final java.lang.String PARENT_JMENUITEM
public ActionReference(ActionType actionType, java.lang.String parentKey, javax.swing.Action action)
public java.lang.String getParentKey()
public ActionType getActionType()
public javax.swing.Action getAction()