Uses of Class
org.violetlib.jnr.aqua.PopupButtonLayoutConfiguration
-
Packages that use PopupButtonLayoutConfiguration Package Description org.violetlib.jnr.aqua -
-
Uses of PopupButtonLayoutConfiguration in org.violetlib.jnr.aqua
Subclasses of PopupButtonLayoutConfiguration in org.violetlib.jnr.aqua Modifier and Type Class and Description classPopupButtonConfigurationA configuration for a pop up button.Methods in org.violetlib.jnr.aqua with parameters of type PopupButtonLayoutConfiguration Modifier and Type Method and Description abstract Rectangle2DAquaUIPainter. getPopupButtonContentBounds(PopupButtonLayoutConfiguration g)Return the bounds of the content area of a pop up button based on the configured width and height.abstract InsetterAquaUILayoutInfo. getPopupButtonContentInsets(PopupButtonLayoutConfiguration g)Return the insets that define the content area in a properly sized pop up button.Constructors in org.violetlib.jnr.aqua with parameters of type PopupButtonLayoutConfiguration Constructor and Description PopupButtonConfiguration(PopupButtonLayoutConfiguration g, AquaUIPainter.State state)
-