|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISahitsLayoutManager
This interfaces defines the layout manager that is to be used for
placing the ISahitsComponents in a ISahitsComponent.
The workings are similar than with LayoutManager2. The components are
added from the ISahitsContainers add method and layouted from
its ISahitsComponent.paint(java.awt.Graphics) method.
| Method Summary | |
|---|---|
void |
addLayoutComponent(ISahitsComponent comp,
ISahitsLayoutConstraint constraint)
Add a component with a constraint. |
void |
layoutContainer(ISahitsContainer parent)
Compute the layout of the all the children in the parent container. |
| Method Detail |
|---|
void addLayoutComponent(ISahitsComponent comp,
ISahitsLayoutConstraint constraint)
comp - constraint - void layoutContainer(ISahitsContainer parent)
parent -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||