Modelers

org.topcased.modeler
Interface ModelerRequestConstants

All Superinterfaces:
org.eclipse.gef.RequestConstants

public interface ModelerRequestConstants
extends org.eclipse.gef.RequestConstants

created 12 avr. 2005


Field Summary
static java.lang.String PROP_CONSTRAINT_FREE
          constants for Change Bounds Request with an explicit free location
static java.lang.String REQ_AUTOLAYOUT
          The ID for the Autolayout request.
static java.lang.String REQ_AUTORESIZE
          The ID for the Autoresize request.
static java.lang.String REQ_CHANGE_BACKGROUND_COLOR
          Indicates that a change background color should be performed.
static java.lang.String REQ_CHANGE_DIAGRAM_PROPERTIES
          Indicates that a change diagram properties should be performed.
static java.lang.String REQ_CHANGE_EO_OFFSET
          Indicates that an offset change on an edge object should be performed.
static java.lang.String REQ_CHANGE_EO_UV
          Indicates that an uv change on an edge object should be performed.
static java.lang.String REQ_CHANGE_FONT
          Indicates that a change font should be performed.
static java.lang.String REQ_CHANGE_FOREGROUND_COLOR
          Indicates that a change foreground color should be performed.
static java.lang.String REQ_CHANGE_ROUTER
          Indicates that a change router should be performed.
static java.lang.String REQ_DELETE_MODEL_OBJECT
          Indicates that a delete model object request should be performed.
static java.lang.String REQ_MOVE_BACKWARD
          Indicates that a move backward should be performed.
static java.lang.String REQ_MOVE_FORWARD
          Indicates that a move forward should be performed.
static java.lang.String REQ_MOVE_TO_BACK
          Indicates that a move to back should be performed.
static java.lang.String REQ_MOVE_TO_FRONT
          Indicates that a move to front should be performed.
static java.lang.String REQ_RESTORE_CONN
          The ID for the Restore Connections request.
static java.lang.String REQ_SET_ALL_BENDPOINT
          constants for set all connector bendpoint request
 
Fields inherited from interface org.eclipse.gef.RequestConstants
REQ_ADD, REQ_ALIGN, REQ_ALIGN_CHILDREN, REQ_CLONE, REQ_CONNECTION_END, REQ_CONNECTION_START, REQ_CREATE, REQ_CREATE_BENDPOINT, REQ_DELETE, REQ_DELETE_DEPENDANT, REQ_DIRECT_EDIT, REQ_MOVE, REQ_MOVE_BENDPOINT, REQ_MOVE_CHILDREN, REQ_OPEN, REQ_ORPHAN, REQ_ORPHAN_CHILDREN, REQ_RECONNECT_SOURCE, REQ_RECONNECT_TARGET, REQ_RESIZE, REQ_RESIZE_CHILDREN, REQ_SELECTION, REQ_SELECTION_HOVER
 

Field Detail

REQ_CHANGE_ROUTER

static final java.lang.String REQ_CHANGE_ROUTER
Indicates that a change router should be performed.

See Also:
Constant Field Values

REQ_CHANGE_BACKGROUND_COLOR

static final java.lang.String REQ_CHANGE_BACKGROUND_COLOR
Indicates that a change background color should be performed.

See Also:
Constant Field Values

REQ_CHANGE_FOREGROUND_COLOR

static final java.lang.String REQ_CHANGE_FOREGROUND_COLOR
Indicates that a change foreground color should be performed.

See Also:
Constant Field Values

REQ_CHANGE_FONT

static final java.lang.String REQ_CHANGE_FONT
Indicates that a change font should be performed.

See Also:
Constant Field Values

REQ_CHANGE_DIAGRAM_PROPERTIES

static final java.lang.String REQ_CHANGE_DIAGRAM_PROPERTIES
Indicates that a change diagram properties should be performed.

See Also:
Constant Field Values

REQ_DELETE_MODEL_OBJECT

static final java.lang.String REQ_DELETE_MODEL_OBJECT
Indicates that a delete model object request should be performed.

See Also:
Constant Field Values

REQ_MOVE_FORWARD

static final java.lang.String REQ_MOVE_FORWARD
Indicates that a move forward should be performed.

See Also:
Constant Field Values

REQ_MOVE_BACKWARD

static final java.lang.String REQ_MOVE_BACKWARD
Indicates that a move backward should be performed.

See Also:
Constant Field Values

REQ_MOVE_TO_FRONT

static final java.lang.String REQ_MOVE_TO_FRONT
Indicates that a move to front should be performed.

See Also:
Constant Field Values

REQ_MOVE_TO_BACK

static final java.lang.String REQ_MOVE_TO_BACK
Indicates that a move to back should be performed.

See Also:
Constant Field Values

REQ_CHANGE_EO_OFFSET

static final java.lang.String REQ_CHANGE_EO_OFFSET
Indicates that an offset change on an edge object should be performed.

See Also:
Constant Field Values

REQ_CHANGE_EO_UV

static final java.lang.String REQ_CHANGE_EO_UV
Indicates that an uv change on an edge object should be performed.

See Also:
Constant Field Values

REQ_AUTOLAYOUT

static final java.lang.String REQ_AUTOLAYOUT
The ID for the Autolayout request.

See Also:
Constant Field Values

REQ_AUTORESIZE

static final java.lang.String REQ_AUTORESIZE
The ID for the Autoresize request.

See Also:
Constant Field Values

REQ_RESTORE_CONN

static final java.lang.String REQ_RESTORE_CONN
The ID for the Restore Connections request.

See Also:
Constant Field Values

REQ_SET_ALL_BENDPOINT

static final java.lang.String REQ_SET_ALL_BENDPOINT
constants for set all connector bendpoint request

See Also:
Constant Field Values

PROP_CONSTRAINT_FREE

static final java.lang.String PROP_CONSTRAINT_FREE
constants for Change Bounds Request with an explicit free location

See Also:
Constant Field Values

Modelers

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