org.dishevelled.layout
Class ButtonLayout

java.lang.Object
  extended by javax.swing.BoxLayout
      extended by org.dishevelled.layout.ButtonLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable

public final class ButtonLayout
extends BoxLayout

Button layout.

Version:
$Revision$ $Date$
Author:
Michael Heuer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.BoxLayout
LINE_AXIS, PAGE_AXIS, X_AXIS, Y_AXIS
 
Constructor Summary
ButtonLayout(Container container)
          Create a new button layout for the specified container.
 
Method Summary
 
Methods inherited from class javax.swing.BoxLayout
addLayoutComponent, addLayoutComponent, getAxis, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonLayout

public ButtonLayout(Container container)
Create a new button layout for the specified container.

Parameters:
container - container


Copyright (c) 2003-2011 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).