|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.textEditor.actions.ActionConsts
public final class ActionConsts
Constants used in contributors, menus, actions. Mainly names and ids to identify objects. It is enough to have unique ids in context where is id used (action's context is menu where is added), so don't use path in id's string.
Field Summary | |
---|---|
static String[] |
AT_CARET_ACTIONS
At caret actions. |
static String |
ENTITY_SUBMENU
Identifier of entity submenu. |
static String |
INSERT_ELEMENT_WITH_NAME_AT_CARET_GROUP
Insert element with name at caret group id. |
static String |
INSERT_ELEMENT_WIZARD_AT_CARET_GROUP
Insert element by wizard at caret group id. |
static String |
INSERT_ENTITY_WITH_NAME_AT_CARET_GROUP
Insert entity with name at caret group id. |
static String |
INSERT_SUBMENU
Identifier of insert submenu. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String INSERT_SUBMENU
public static final String ENTITY_SUBMENU
public static final String INSERT_ELEMENT_WIZARD_AT_CARET_GROUP
public static final String INSERT_ELEMENT_WITH_NAME_AT_CARET_GROUP
public static final String INSERT_ENTITY_WITH_NAME_AT_CARET_GROUP
public static final String[] AT_CARET_ACTIONS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |