|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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 |
---|
static final String REQ_SET_ALL_BENDPOINTS
static final String REQ_DELETE_VIEW
GroupRequest
.
static final String REQ_FORCED_DELETE_VIEW
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |