|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A Container represents a part of the application window
holding a user interface element. A Container can be selected,
has a name and is embedded in an ApplicationFrame.
Containers implement the basic windows of an Application. While a
Document represents a data container, all other containers
represent some sort of tool panel. Interfaces OutlinerContainer,
AttributeTableContainer, NavigatorContainer and
RepositoryContainer all derive from this basic interface and
are each responsible for containing components that support a specific user
activity.
| Method Summary | |
ApplicationFrame |
getApplicationFrame()
Returns the enclosing ApplicationFrame of this
Container. |
java.lang.String |
getName()
A container has a name. |
void |
setName(java.lang.String name)
Sets the name of this container. |
void |
setSelected(boolean b)
Sets the selected flag of this container. |
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - the new name for this container.public ApplicationFrame getApplicationFrame()
ApplicationFrame of this
Container.
ApplicationFrame.public void setSelected(boolean b)
b - true to indicate that this container is
selected.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||