Uses of Class
org.violetlib.jnr.aqua.ComboBoxLayoutConfiguration
-
Packages that use ComboBoxLayoutConfiguration Package Description org.violetlib.jnr.aqua -
-
Uses of ComboBoxLayoutConfiguration in org.violetlib.jnr.aqua
Subclasses of ComboBoxLayoutConfiguration in org.violetlib.jnr.aqua Modifier and Type Class and Description classComboBoxConfigurationA configuration for an editable combo box.Methods in org.violetlib.jnr.aqua with parameters of type ComboBoxLayoutConfiguration Modifier and Type Method and Description abstract Rectangle2DAquaUIPainter. getComboBoxEditorBounds(ComboBoxLayoutConfiguration g)Return the bounds of the editor area of a combo box based on the configured width and height.abstract InsetterAquaUILayoutInfo. getComboBoxEditorInsets(ComboBoxLayoutConfiguration g)Return the insets that define the editor area in a properly sized combo box.abstract Rectangle2DAquaUIPainter. getComboBoxIndicatorBounds(ComboBoxLayoutConfiguration g)Return the bounds of the indicator within the combo box based on the configured width and height.abstract InsetterAquaUILayoutInfo. getComboBoxIndicatorInsets(ComboBoxLayoutConfiguration g)Return the (dynamic) insets of the indicator within the combo box.Constructors in org.violetlib.jnr.aqua with parameters of type ComboBoxLayoutConfiguration Constructor and Description ComboBoxConfiguration(ComboBoxLayoutConfiguration g, AquaUIPainter.State state, boolean isFocused)
-