Package net.infonode.gui.layout
Class StackableLayout
java.lang.Object
net.infonode.gui.layout.StackableLayout
- All Implemented Interfaces:
LayoutManager,LayoutManager2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(Component comp, Object constraints) voidaddLayoutComponent(String name, Component comp) floatgetLayoutAlignmentX(Container target) floatgetLayoutAlignmentY(Container target) voidinvalidateLayout(Container target) booleanvoidlayoutContainer(Container parent) maximumLayoutSize(Container target) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) voidvoidsetAutoShowFirstComponent(boolean autoShowFirstComponent) voidsetUseSelectedComponentSize(boolean useSelectedComponentSize) voidboolean
-
Constructor Details
-
StackableLayout
-
-
Method Details
-
usesSelectedComponentSize
public boolean usesSelectedComponentSize() -
isAutoShowFirstComponent
public boolean isAutoShowFirstComponent() -
setAutoShowFirstComponent
public void setAutoShowFirstComponent(boolean autoShowFirstComponent) -
setUseSelectedComponentSize
public void setUseSelectedComponentSize(boolean useSelectedComponentSize) -
maximumLayoutSize
- Specified by:
maximumLayoutSizein interfaceLayoutManager2
-
invalidateLayout
- Specified by:
invalidateLayoutin interfaceLayoutManager2
-
getLayoutAlignmentY
- Specified by:
getLayoutAlignmentYin interfaceLayoutManager2
-
getLayoutAlignmentX
- Specified by:
getLayoutAlignmentXin interfaceLayoutManager2
-
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager2
-
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
-
getVisibleComponent
-
showComponent
-