Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.ui.details
Interface JpaDetailsPageManager


public interface JpaDetailsPageManager

A details page manager is used to display the property page for a structure node. The JpaDetailsProvider is responsible for creating the manager.

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
2.0
See Also:
JpaDetailsProvider

Nested Class Summary
static interface JpaDetailsPageManager.Factory
           
 
Method Summary
 Control getPage()
          Return the details page manager's page.
 JpaStructureNode getSubject()
          Return the details page manager's subject.
 void setSubject(JpaStructureNode subject)
          Set the details page manager's subject.
 

Method Detail

getPage

Control getPage()
Return the details page manager's page.


getSubject

JpaStructureNode getSubject()
Return the details page manager's subject.


setSubject

void setSubject(JpaStructureNode subject)
Set the details page manager's subject.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.