sk.uniba.euromath.editor.xmlEditor.actions
Class ActionConsts

java.lang.Object
  extended by sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts

public final class ActionConsts
extends Object

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.

Author:
Tomáš Studva Created on 28.5.2004

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

CONTEXT_MENU

public static final String CONTEXT_MENU
ID of context menu.

See Also:
Constant Field Values

DELETE_SUBMENU

public static final String DELETE_SUBMENU
NOT USED Identifier of delete submenu.

See Also:
Constant Field Values

INSERT_BEFORE_SUBMENU

public static final String INSERT_BEFORE_SUBMENU
Identifier of insert before submenu.

See Also:
Constant Field Values

INSERT_CHILD_SUBMENU

public static final String INSERT_CHILD_SUBMENU
Identifier of insert as child submenu.

See Also:
Constant Field Values

INSERT_AFTER_SUBMENU

public static final String INSERT_AFTER_SUBMENU
Identifier of insert after submenu.

See Also:
Constant Field Values

ATTRIBUTE_SUBMENU

public static final String ATTRIBUTE_SUBMENU
Identifier of attribute submenu.

See Also:
Constant Field Values

UNDO_GROUP

public static final String UNDO_GROUP
Undo group id.

See Also:
Constant Field Values

SELECTION_GROUP

public static final String SELECTION_GROUP
Delete group id.

See Also:
Constant Field Values

SELECTED_ELEMENT_GROUP

public static final String SELECTED_ELEMENT_GROUP
Selected element group id.

See Also:
Constant Field Values

ANCESTORS_ELEMENT_GROUP

public static final String ANCESTORS_ELEMENT_GROUP
Ancestors element group id.

See Also:
Constant Field Values

INSERT_ELEMENT_WITH_NAME_GROUP

public static final String INSERT_ELEMENT_WITH_NAME_GROUP
Insert element with name ... group id.

See Also:
Constant Field Values

ADD_ATTRIBUTE_GROUP

public static final String ADD_ATTRIBUTE_GROUP
Add attribute group id.

See Also:
Constant Field Values

CLIPBOARD_GROUP

public static final String CLIPBOARD_GROUP
Clipboard group id.

See Also:
Constant Field Values

ATTRIBUTE_ACTIONS

public static final String[] ATTRIBUTE_ACTIONS
Attribute actions.


ELEMENT_ACTIONS

public static final String[] ELEMENT_ACTIONS
Element actions.


UNDO_ACTIONS

public static final String[] UNDO_ACTIONS
Undo/redo actions.


DELETE_ACTIONS

public static final String[] DELETE_ACTIONS
Delete actions.


CLIPBOARD_ACTIONS

public static final String[] CLIPBOARD_ACTIONS
Clipboard actions.


SHOW_DOCUMENT_PROPERTIES_ACTION

public static final String SHOW_DOCUMENT_PROPERTIES_ACTION
Document properties action id.

See Also:
Constant Field Values

SHOW_DOCUMENT_PROPERTIES_TEXT

public static final String SHOW_DOCUMENT_PROPERTIES_TEXT
Document properties action text.



Copyright © 2003-2006 null. All Rights Reserved.