|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISahitsContainer
This container component is used to hold ISahistsComponents that are rendered within this container. The base concept is the same as with Java/Swing container/component however with much less overhead.
| Method Summary | |
|---|---|
void |
add(ISahitsComponent comp,
ISahitsLayoutConstraint constraint)
Add a component to the container with a specific constraint |
ISahitsComponent |
get(int i)
Retrieve a component from internal storage at position i. |
Rectangle |
getBounds()
Retrieve the bounds of the container |
int |
getComponentCount()
Retrieve the total number of components contained in this container |
int |
getHeight()
Retrieve the actual height of the container |
Insets |
getInsets()
Retrieve the insets of the container |
int |
getWidth()
Retrieve the actual width of the container |
| Method Detail |
|---|
void add(ISahitsComponent comp,
ISahitsLayoutConstraint constraint)
comp - ISahitsComponentconstraint - ISahitsLayoutConstraintISahitsComponent get(int i)
i - position in the internal storage.
int getComponentCount()
ISahitsComponentsInsets getInsets()
Rectangle getBounds()
int getHeight()
int getWidth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||