com.jgoodies.looks.common
Class ExtBasicSpinnerLayout
java.lang.Object
com.jgoodies.looks.common.ExtBasicSpinnerLayout
- LayoutManager
public final class ExtBasicSpinnerLayout
extends java.lang.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.
addLayoutComponent
public void addLayoutComponent(String name,
Component c)
layoutContainer
public void layoutContainer(Container parent)
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
removeLayoutComponent
public void removeLayoutComponent(Component c)
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.