Uses of Enum Class
eu.webtoolkit.jwt.Icon
Packages that use Icon
-
Uses of Icon in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return IconModifier and TypeMethodDescriptionWMessageBox.getIcon()Returns the icon.static IconReturns the enum constant of this class with the specified name.static Icon[]Icon.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type IconConstructors in eu.webtoolkit.jwt with parameters of type IconModifierConstructorDescriptionWMessageBox(CharSequence caption, CharSequence text, Icon icon, StandardButton button, StandardButton... buttons) Creates a message box with given caption, text, icon, and buttons.WMessageBox(CharSequence caption, CharSequence text, Icon icon, EnumSet<StandardButton> buttons) Creates a message box with given caption, text, icon, and buttons.