|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ViewContainer is the owner of a set of views. One of it's views is always marked as it's current view, i.e. the one that is active.
this interface informs registered ViewChangeListener
objects
that it's current view has changed.
A ViewContainer provides a view control that is used for all it's views.
Method Summary | |
void |
addViewChangeListener(ViewChangeListener l)
Registers a ViewChangeListener to the ViewContainer. |
View |
getCurrentView()
Returns the currently active view in the ViewContainer. |
ViewControl |
getViewControl()
Returns the ViewControl that is used for all the views of the ViewContainer. |
Method Detail |
public View getCurrentView()
public void addViewChangeListener(ViewChangeListener l)
public ViewControl getViewControl()
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |