Uses of Class
org.violetlib.jnr.aqua.AquaUIPainter.ComboBoxWidget
-
Packages that use AquaUIPainter.ComboBoxWidget Package Description org.violetlib.jnr.aqua -
-
Uses of AquaUIPainter.ComboBoxWidget in org.violetlib.jnr.aqua
Methods in org.violetlib.jnr.aqua that return AquaUIPainter.ComboBoxWidget Modifier and Type Method and Description AquaUIPainter.ComboBoxWidget
ComboBoxLayoutConfiguration. getWidget()
static AquaUIPainter.ComboBoxWidget
AquaUIPainter.ComboBoxWidget. valueOf(String name)
Returns the enum constant of this type with the specified name.static AquaUIPainter.ComboBoxWidget[]
AquaUIPainter.ComboBoxWidget. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.violetlib.jnr.aqua with parameters of type AquaUIPainter.ComboBoxWidget Constructor and Description ComboBoxConfiguration(AquaUIPainter.ComboBoxWidget widget, AquaUIPainter.Size size, AquaUIPainter.State state, boolean isFocused, AquaUIPainter.UILayoutDirection ld)
ComboBoxLayoutConfiguration(AquaUIPainter.ComboBoxWidget widget, AquaUIPainter.Size size, AquaUIPainter.UILayoutDirection ld)
-