|
|||||||||||
| 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. |
private static SeparatedPanelLayout |
layouter
No comment provided by developer, please add a comment to improve documentation. |
private de.upb.tools.fca.FLinkedList |
separatedComps
Internal used list to store the separated components. |
| Constructor Summary | |
private |
SeparatedPanelLayout()
initializes the internal used variables. |
| 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. |
private java.awt.Dimension |
getSeparatedPreferredSize(java.awt.Container parent)
Get the separatedPreferredSize attribute of the SeparatedPanelLayout object |
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 |
private de.upb.tools.fca.FLinkedList separatedComps
protected int gap
private static SeparatedPanelLayout layouter
| Constructor Detail |
private SeparatedPanelLayout()
| Method Detail |
public static SeparatedPanelLayout get()
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
addLayoutComponent in interface java.awt.LayoutManagername - The object added.comp - The object added.public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent in interface java.awt.LayoutManagercomp - No description providedprivate java.awt.Dimension getSeparatedPreferredSize(java.awt.Container parent)
parent - No description provided
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize in interface java.awt.LayoutManagerparent - No description provided
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize in interface java.awt.LayoutManagerparent - 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.LayoutManagerparent - No description provided
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||