|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewContainer
A ViewContainer is the owner of a set of views. One of its views is always marked as its current view, i.e. the one view that is active.
This interface informs registeredViewChangeListener
instances
that its current view has changed.
A ViewContainer provides a view control that is used for all of its 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 |
---|
View getCurrentView()
void addViewChangeListener(ViewChangeListener l)
ViewControl getViewControl()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |