|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.FlowLayout
com.jstatcom.equation.EqLayout
public final class EqLayout
Special layout to be used with EqPanel. It manges the
visibility of scrollbars of a parent scrollpane, the adjustment of the
equation components and the dimension of the underlying EqPanel.
| Field Summary |
|---|
| Fields inherited from class java.awt.FlowLayout |
|---|
CENTER, LEADING, LEFT, RIGHT, TRAILING |
| Constructor Summary | |
|---|---|
EqLayout()
Constructor. |
|
| Method Summary | |
|---|---|
void |
layoutContainer(java.awt.Container target)
Manages the layout for the target container and its child components. |
java.awt.Dimension |
maximumLayoutSize(java.awt.Container target)
Returns the maximum dimensions needed to layout the components contained in the specified target container. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container target)
Returns the minimum dimensions needed to layout the components contained in the specified target container. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container target)
Wrappes component childs if there is a parent component of class JScrollPane. |
| Methods inherited from class java.awt.FlowLayout |
|---|
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EqLayout()
| Method Detail |
|---|
public void layoutContainer(java.awt.Container target)
layoutContainer in interface java.awt.LayoutManagerlayoutContainer in class java.awt.FlowLayouttarget - the specified component being laid out.Container.doLayout()public java.awt.Dimension maximumLayoutSize(java.awt.Container target)
target - the component which needs to be laid out
public java.awt.Dimension minimumLayoutSize(java.awt.Container target)
minimumLayoutSize in interface java.awt.LayoutManagerminimumLayoutSize in class java.awt.FlowLayouttarget - the component which needs to be laid out
public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
JScrollPane.
preferredLayoutSize in interface java.awt.LayoutManagerpreferredLayoutSize in class java.awt.FlowLayouttarget - the component which needs to be laid out
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||