Uses of Class
org.eclipse.nebula.widgets.opal.duallist.DLItem.LAST_ACTION
-
Packages that use DLItem.LAST_ACTION Package Description org.eclipse.nebula.widgets.opal.duallist -
-
Uses of DLItem.LAST_ACTION in org.eclipse.nebula.widgets.opal.duallist
Fields in org.eclipse.nebula.widgets.opal.duallist declared as DLItem.LAST_ACTION Modifier and Type Field Description private DLItem.LAST_ACTION
DLItem. lastAction
Methods in org.eclipse.nebula.widgets.opal.duallist that return DLItem.LAST_ACTION Modifier and Type Method Description DLItem.LAST_ACTION
DLItem. getLastAction()
static DLItem.LAST_ACTION
DLItem.LAST_ACTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DLItem.LAST_ACTION[]
DLItem.LAST_ACTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.widgets.opal.duallist with parameters of type DLItem.LAST_ACTION Modifier and Type Method Description void
DLItem. setLastAction(DLItem.LAST_ACTION lastAction)
-