public class BasicInternalFrameTitlePane.TitlePaneLayout extends java.lang.Object implements java.awt.LayoutManager
| Constructor and Description |
|---|
BasicInternalFrameTitlePane.TitlePaneLayout()
Creates a new
TitlePaneLayout object. |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(java.lang.String name,
java.awt.Component c)
This method is called when adding a Component to the Container.
|
void |
layoutContainer(java.awt.Container c)
This method is called to lay out the children of the Title Pane.
|
java.awt.Dimension |
minimumLayoutSize(java.awt.Container c)
This method returns the minimum size of the given Container given the
children that it has.
|
java.awt.Dimension |
preferredLayoutSize(java.awt.Container c)
This method returns the preferred size of the given Container taking
into account the children that it has.
|
void |
removeLayoutComponent(java.awt.Component c)
This method is called when removing a Component from the Container.
|
public BasicInternalFrameTitlePane.TitlePaneLayout()
TitlePaneLayout object.public void addLayoutComponent(java.lang.String name, java.awt.Component c)
addLayoutComponent in interface java.awt.LayoutManagername - The name to reference the added Component by.c - The Component to add.public void layoutContainer(java.awt.Container c)
layoutContainer in interface java.awt.LayoutManagerc - The Container to lay out.public java.awt.Dimension minimumLayoutSize(java.awt.Container c)
minimumLayoutSize in interface java.awt.LayoutManagerc - The Container to get a minimum size for.LayoutManager.preferredLayoutSize(Container)public java.awt.Dimension preferredLayoutSize(java.awt.Container c)
preferredLayoutSize in interface java.awt.LayoutManagerc - The Container to lay out.LayoutManager.minimumLayoutSize(Container)public void removeLayoutComponent(java.awt.Component c)
removeLayoutComponent in interface java.awt.LayoutManagerc - The Component to remove.