Dali Provisional API
Release 3.2

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


public interface JpaViewManager

JPA view manager implemented for any view that can affect a page's JPA selection.

Implementations are to be created by their corresponding views when the views are created and added to the page manager if the view is to participate in the JPA selection framework.

To retrieve the appropriate JPA page manager for a JPA view:

     IViewPart view = ...;
     PageManager pageManager = (PageManager) view.getAdapter(PageManager.class);
 

See Also:
org.eclipse.jpt.jpa.ui.internal.selection.ViewPartAdapterFactory

Nested Class Summary
static interface JpaViewManager.PageManager
          A view manager's parent page manager.
 
Method Summary
 IViewPart getView()
          Return the manager's view.
 

Method Detail

getView

IViewPart getView()
Return the manager's view.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.