Class WheelswitchLayout
java.lang.Object
xal.extension.widgets.swing.wheelswitch.WheelswitchLayout
- All Implemented Interfaces:
LayoutManager
Implementation of
java.awt.LayoutManager to be used for the
layout of the Wheelswitch component.- Version:
- $id$
- Author:
- Jernej Kamenik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) Empty implementation.voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) voidEmpty implementation.
-
Constructor Details
-
WheelswitchLayout
public WheelswitchLayout()Constructor for WheelswitchLayout
-
-
Method Details
-
addLayoutComponent
Empty implementation.- Specified by:
addLayoutComponentin interfaceLayoutManager- See Also:
-
removeLayoutComponent
Empty implementation.- 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:
-