public interface RequestConstants
Requests
by their
type
. Applications can extend this set of constants
with their own.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REQ_ADD
Constant used to indicate that a group of existing children are being
added to the receiver of the Request.
|
static java.lang.String |
REQ_ALIGN
Constant used to indicate that alignment is being performed.
|
static java.lang.String |
REQ_ALIGN_CHILDREN
Constant used to indicate that a group of children are being aligned.
|
static java.lang.String |
REQ_CLONE
Indicates that the reciever of the request should be cloned.
|
static java.lang.String |
REQ_CONNECTION_END
Indicates the end of creation of a new connection.
|
static java.lang.String |
REQ_CONNECTION_START
Indicates the creation of a new connection.
|
static java.lang.String |
REQ_CREATE
Indicates that an object is to be created by the receiver of the Request.
|
static java.lang.String |
REQ_CREATE_BENDPOINT
Indicates that a bendpoint is being inserted by the User.
|
static java.lang.String |
REQ_DELETE
Constant used to indicate that the receiver of the Request is being
deleted.
|
static java.lang.String |
REQ_DELETE_DEPENDANT
Constant used to indicate that a child of the receiver the Request is to
be deleted.
|
static java.lang.String |
REQ_DIRECT_EDIT
Indicates that a direct edit should be performed.
|
static java.lang.String |
REQ_MOVE
Indicates that a part (or a group of parts) is being moved within its
current parent.
|
static java.lang.String |
REQ_MOVE_BENDPOINT
Indicates that an existing bendpoint is being moved or dragged by the
User.
|
static java.lang.String |
REQ_MOVE_CHILDREN
Indicates that a group of children are being moved.
|
static java.lang.String |
REQ_OPEN
Indicates that the user has double-clicked on the receiver.
|
static java.lang.String |
REQ_ORPHAN
Indicates that the receiver is being removed from its current parent, to
be inserted into a new parent.
|
static java.lang.String |
REQ_ORPHAN_CHILDREN
Indicates that a group of children are being removed from the receiver of
the Request.
|
static java.lang.String |
REQ_RECONNECT_SOURCE
Constant used to indicate that the source end of an existing
connection is being reconnected to a new source node EditPart.
|
static java.lang.String |
REQ_RECONNECT_TARGET
Constant used to indicate that the target end of an existing
connection is being reconnected to a new target node EditPart.
|
static java.lang.String |
REQ_RESIZE
Indicates that a part (or a group of parts) is being resized.
|
static java.lang.String |
REQ_RESIZE_CHILDREN
Indicates that a group of children are to be resized.
|
static java.lang.String |
REQ_SELECTION
Indicates selection Requests.
|
static java.lang.String |
REQ_SELECTION_HOVER
Indicates selection hover Requests.
|
static final java.lang.String REQ_CONNECTION_START
static final java.lang.String REQ_CONNECTION_END
static final java.lang.String REQ_RECONNECT_SOURCE
static final java.lang.String REQ_RECONNECT_TARGET
static final java.lang.String REQ_MOVE_BENDPOINT
static final java.lang.String REQ_CREATE_BENDPOINT
static final java.lang.String REQ_RESIZE
static final java.lang.String REQ_RESIZE_CHILDREN
static final java.lang.String REQ_MOVE
static final java.lang.String REQ_MOVE_CHILDREN
static final java.lang.String REQ_OPEN
static final java.lang.String REQ_ORPHAN
static final java.lang.String REQ_ORPHAN_CHILDREN
static final java.lang.String REQ_CREATE
static final java.lang.String REQ_ADD
static final java.lang.String REQ_CLONE
static final java.lang.String REQ_DELETE
static final java.lang.String REQ_DELETE_DEPENDANT
static final java.lang.String REQ_ALIGN
static final java.lang.String REQ_ALIGN_CHILDREN
static final java.lang.String REQ_DIRECT_EDIT
static final java.lang.String REQ_SELECTION
static final java.lang.String REQ_SELECTION_HOVER
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.