|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cursor | |
---|---|
org.jhotdraw.framework | |
org.jhotdraw.standard | |
org.jhotdraw.util |
Uses of Cursor in org.jhotdraw.framework |
---|
Methods in org.jhotdraw.framework that return Cursor | |
---|---|
Cursor |
Handle.getCursor()
Returns the preferred Cursor for this Handle. |
Methods in org.jhotdraw.framework with parameters of type Cursor | |
---|---|
void |
DrawingView.setCursor(Cursor c)
Sets the cursor of the DrawingView |
Uses of Cursor in org.jhotdraw.standard |
---|
Classes in org.jhotdraw.standard that implement Cursor | |
---|---|
class |
AWTCursor
Default implementation of the Cursor interface
for AWT/Swing. |
Methods in org.jhotdraw.standard that return Cursor | |
---|---|
Cursor |
LocatorHandle.getCursor()
|
Cursor |
ConnectionHandle.getCursor()
|
Cursor |
AbstractHandle.getCursor()
|
Methods in org.jhotdraw.standard with parameters of type Cursor | |
---|---|
void |
StandardDrawingView.setCursor(Cursor cursor)
|
void |
NullDrawingView.setCursor(Cursor c)
Sets the cursor of the DrawingView |
Uses of Cursor in org.jhotdraw.util |
---|
Methods in org.jhotdraw.util that return Cursor | |
---|---|
Cursor |
UndoableHandle.getCursor()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |