Package org.csstudio.opibuilder.editor
Class OverviewOutlinePage
java.lang.Object
org.eclipse.ui.part.Page
org.csstudio.opibuilder.editor.OverviewOutlinePage
- All Implemented Interfaces:
ISelectionProvider
,IPage
,IPageBookViewPage
,IContentOutlinePage
The overview outline page.
-
Constructor Summary
ConstructorDescriptionOverviewOutlinePage
(org.eclipse.gef.editparts.ScalableFreeformRootEditPart root) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createControl
(Composite parent) void
dispose()
void
void
setFocus()
void
setSelection
(ISelection selection) Methods inherited from class org.eclipse.ui.part.Page
getSite, init, makeContributions, setActionBars
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.ui.part.IPage
setActionBars
-
Constructor Details
-
OverviewOutlinePage
public OverviewOutlinePage(org.eclipse.gef.editparts.ScalableFreeformRootEditPart root)
-
-
Method Details
-
createControl
- Specified by:
createControl
in interfaceIPage
- Specified by:
createControl
in classPage
-
dispose
public void dispose() -
getControl
- Specified by:
getControl
in interfaceIPage
- Specified by:
getControl
in classPage
-
setFocus
public void setFocus() -
addSelectionChangedListener
- Specified by:
addSelectionChangedListener
in interfaceISelectionProvider
-
getSelection
- Specified by:
getSelection
in interfaceISelectionProvider
-
removeSelectionChangedListener
- Specified by:
removeSelectionChangedListener
in interfaceISelectionProvider
-
setSelection
- Specified by:
setSelection
in interfaceISelectionProvider
-