|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Layout
Interface that provides basic functions for arranging a layout. Functionality includes the arrangement of the layout itself and returning the preferred size of a container.
Method Summary | |
---|---|
Dimension2D |
getPreferredSize(Container container)
Returns the preferred size of the specified Container using this Layout. |
void |
layout(Container container)
Arranges the components of this Container according to this Layout. |
Method Detail |
---|
void layout(Container container)
container
- Container to be laid out.Dimension2D getPreferredSize(Container container)
container
- Container whose preferred size is to be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |