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

java.lang.Object
  extended by sk.uniba.euromath.editor.textEditor.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[] 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

INSERT_SUBMENU

public static final String INSERT_SUBMENU
Identifier of insert submenu.

See Also:
Constant Field Values

ENTITY_SUBMENU

public static final String ENTITY_SUBMENU
Identifier of entity submenu.

See Also:
Constant Field Values

INSERT_ELEMENT_WIZARD_AT_CARET_GROUP

public static final String INSERT_ELEMENT_WIZARD_AT_CARET_GROUP
Insert element by wizard at caret group id.

See Also:
Constant Field Values

INSERT_ELEMENT_WITH_NAME_AT_CARET_GROUP

public static final String INSERT_ELEMENT_WITH_NAME_AT_CARET_GROUP
Insert element with name at caret group id.

See Also:
Constant Field Values

INSERT_ENTITY_WITH_NAME_AT_CARET_GROUP

public static final String INSERT_ENTITY_WITH_NAME_AT_CARET_GROUP
Insert entity with name at caret group id.

See Also:
Constant Field Values

AT_CARET_ACTIONS

public static final String[] AT_CARET_ACTIONS
At caret actions.



Copyright © 2003-2006 null. All Rights Reserved.