com.jgoodies.looks.common
Class ExtBasicSpinnerLayout
java.lang.Object
com.jgoodies.looks.common.ExtBasicSpinnerLayout
- All Implemented Interfaces:
- LayoutManager
public final class ExtBasicSpinnerLayout
- extends Object
- implements LayoutManager
A simple layout manager for the editor and the next/previous buttons.
See the BasicSpinnerUI javadoc for more information about exactly how
the components are arranged.
- Version:
- $Revision: 1.3 $
- Author:
- Karsten Lentzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtBasicSpinnerLayout
public ExtBasicSpinnerLayout()
addLayoutComponent
public void addLayoutComponent(String name,
Component c)
- Specified by:
addLayoutComponent
in interface LayoutManager
removeLayoutComponent
public void removeLayoutComponent(Component c)
- Specified by:
removeLayoutComponent
in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize
in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize
in interface LayoutManager
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer
in interface LayoutManager
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.