LayoutManagerprotected class SubstanceInternalFrameTitlePane.SubstanceTitlePaneLayout extends BasicInternalFrameTitlePane.TitlePaneLayout
| Modifier | Constructor | Description |
|---|---|---|
protected |
SubstanceTitlePaneLayout() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addLayoutComponent(String name,
Component c) |
|
void |
layoutContainer(Container c) |
|
Dimension |
minimumLayoutSize(Container c) |
|
Dimension |
preferredLayoutSize(Container c) |
|
void |
removeLayoutComponent(Component c) |
public void addLayoutComponent(String name, Component c)
addLayoutComponent in interface LayoutManageraddLayoutComponent in class BasicInternalFrameTitlePane.TitlePaneLayoutpublic void removeLayoutComponent(Component c)
removeLayoutComponent in interface LayoutManagerremoveLayoutComponent in class BasicInternalFrameTitlePane.TitlePaneLayoutpublic Dimension preferredLayoutSize(Container c)
preferredLayoutSize in interface LayoutManagerpreferredLayoutSize in class BasicInternalFrameTitlePane.TitlePaneLayoutpublic Dimension minimumLayoutSize(Container c)
minimumLayoutSize in interface LayoutManagerminimumLayoutSize in class BasicInternalFrameTitlePane.TitlePaneLayoutpublic void layoutContainer(Container c)
layoutContainer in interface LayoutManagerlayoutContainer in class BasicInternalFrameTitlePane.TitlePaneLayout