java.lang.Object
com.iamsoft.util.ui.swing.OverlapLayout
- All Implemented Interfaces:
LayoutManager
All elements share location/dimensions of container.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String pName, Component pComponent) void
layoutContainer
(Container pParent) minimumLayoutSize
(Container pParent) preferredLayoutSize
(Container pParent) void
removeLayoutComponent
(Component pComponent)
-
Constructor Details
-
OverlapLayout
public OverlapLayout()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
-