Uses of Class
eu.webtoolkit.jwt.Icon

Packages that use Icon
Package Description
eu.webtoolkit.jwt  
  • Uses of Icon in eu.webtoolkit.jwt

    Methods in eu.webtoolkit.jwt that return Icon
    Modifier and Type Method Description
    Icon WMessageBox.getIcon()
    Returns the icon.
    static Icon Icon.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Icon[] Icon.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 Icon
    Modifier and Type Method Description
    void WMessageBox.setIcon​(Icon icon)
    Sets the icon.
    Constructors in eu.webtoolkit.jwt with parameters of type Icon
    Constructor Description
    WMessageBox​(java.lang.CharSequence caption, java.lang.CharSequence text, Icon icon, java.util.EnumSet<StandardButton> buttons)
    Creates a message box with given caption, text, icon, and buttons.
    WMessageBox​(java.lang.CharSequence caption, java.lang.CharSequence text, Icon icon, java.util.EnumSet<StandardButton> buttons, WObject parent)
    Creates a message box with given caption, text, icon, and buttons.