Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VAquaRendering - Release 5
Uses of Class org.violetlib.jnr.aqua.ComboBoxLayoutConfiguration
Deprecated: ShowHide

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
      class  ComboBoxConfiguration
      A configuration for an editable combo box.
      Methods in org.violetlib.jnr.aqua with parameters of type ComboBoxLayoutConfiguration 
      Modifier and Type Method and Description
      abstract Rectangle2D  AquaUIPainter.getComboBoxEditorBounds(ComboBoxLayoutConfiguration g)
      Return the bounds of the editor area of a combo box based on the configured width and height.
      abstract Insetter  AquaUILayoutInfo.getComboBoxEditorInsets(ComboBoxLayoutConfiguration g)
      Return the insets that define the editor area in a properly sized combo box.
      abstract Rectangle2D  AquaUIPainter.getComboBoxIndicatorBounds(ComboBoxLayoutConfiguration g)
      Return the bounds of the indicator within the combo box based on the configured width and height.
      abstract Insetter  AquaUILayoutInfo.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)