|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handle | |
---|---|
org.jhotdraw.contrib | |
org.jhotdraw.figures | |
org.jhotdraw.framework | |
org.jhotdraw.standard | |
org.jhotdraw.util |
Uses of Handle in org.jhotdraw.contrib |
---|
Classes in org.jhotdraw.contrib that implement Handle | |
---|---|
class |
PolygonHandle
A handle for a node on the polygon. |
Uses of Handle in org.jhotdraw.figures |
---|
Classes in org.jhotdraw.figures that implement Handle | |
---|---|
class |
ElbowHandle
A Handle to move an ElbowConnection left/right or up/down. |
class |
FontSizeHandle
A Handle to change the font size by direct manipulation. |
class |
PolyLineHandle
A handle for a node on the polyline. |
Uses of Handle in org.jhotdraw.framework |
---|
Methods in org.jhotdraw.framework that return Handle | |
---|---|
Handle |
DrawingView.findHandle(int x,
int y)
Finds a handle at the given coordinates. |
Handle |
HandleEnumeration.nextHandle()
Returns the next element of the enumeration. |
Methods in org.jhotdraw.framework with parameters of type Handle | |
---|---|
void |
FigureVisitor.visitHandle(Handle hostHandle)
|
Uses of Handle in org.jhotdraw.standard |
---|
Classes in org.jhotdraw.standard that implement Handle | |
---|---|
class |
AbstractHandle
AbstractHandle provides defaulf implementation for the Handle interface. |
class |
ChangeConnectionEndHandle
A handle to reconnect the end point of a connection to another figure. |
class |
ChangeConnectionHandle
ChangeConnectionHandle factors the common code for handles that can be used to reconnect connections. |
class |
ChangeConnectionStartHandle
Handle to reconnect the start of a connection to another figure. |
class |
ConnectionHandle
A handle to connect figures. |
class |
LocatorHandle
A LocatorHandle implements a Handle by delegating the location requests to a Locator object. |
class |
NullHandle
A handle that doesn't change the owned figure. |
Methods in org.jhotdraw.standard that return Handle | |
---|---|
static Handle |
BoxHandleKit.east(Figure owner)
|
Handle |
StandardDrawingView.findHandle(int x,
int y)
Finds a handle at the given coordinates. |
Handle |
NullDrawingView.findHandle(int x,
int y)
Finds a handle at the given coordinates. |
Handle |
HandleEnumerator.nextHandle()
Returns the next element of the enumeration. |
Handle |
HandleAndEnumerator.nextHandle()
|
static Handle |
BoxHandleKit.north(Figure owner)
|
static Handle |
BoxHandleKit.northEast(Figure owner)
|
static Handle |
BoxHandleKit.northWest(Figure owner)
|
static Handle |
BoxHandleKit.south(Figure owner)
|
static Handle |
BoxHandleKit.southEast(Figure owner)
|
static Handle |
BoxHandleKit.southWest(Figure owner)
|
static Handle |
BoxHandleKit.west(Figure owner)
|
Methods in org.jhotdraw.standard with parameters of type Handle | |
---|---|
void |
InsertIntoDrawingVisitor.visitHandle(Handle hostHandle)
|
void |
DeleteFromDrawingVisitor.visitHandle(Handle hostHandle)
|
Constructors in org.jhotdraw.standard with parameters of type Handle | |
---|---|
HandleTracker(DrawingEditor newDrawingEditor,
Handle anchorHandle)
|
Uses of Handle in org.jhotdraw.util |
---|
Classes in org.jhotdraw.util that implement Handle | |
---|---|
class |
UndoableHandle
|
Constructors in org.jhotdraw.util with parameters of type Handle | |
---|---|
UndoableHandle(Handle newWrappedHandle)
Constructor for UndoableHandle . |
|
UndoableHandle(Handle newWrappedHandle,
DrawingView newDrawingView)
Deprecated. use the constructor without the DrawingView instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |