|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewManager
Interface denoting a class that can manage the views for an obserable list of contexts. When contexts are added or removed, the views are created or cleaned up. When the view has independent means of disposal then the context is removed when the view is closed.
Method Summary | |
---|---|
void |
createInitialViews()
Creates the initial views from the current list and factories. |
ObservableList |
getContextList()
Returns the observable list of contexts for which this manager is responsible. |
ClassRegistry |
getViewFactories()
Returns the mapping of context classes to view factories. |
void |
setContextList(ObservableList contexts)
Sets the observable list of contexts for which this manager is responsible. |
void |
setViewFactories(ClassRegistry factories)
Sets a mapping of context classes to view factories. |
Method Detail |
---|
void setContextList(ObservableList contexts)
ObservableList getContextList()
void setViewFactories(ClassRegistry factories)
ClassRegistry getViewFactories()
void createInitialViews()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |