Uses of Class
buoy.widget.LayoutInfo.FillType

Packages that use LayoutInfo.FillType
buoy.widget   
 

Uses of LayoutInfo.FillType in buoy.widget
 

Fields in buoy.widget declared as LayoutInfo.FillType
static LayoutInfo.FillType LayoutInfo.BOTH
           
static LayoutInfo.FillType LayoutInfo.HORIZONTAL
           
static LayoutInfo.FillType LayoutInfo.NONE
           
static LayoutInfo.FillType LayoutInfo.VERTICAL
           
 

Methods in buoy.widget that return LayoutInfo.FillType
 LayoutInfo.FillType LayoutInfo.getFill()
          Get whether the Widget should grow to fill the available space.
 

Methods in buoy.widget with parameters of type LayoutInfo.FillType
 void LayoutInfo.setFill(LayoutInfo.FillType fill)
          Set whether the Widget should grow to fill the available space.
 

Constructors in buoy.widget with parameters of type LayoutInfo.FillType
LayoutInfo(LayoutInfo.Alignment align, LayoutInfo.FillType fill)
          Create a LayoutInfo object with no padding or insets.
LayoutInfo(LayoutInfo.Alignment align, LayoutInfo.FillType fill, java.awt.Insets insets, java.awt.Dimension padding)
          Create a LayoutInfo object.
 



Written by Peter Eastman.