|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public static interface JpaViewManager.PageManager
A view manager's parent page manager.
| Method Summary | |
|---|---|
void |
addViewManager(JpaViewManager viewManager)
Add the specified view manager to the page manager. |
JpaEditorManager |
getEditorManager(IEditorPart editor)
Return the JPA editor manager for the specified editor. |
PropertyValueModel<JpaFile> |
getJpaFileModel()
Return the manager's JPA file model. |
ModifiablePropertyValueModel<JpaStructureNode> |
getJpaSelectionModel()
Return the manager's JPA selection model. |
void |
removeViewManager(JpaViewManager viewManager)
Remove the specified view manager from the page manager. |
| Method Detail |
|---|
void addViewManager(JpaViewManager viewManager)
void removeViewManager(JpaViewManager viewManager)
JpaEditorManager getEditorManager(IEditorPart editor)
null if the specified editor does not have a
corresponding manager.
This method can be used by a view manager whose view maintains state
for each editor (e.g. an "outline"-type view usually maintains a
separate tree for each editor page, so the trees' states do not
change as different editor pages are brought to the top of the editor
page book).
getJpaFileModel(),
getJpaSelectionModel()PropertyValueModel<JpaFile> getJpaFileModel()
getJpaSelectionModel(),
getEditorManager(IEditorPart)ModifiablePropertyValueModel<JpaStructureNode> getJpaSelectionModel()
getJpaFileModel(),
getEditorManager(IEditorPart)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||