public class TabContainerLayoutManager extends Object implements LayoutManager
| Constructor and Description |
|---|
TabContainerLayoutManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(String name,
Component comp) |
void |
layoutContainer(Container parent) |
Dimension |
minimumLayoutSize(Container parent) |
Dimension |
preferredLayoutSize(Container parent) |
void |
removeLayoutComponent(Component comp) |
public void removeLayoutComponent(Component comp)
removeLayoutComponent in interface LayoutManagerpublic void addLayoutComponent(String name, Component comp)
addLayoutComponent in interface LayoutManagerpublic void layoutContainer(Container parent)
layoutContainer in interface LayoutManagerpublic Dimension minimumLayoutSize(Container parent)
minimumLayoutSize in interface LayoutManagerpublic Dimension preferredLayoutSize(Container parent)
preferredLayoutSize in interface LayoutManagerCopyright © 2022. All rights reserved.