|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.FlowLayout
org.bounce.ResizingFlowLayout
public class ResizingFlowLayout
Handles the lay out of the components on the Desktop...
| Field Summary |
|---|
| Fields inherited from class java.awt.FlowLayout |
|---|
CENTER, LEADING, LEFT, RIGHT, TRAILING |
| Constructor Summary | |
|---|---|
ResizingFlowLayout()
|
|
ResizingFlowLayout(int arg0)
|
|
ResizingFlowLayout(int arg0,
int arg1,
int arg2)
|
|
| Method Summary | |
|---|---|
java.awt.Dimension |
preferredLayoutSize(java.awt.Container target)
Returns the preferred size for the target. |
| Methods inherited from class java.awt.FlowLayout |
|---|
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, minimumLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResizingFlowLayout()
public ResizingFlowLayout(int arg0,
int arg1,
int arg2)
public ResizingFlowLayout(int arg0)
| Method Detail |
|---|
public java.awt.Dimension preferredLayoutSize(java.awt.Container target)
preferredLayoutSize in interface java.awt.LayoutManagerpreferredLayoutSize in class java.awt.FlowLayouttarget - the target container to get the size for.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||