|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.viewer.controls.mouse.StiCursorManager
public final class StiCursorManager
Cursor manager Copyright Stimulsoft
Field Summary | |
---|---|
static java.awt.Cursor |
DRAGGING_HAND_CURSOR
Dragging hand cursor |
Constructor Summary | |
---|---|
StiCursorManager()
|
Method Summary | |
---|---|
static void |
setDefaultCursor(java.awt.Component component)
Set default cursor |
static void |
setDraggingHand(java.awt.Component component)
Set dragging hand cursor |
static void |
setGlobalCursor(javax.swing.JComponent component,
java.awt.Cursor cursor)
Set cursor to whole application |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Cursor DRAGGING_HAND_CURSOR
Constructor Detail |
---|
public StiCursorManager()
Method Detail |
---|
public static void setDefaultCursor(java.awt.Component component)
component
- Component
to change cursorpublic static void setDraggingHand(java.awt.Component component)
component
- Component
to change cursorpublic static void setGlobalCursor(javax.swing.JComponent component, java.awt.Cursor cursor)
component
- Component
to change cursorcursor
- Cursor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |