Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.ui.selection
Interface JpaEditorManager


public interface JpaEditorManager

JPA manager implemented for any editor that can affect a page's JPA file and/or selection.


Method Summary
 void dispose()
          Dispose the manager.
 IEditorPart getEditor()
          Return the manager's editor.
 PropertyValueModel<JpaFile> getJpaFileModel()
          Return the manager's JPA file model.
 ModifiablePropertyValueModel<JpaStructureNode> getJpaSelectionModel()
          Return the manager's JPA selection model.
 

Method Detail

getEditor

IEditorPart getEditor()
Return the manager's editor.


getJpaFileModel

PropertyValueModel<JpaFile> getJpaFileModel()
Return the manager's JPA file model. This can be monitored by the corresponding view managers.


getJpaSelectionModel

ModifiablePropertyValueModel<JpaStructureNode> getJpaSelectionModel()
Return the manager's JPA selection model. This can be monitored and changed by the corresponding view managers.


dispose

void dispose()
Dispose the manager. Remove any listeners from the manager's editor and the JPA selection model and JPA file model.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.