| java.lang.Object org.eclipse.ui.examples.components.views.context.OverrideInstanceView
OverrideInstanceView | public class OverrideInstanceView (Code) | | View that demonstrates how to override a specific dependency of a child part.
In this case, we create a nested problems view and property view. The
problems view is given a custom ISelectionHandler that displays the number of selected
problems in the parent's content description.
since: 3.1 |
Constructor Summary | |
public | OverrideInstanceView(Composite parent, IWorkbenchPartFactory factory, INameable name) Component constructor. |
OverrideInstanceView | public OverrideInstanceView(Composite parent, IWorkbenchPartFactory factory, INameable name) throws ComponentException(Code) | | Component constructor. Do not invoke directly.
|
|
|