Uses of Class
eu.webtoolkit.jwt.Cursor
| Package | Description |
|---|---|
| eu.webtoolkit.jwt |
-
Uses of Cursor in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return Cursor Modifier and Type Method Description CursorWAbstractArea. getCursor()Returns the cursor.CursorWCssDecorationStyle. getCursor()Returns the cursor style.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 eu.webtoolkit.jwt with parameters of type Cursor Modifier and Type Method Description voidWAbstractArea. setCursor(Cursor cursor)Sets the cursor.voidWAbstractArea. setCursor(java.lang.String cursorImage, Cursor fallback)Sets a custom cursor image URL.voidWCssDecorationStyle. setCursor(Cursor c)Sets the cursor style.voidWCssDecorationStyle. setCursor(java.lang.String cursorImage, Cursor fallback)Sets a custom cursor image Url.