|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Layout Manager.
NOTE: This class is not full compatible with java.awt.LayoutManager class!
Method Summary | |
void |
addLayoutComponent(JQComponent component,
java.lang.Object constraints)
Adds the specified component to the layout. |
void |
invalidateLayout(JQContainer target)
Invalidates the layout. |
void |
layoutContainer(JQContainer target)
Lays out the specified container. |
Dimension |
maximumLayoutSize(JQContainer target)
Calculates the maximum size dimensions for the specified container. |
Dimension |
minimumLayoutSize(JQContainer target)
Calculates the minimum size dimensions for the specified containers. |
Dimension |
preferredLayoutSize(JQContainer target)
Calculates the preferred size dimensions for the specified container. |
void |
removeLayoutComponent(JQComponent component)
Removes the specified component from the layout. |
Method Detail |
public void addLayoutComponent(JQComponent component, java.lang.Object constraints)
component
- the component to be addedconstraints
- the layout constraintspublic void removeLayoutComponent(JQComponent component)
component
- the component to be removedpublic Dimension preferredLayoutSize(JQContainer target)
target
- the container to be laid out
public Dimension maximumLayoutSize(JQContainer target)
target
- the component to be laid out
public Dimension minimumLayoutSize(JQContainer target)
target
- the component to be laid out
public void layoutContainer(JQContainer target)
target
- the container to be laid outpublic void invalidateLayout(JQContainer target)
target
- the container to be laid out
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |