Modelers

org.topcased.modeler
Interface ModelerActionConstants


public interface ModelerActionConstants

Identifies new Action constants Creation : 25 mars 2005


Field Summary
static java.lang.String AUTO_RESIZE
          The ID for the auto resize action.
static java.lang.String CHANGE_BACKGROUND_COLOR
          The ID for the change background color action.
static java.lang.String CHANGE_DIAGRAM_PROPERTIES
          The ID for the change diagram properties action.
static java.lang.String CHANGE_FONT
          The ID for the change font action.
static java.lang.String CHANGE_FOREGROUND_COLOR
          The ID for the change foreground color action.
static java.lang.String CHANGE_ROUTER
          The ID for the change router action.
static java.lang.String DELETE_MODEL_OBJECT
          The ID for deleting the model object action.
static java.lang.String EXPORT_FILE
          The ID for the Export to file action.
static java.lang.String GO_TO_ROOT_DIAGRAM
          The ID for the navigation to the root diagram action.
static java.lang.String MOVE_BACKWARD
          The ID for the move backward action.
static java.lang.String MOVE_FORWARD
          The ID for the move forward action.
static java.lang.String MOVE_TO_BACK
          The ID for the move to back action.
static java.lang.String MOVE_TO_FRONT
          The ID for the move to front action.
static java.lang.String NEXT_DIAGRAM
          The ID for the next diagram action.
static java.lang.String OPEN_PARENT_DIAGRAM
          The ID for the navigation to the parent diagram action.
static java.lang.String PREVIOUS_DIAGRAM
          The ID for the previous diagram action.
static java.lang.String RESTORE_CONNECTIONS
          The ID for the restore connection action
static java.lang.String SHOW_DOCUMENTATION
          The ID for the Topcased Show Documentation view action.
static java.lang.String SHOW_PROPERTIES
          The ID for the Topcased Show Properties view action.
static java.lang.String VALIDATE
          The ID for the validate action.
 

Field Detail

CHANGE_BACKGROUND_COLOR

static final java.lang.String CHANGE_BACKGROUND_COLOR
The ID for the change background color action.

See Also:
Constant Field Values

CHANGE_FOREGROUND_COLOR

static final java.lang.String CHANGE_FOREGROUND_COLOR
The ID for the change foreground color action.

See Also:
Constant Field Values

CHANGE_FONT

static final java.lang.String CHANGE_FONT
The ID for the change font action.

See Also:
Constant Field Values

CHANGE_ROUTER

static final java.lang.String CHANGE_ROUTER
The ID for the change router action.

See Also:
Constant Field Values

CHANGE_DIAGRAM_PROPERTIES

static final java.lang.String CHANGE_DIAGRAM_PROPERTIES
The ID for the change diagram properties action.

See Also:
Constant Field Values

DELETE_MODEL_OBJECT

static final java.lang.String DELETE_MODEL_OBJECT
The ID for deleting the model object action.

See Also:
Constant Field Values

SHOW_PROPERTIES

static final java.lang.String SHOW_PROPERTIES
The ID for the Topcased Show Properties view action.

See Also:
Constant Field Values

SHOW_DOCUMENTATION

static final java.lang.String SHOW_DOCUMENTATION
The ID for the Topcased Show Documentation view action.

See Also:
Constant Field Values

EXPORT_FILE

static final java.lang.String EXPORT_FILE
The ID for the Export to file action.

See Also:
Constant Field Values

OPEN_PARENT_DIAGRAM

static final java.lang.String OPEN_PARENT_DIAGRAM
The ID for the navigation to the parent diagram action.

See Also:
Constant Field Values

GO_TO_ROOT_DIAGRAM

static final java.lang.String GO_TO_ROOT_DIAGRAM
The ID for the navigation to the root diagram action.

See Also:
Constant Field Values

PREVIOUS_DIAGRAM

static final java.lang.String PREVIOUS_DIAGRAM
The ID for the previous diagram action.

See Also:
Constant Field Values

NEXT_DIAGRAM

static final java.lang.String NEXT_DIAGRAM
The ID for the next diagram action.

See Also:
Constant Field Values

MOVE_FORWARD

static final java.lang.String MOVE_FORWARD
The ID for the move forward action.

See Also:
Constant Field Values

MOVE_BACKWARD

static final java.lang.String MOVE_BACKWARD
The ID for the move backward action.

See Also:
Constant Field Values

MOVE_TO_FRONT

static final java.lang.String MOVE_TO_FRONT
The ID for the move to front action.

See Also:
Constant Field Values

MOVE_TO_BACK

static final java.lang.String MOVE_TO_BACK
The ID for the move to back action.

See Also:
Constant Field Values

AUTO_RESIZE

static final java.lang.String AUTO_RESIZE
The ID for the auto resize action.

See Also:
Constant Field Values

RESTORE_CONNECTIONS

static final java.lang.String RESTORE_CONNECTIONS
The ID for the restore connection action

See Also:
Constant Field Values

VALIDATE

static final java.lang.String VALIDATE
The ID for the validate action.

See Also:
Constant Field Values

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.