org.eclipse.gef.handles
Class NonResizableHandleKit
java.lang.Object
|
+--org.eclipse.gef.handles.NonResizableHandleKit
- public class NonResizableHandleKit
- extends Object
A set of utility methods to create Handles for
NonResizable Figures.
- See Also:
Handle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIZEALL_CURSOR
protected static final Cursor SIZEALL_CURSOR
NonResizableHandleKit
public NonResizableHandleKit()
addCornerHandles
public static void addCornerHandles(GraphicalEditPart part,
List handles)
- Fills the given List with handles at each corner of a
figure.
addHandles
public static void addHandles(GraphicalEditPart part,
List handles)
- Fills the given List with handles at each corner.
addMoveHandle
public static void addMoveHandle(GraphicalEditPart f,
List handles)
- Fills the given List with move borders at each side of a
figure.
moveHandle
public static Handle moveHandle(GraphicalEditPart owner)
- Adds a MoveHandle to the passed GraphicalEditPart.