GEF v2.0

org.eclipse.gef
Interface RequestConstants

All Known Implementing Classes:
AbstractEditPart, AbstractEditPolicy, AbstractTool

public interface RequestConstants

The constants used to identify typical requests.


Field Summary
static String REQ_ADD
           
static String REQ_ALIGN
           
static String REQ_ALIGN_CHILD
          Deprecated. use REQ_ALIGN_CHILDREN
static String REQ_ALIGN_CHILDREN
           
static String REQ_ANCESTOR_DELETED
           
static String REQ_CONNECTION_END
           
static String REQ_CONNECTION_START
           
static String REQ_CREATE
           
static String REQ_CREATE_BENDPOINT
           
static String REQ_DELETE
           
static String REQ_DELETE_BENDPOINT
           
static String REQ_DELETE_DEPENDANT
           
static String REQ_DIRECT_EDIT
           
static String REQ_MOVE
           
static String REQ_MOVE_BENDPOINT
           
static String REQ_MOVE_CHILD
          Deprecated. use REQ_MOVE_CHILDREN
static String REQ_MOVE_CHILDREN
           
static String REQ_ORPHAN
           
static String REQ_ORPHAN_CHILDREN
           
static String REQ_RECONNECT_END
          Deprecated. use REQ_RECONNECT_TARGET
static String REQ_RECONNECT_SOURCE
           
static String REQ_RECONNECT_START
          Deprecated. use REQ_RECONNECT_SOURCE
static String REQ_RECONNECT_TARGET
           
static String REQ_RESIZE
           
static String REQ_RESIZE_CHILD
          Deprecated. use REQ_RESIZE_CHILDREN
static String REQ_RESIZE_CHILDREN
           
static String REQ_SELECTION
           
static String REQ_SELECTION_HOVER
           
static String REQ_SOURCE_DELETED
           
static String REQ_TARGET_DELETED
           
 

Field Detail

REQ_CONNECTION_START

public static final String REQ_CONNECTION_START

REQ_CONNECTION_END

public static final String REQ_CONNECTION_END

REQ_RECONNECT_SOURCE

public static final String REQ_RECONNECT_SOURCE

REQ_RECONNECT_TARGET

public static final String REQ_RECONNECT_TARGET

REQ_MOVE_BENDPOINT

public static final String REQ_MOVE_BENDPOINT

REQ_DELETE_BENDPOINT

public static final String REQ_DELETE_BENDPOINT

REQ_CREATE_BENDPOINT

public static final String REQ_CREATE_BENDPOINT

REQ_RESIZE

public static final String REQ_RESIZE

REQ_RESIZE_CHILDREN

public static final String REQ_RESIZE_CHILDREN

REQ_MOVE

public static final String REQ_MOVE

REQ_MOVE_CHILDREN

public static final String REQ_MOVE_CHILDREN

REQ_ORPHAN

public static final String REQ_ORPHAN

REQ_ORPHAN_CHILDREN

public static final String REQ_ORPHAN_CHILDREN

REQ_CREATE

public static final String REQ_CREATE

REQ_ADD

public static final String REQ_ADD

REQ_SOURCE_DELETED

public static final String REQ_SOURCE_DELETED

REQ_TARGET_DELETED

public static final String REQ_TARGET_DELETED

REQ_DELETE

public static final String REQ_DELETE

REQ_DELETE_DEPENDANT

public static final String REQ_DELETE_DEPENDANT

REQ_ANCESTOR_DELETED

public static final String REQ_ANCESTOR_DELETED

REQ_ALIGN

public static final String REQ_ALIGN

REQ_ALIGN_CHILDREN

public static final String REQ_ALIGN_CHILDREN

REQ_DIRECT_EDIT

public static final String REQ_DIRECT_EDIT

REQ_SELECTION

public static final String REQ_SELECTION

REQ_SELECTION_HOVER

public static final String REQ_SELECTION_HOVER

REQ_MOVE_CHILD

public static final String REQ_MOVE_CHILD
Deprecated. use REQ_MOVE_CHILDREN


REQ_RECONNECT_START

public static final String REQ_RECONNECT_START
Deprecated. use REQ_RECONNECT_SOURCE


REQ_RECONNECT_END

public static final String REQ_RECONNECT_END
Deprecated. use REQ_RECONNECT_TARGET


REQ_ALIGN_CHILD

public static final String REQ_ALIGN_CHILD
Deprecated. use REQ_ALIGN_CHILDREN


REQ_RESIZE_CHILD

public static final String REQ_RESIZE_CHILD
Deprecated. use REQ_RESIZE_CHILDREN


GEF v2.0