protected class McWinTitlePane.TitlePaneLayout extends Object implements LayoutManager
| Modifier | Constructor and Description |
|---|---|
protected |
McWinTitlePane.TitlePaneLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(String name,
Component c) |
protected int |
computeHeight() |
void |
layoutContainer(Container c) |
void |
layoutDefault(Container c) |
Dimension |
minimumLayoutSize(Container c) |
Dimension |
preferredLayoutSize(Container c) |
void |
removeLayoutComponent(Component c) |
public void addLayoutComponent(String name, Component c)
addLayoutComponent in interface LayoutManagerpublic void removeLayoutComponent(Component c)
removeLayoutComponent in interface LayoutManagerpublic Dimension preferredLayoutSize(Container c)
preferredLayoutSize in interface LayoutManagerpublic Dimension minimumLayoutSize(Container c)
minimumLayoutSize in interface LayoutManagerprotected int computeHeight()
public void layoutContainer(Container c)
layoutContainer in interface LayoutManagerpublic void layoutDefault(Container c)
Copyright © 2014. All Rights Reserved.