public class BasicInternalFrameUI.InternalFrameLayout extends java.lang.Object implements java.awt.LayoutManager
| Constructor and Description |
|---|
BasicInternalFrameUI.InternalFrameLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(java.lang.String name,
java.awt.Component c)
This method is called when the given Component is added to the
JInternalFrame.
|
void |
layoutContainer(java.awt.Container c)
This method is used to set the bounds of the children of the
JInternalFrame.
|
java.awt.Dimension |
minimumLayoutSize(java.awt.Container c)
This method returns the minimum layout size.
|
java.awt.Dimension |
preferredLayoutSize(java.awt.Container c)
Th8is method returns the preferred layout size.
|
void |
removeLayoutComponent(java.awt.Component c)
This method is called when a Component is removed from the
JInternalFrame.
|
public BasicInternalFrameUI.InternalFrameLayout()
public void addLayoutComponent(java.lang.String name, java.awt.Component c)
addLayoutComponent in interface java.awt.LayoutManagername - The name of the Component.c - The Component added.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 find a minimum layout size for.LayoutManager.preferredLayoutSize(Container)public java.awt.Dimension preferredLayoutSize(java.awt.Container c)
preferredLayoutSize in interface java.awt.LayoutManagerc - The Container to find a preferred layout size for.LayoutManager.minimumLayoutSize(Container)public void removeLayoutComponent(java.awt.Component c)
removeLayoutComponent in interface java.awt.LayoutManagerc - The Component that was removed.