Uses of Interface
org.violetlib.jnr.LayoutInfo
-
Packages that use LayoutInfo Package Description org.violetlib.jnr org.violetlib.jnr.aqua -
-
Uses of LayoutInfo in org.violetlib.jnr
Constructors in org.violetlib.jnr with parameters of type LayoutInfo Constructor and Description NullPainter(LayoutInfo layoutInfo) -
Uses of LayoutInfo in org.violetlib.jnr.aqua
Methods in org.violetlib.jnr.aqua that return LayoutInfo Modifier and Type Method and Description abstract LayoutInfoAquaUILayoutInfo. getCancelButtonLayoutInfo(TextFieldLayoutConfiguration g)Return the layout info for the cancel button in a search field.LayoutInfoAquaUILayoutInfo. getLayoutInfo(LayoutConfiguration g)Return the layout information for the specified widget configuration.abstract LayoutInfoAquaUILayoutInfo. getSearchButtonLayoutInfo(TextFieldLayoutConfiguration g)Return the layout info for the search button in a search field.abstract LayoutInfoAquaUILayoutInfo. getSliderThumbLayoutInfo(SliderLayoutConfiguration g)Return the layout info for the thumb of a slider.
-