Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VAquaRendering - Release 10
Uses of Interface org.violetlib.jnr.LayoutInfo
Deprecated: ShowHide

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 LayoutInfo  AquaUILayoutInfo.getCancelButtonLayoutInfo(TextFieldLayoutConfiguration g)
      Return the layout info for the cancel button in a search field.
      LayoutInfo  AquaUILayoutInfo.getLayoutInfo(LayoutConfiguration g)
      Return the layout information for the specified widget configuration.
      abstract LayoutInfo  AquaUILayoutInfo.getSearchButtonLayoutInfo(TextFieldLayoutConfiguration g)
      Return the layout info for the search button in a search field.
      abstract LayoutInfo  AquaUILayoutInfo.getSliderThumbLayoutInfo(SliderLayoutConfiguration g)
      Return the layout info for the thumb of a slider.
      abstract LayoutInfo  AquaUILayoutInfo.getSliderTickLayoutInfo(SliderLayoutConfiguration g)
      Return the layout info for a slider tick mark.