Package com.jgoodies.looks.common
Class ExtBasicSpinnerLayout
java.lang.Object
com.jgoodies.looks.common.ExtBasicSpinnerLayout
- All Implemented Interfaces:
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.7 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component c) voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) private static Dimensionvoidprivate static void
-
Field Details
-
ZERO_SIZE
Used by the default LayoutManager class - SpinnerLayout for missing (null) editor/nextButton/previousButton children. -
nextButton
-
previousButton
-
editor
-
-
Constructor Details
-
ExtBasicSpinnerLayout
public ExtBasicSpinnerLayout()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager
-
preferredSize
-
preferredLayoutSize
- Specified by:
preferredLayoutSizein interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
setBounds
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager
-