Class UpDownLayout
java.lang.Object
xal.extension.widgets.swing.wheelswitch.UpDownLayout
- All Implemented Interfaces:
LayoutManager
Implementation of
java.awt.LayoutManager to be used for
UpDownButton layout.- Version:
- $id$
- Author:
- Jernej Kamenik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) void
-
Constructor Details
-
UpDownLayout
public UpDownLayout()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager- See Also:
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager- See Also:
-
preferredLayoutSize
- Specified by:
preferredLayoutSizein interfaceLayoutManager- See Also:
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager- See Also:
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager- See Also:
-