Uses of Class
kirk.gui.LineLayout

Packages that use LineLayout
kirk.gui   
 

Uses of LineLayout in kirk.gui
 

Subclasses of LineLayout in kirk.gui
 class FixedLineLayout
          FixedLineLayout extends LineLayout, and it makes each line is as high as specified when constructing an object of this class.
 class GridLineLayout
          GridLineLayout extends LineLayout, and each line is vertically treated like with GridLayout: The size is proportional to the maximum size of the container using this layout, depending on how many lines there are.
 class LargestLineLayout
          LargestLineLayout extends LineLayout, and each line has the same height.
 class VariableLineLayout
          VariableLineLayout extends LineLayout, and it makes each component as high as its preferred size.