org.eclipse.gmf.runtime.lite.requests
Interface RequestConstants

All Superinterfaces:
org.eclipse.gef.RequestConstants

public interface RequestConstants
extends org.eclipse.gef.RequestConstants

Set of constants used by Lite runtime in addition to standard GEF request type constants.


Field Summary
static String REQ_DELETE_VIEW
          Constant used to indicate that the notational view of the receiver of the Request is being deleted, while the underlying model element should be preserved.
static String REQ_FORCED_DELETE_VIEW
          Constant used to indicate that the notational view of the receiver of the Request should be unconditionally deleted, while the underlying model element should be preserved.
static String REQ_SET_ALL_BENDPOINTS
          Constant used to indicate that all bendpoints of the receiver link are being reset.
 
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_SET_ALL_BENDPOINTS

static final String REQ_SET_ALL_BENDPOINTS
Constant used to indicate that all bendpoints of the receiver link are being reset.

See Also:
Constant Field Values

REQ_DELETE_VIEW

static final String REQ_DELETE_VIEW
Constant used to indicate that the notational view of the receiver of the Request is being deleted, while the underlying model element should be preserved.

Requests with this type may be safely cast to GroupRequest.

See Also:
Constant Field Values

REQ_FORCED_DELETE_VIEW

static final String REQ_FORCED_DELETE_VIEW
Constant used to indicate that the notational view of the receiver of the Request should be unconditionally deleted, while the underlying model element should be preserved.

Requests with this type may be safely cast to GroupRequest.

Note that this is an internal request that is used by edit parts whose view is being deleted to unconditionally delete the view of the associated links. Clients are expected to use REQ_DELETE_VIEW instead.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.