Class ToolBarLayout

java.lang.Object
java.awt.FlowLayout
org.graffiti.util.ToolBarLayout
All Implemented Interfaces:
LayoutManager, Serializable

public class ToolBarLayout
extends FlowLayout
An extension of FlowLayout that correctly calculates the height of a toolbar panel.
Version:
$Revision: 1.6 $ $Date: 2010/12/22 13:05:53 $
Author:
Michael Forster
See Also:
Serialized Form
  • Constructor Details

    • ToolBarLayout

      public ToolBarLayout()
    • ToolBarLayout

      public ToolBarLayout​(int align)
    • ToolBarLayout

      public ToolBarLayout​(int align, int hgap, int vgap)
  • Method Details