org.eclipse.jpt.ui.details
Interface JpaDetailsPage<T extends JpaStructureNode>


public interface JpaDetailsPage<T extends JpaStructureNode>

A details page is used to show the propery pane for a given context node. The JpaDetailsProvider is responsible for creating the pane.

Since:
2.0 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.
Version:
2.0
See Also:
JpaDetailsProvider

Method Summary
 org.eclipse.swt.widgets.Control getControl()
          Returns this details' page's widget.
 void setSubject(T subject)
          Sets the subject for this details page.
 

Method Detail

getControl

org.eclipse.swt.widgets.Control getControl()
Returns this details' page's widget.

Returns:
The container of the widgets shown by this details page

setSubject

void setSubject(T subject)
Sets the subject for this details page.

Parameters:
subject - Either the new subject or null if the subject needs to be removed