|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.SeparatedPanelLayout
The layouter for the JSeparatedComponent.
Field Summary | |
protected int |
gap
Specifies the distance between the panel border and its components. |
Method Summary | |
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Overwrites the addLayoutComponent of LayoutManager. |
static SeparatedPanelLayout |
get()
No comment provided by developer, please add a comment to improve documentation. |
void |
layoutContainer(java.awt.Container parent)
Overwrites the layoutContainer method of the LayoutManager interface. |
java.awt.Dimension |
maximumLayoutSize(java.awt.Container parent)
Calculates the maximum layout size of the container. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
calculates the minimum layout size of the container. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent)
This method calculates the preferredSize of the Container. |
void |
removeLayoutComponent(java.awt.Component comp)
Overwrites the removeLayoutComponent of LayoutManager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int gap
Method Detail |
public static SeparatedPanelLayout get()
public void addLayoutComponent(java.lang.String name, java.awt.Component comp)
addLayoutComponent
in interface java.awt.LayoutManager
name
- The object added.comp
- The object added.public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent
in interface java.awt.LayoutManager
comp
- No description providedpublic java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize
in interface java.awt.LayoutManager
parent
- No description provided
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize
in interface java.awt.LayoutManager
parent
- No description provided
public java.awt.Dimension maximumLayoutSize(java.awt.Container parent)
parent
- No description provided
public void layoutContainer(java.awt.Container parent)
layoutContainer
in interface java.awt.LayoutManager
parent
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |