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 TypeMethodDescriptionvoidaddLayoutComponent(String pName, Component pComponent) voidlayoutContainer(Container pParent) minimumLayoutSize(Container pParent) preferredLayoutSize(Container pParent) voidremoveLayoutComponent(Component pComponent)
-
Constructor Details
-
OverlapLayout
public OverlapLayout()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSizein interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager
-