|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A ToolContainer is used as Container for any kind of tools used in an application, for example Repositories, AttributeTables, Navigators and so on. Such a ToolContainer as a size (width, height) and can be manually repainted. Each ToolContainer is able to retrieve the application frame in which it is embedded. This is useful to trigger an update cycle.
AttributeTableContainer,
LayoutToolsContainer,
NavigatorContainer,
OutlinerContainer,
RepositoryContainer| Method Summary | |
int |
getHeight()
Returns the width in pixel of this container. |
int |
getWidth()
Returns the width in pixel of this container. |
void |
repaint()
This might be called users to trigger a visual update of the ToolContainer. |
| Methods inherited from interface com.tensegrity.gui.container.Container |
getApplicationFrame, getName, setName, setSelected |
| Method Detail |
public int getWidth()
public int getHeight()
public void repaint()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||