| org.eclipse.ui.examples.rcp.browser.HistoryView
HistoryView | public class HistoryView extends ViewPart implements ISecondaryPart(Code) | | Mockup of a browser history view.
For now, it's just the sample view generated by PDE.
|
Inner Class :class TreeObject implements IAdaptable | |
Inner Class :class TreeParent extends TreeObject | |
Inner Class :class ViewContentProvider implements IStructuredContentProvider,ITreeContentProvider | |
Inner Class :class ViewLabelProvider extends LabelProvider | |
Constructor Summary | |
public | HistoryView() The constructor. |
Method Summary | |
public void | createPartControl(Composite parent) This is a callback that will allow us
to create the viewer and initialize it. | public void | setFocus() Passing the focus request to the viewer's control. |
HistoryView | public HistoryView()(Code) | | The constructor.
|
createPartControl | public void createPartControl(Composite parent)(Code) | | This is a callback that will allow us
to create the viewer and initialize it.
|
setFocus | public void setFocus()(Code) | | Passing the focus request to the viewer's control.
|
|
|