Uses of Class
eu.webtoolkit.jwt.Cursor

Packages that use 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
    Cursor WAbstractArea.getCursor()
    Returns the cursor.
    Cursor WCssDecorationStyle.getCursor()
    Returns the cursor style.
    static Cursor Cursor.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
    void WAbstractArea.setCursor​(Cursor cursor)
    Sets the cursor.
    void WAbstractArea.setCursor​(java.lang.String cursorImage, Cursor fallback)
    Sets a custom cursor image URL.
    void WCssDecorationStyle.setCursor​(Cursor c)
    Sets the cursor style.
    void WCssDecorationStyle.setCursor​(java.lang.String cursorImage, Cursor fallback)
    Sets a custom cursor image Url.