|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayoutService
Service used to position components into a container.
| Method Summary | |
|---|---|
void |
add(JPanel panel,
JComponent component,
Object constraint)
Adds a component to a panel using the given
constraint. |
void |
init(JPanel panel)
Initializes a panel for layout |
| Method Detail |
|---|
void init(JPanel panel)
panel - Panel to initialize.
void add(JPanel panel,
JComponent component,
Object constraint)
component to a panel using the given
constraint.
panel - Containercomponent - Component to addconstraint - Constraint for the position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||