Uses of Class
org.apache.pivot.wtk.Cursor
- 
Packages that use Cursor Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. - 
- 
Uses of Cursor in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Cursor Modifier and Type Method Description CursorComponent. getCursor()Returns the cursor that is displayed when the mouse pointer is over this component.static CursorCursor. getCursor(int cursorID)static CursorMouse. getCursor()static CursorCursor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Cursor[]Cursor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk with parameters of type Cursor Modifier and Type Method Description voidComponentListener.Adapter. cursorChanged(Component component, Cursor previousCursor)Deprecated.default voidComponentListener. cursorChanged(Component component, Cursor previousCursor)Called when a component's cursor has changed.voidComponentListener.Listeners. cursorChanged(Component component, Cursor previousCursor)voidComponent. setCursor(Cursor cursor)Sets the cursor that is displayed when the mouse pointer is over this component.static voidMouse. setCursor(Cursor cursor)Sets the cursor to an explicit value. - 
Uses of Cursor in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Cursor Modifier and Type Method Description voidComponentSkin. cursorChanged(Component component, Cursor previousCursor) 
 -