|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.gef.handles.NonResizableHandleKit
A set of utility methods to create Handles for NonResizable Figures.
Handle
Constructor Summary | |
NonResizableHandleKit()
|
Method Summary | |
static void |
addCornerHandles(GraphicalEditPart part,
List handles)
Fills the given List with handles at each corner of a figure. |
static void |
addHandles(GraphicalEditPart part,
List handles)
Fills the given List with handles at each corner. |
static void |
addMoveHandle(GraphicalEditPart f,
List handles)
Fills the given List with move borders at each side of a figure. |
static Handle |
moveHandle(GraphicalEditPart owner)
Adds a MoveHandle to the passed GraphicalEditPart. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NonResizableHandleKit()
Method Detail |
public static void addCornerHandles(GraphicalEditPart part, List handles)
public static void addHandles(GraphicalEditPart part, List handles)
public static void addMoveHandle(GraphicalEditPart f, List handles)
public static Handle moveHandle(GraphicalEditPart owner)
|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |