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 TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component comp) Empty implementation.void
layoutContainer
(Container parent) minimumLayoutSize
(Container parent) preferredLayoutSize
(Container parent) void
Empty implementation.
-
Constructor Details
-
WheelswitchLayout
public WheelswitchLayout()Constructor for WheelswitchLayout
-
-
Method Details
-
addLayoutComponent
Empty implementation.- Specified by:
addLayoutComponent
in interfaceLayoutManager
- See Also:
-
removeLayoutComponent
Empty implementation.- Specified by:
removeLayoutComponent
in interfaceLayoutManager
- See Also:
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
- See Also:
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
- See Also:
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
- See Also:
-