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 TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component c) void
layoutContainer
(Container parent) minimumLayoutSize
(Container parent) preferredLayoutSize
(Container parent) private static Dimension
void
private 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:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredSize
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
setBounds
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
-