|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.xmlEditor.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 |
ADD_ATTRIBUTE_GROUP
Add attribute group id. |
static String |
ANCESTORS_ELEMENT_GROUP
Ancestors element group id. |
static String[] |
ATTRIBUTE_ACTIONS
Attribute actions. |
static String |
ATTRIBUTE_SUBMENU
Identifier of attribute submenu. |
static String[] |
CLIPBOARD_ACTIONS
Clipboard actions. |
static String |
CLIPBOARD_GROUP
Clipboard group id. |
static String |
CONTEXT_MENU
ID of context menu. |
static String[] |
DELETE_ACTIONS
Delete actions. |
static String |
DELETE_SUBMENU
NOT USED Identifier of delete submenu. |
static String[] |
ELEMENT_ACTIONS
Element actions. |
static String |
INSERT_AFTER_SUBMENU
Identifier of insert after submenu. |
static String |
INSERT_BEFORE_SUBMENU
Identifier of insert before submenu. |
static String |
INSERT_CHILD_SUBMENU
Identifier of insert as child submenu. |
static String |
INSERT_ELEMENT_WITH_NAME_GROUP
Insert element with name ... |
static String |
SELECTED_ELEMENT_GROUP
Selected element group id. |
static String |
SELECTION_GROUP
Delete group id. |
static String |
SHOW_DOCUMENT_PROPERTIES_ACTION
Document properties action id. |
static String |
SHOW_DOCUMENT_PROPERTIES_TEXT
Document properties action text. |
static String[] |
UNDO_ACTIONS
Undo/redo actions. |
static String |
UNDO_GROUP
Undo group id. |
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 CONTEXT_MENU
public static final String DELETE_SUBMENU
public static final String INSERT_BEFORE_SUBMENU
public static final String INSERT_CHILD_SUBMENU
public static final String INSERT_AFTER_SUBMENU
public static final String ATTRIBUTE_SUBMENU
public static final String UNDO_GROUP
public static final String SELECTION_GROUP
public static final String SELECTED_ELEMENT_GROUP
public static final String ANCESTORS_ELEMENT_GROUP
public static final String INSERT_ELEMENT_WITH_NAME_GROUP
public static final String ADD_ATTRIBUTE_GROUP
public static final String CLIPBOARD_GROUP
public static final String[] ATTRIBUTE_ACTIONS
public static final String[] ELEMENT_ACTIONS
public static final String[] UNDO_ACTIONS
public static final String[] DELETE_ACTIONS
public static final String[] CLIPBOARD_ACTIONS
public static final String SHOW_DOCUMENT_PROPERTIES_ACTION
public static final String SHOW_DOCUMENT_PROPERTIES_TEXT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |