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
ConstructorsConstructorDescriptionOverviewOutlinePage(org.eclipse.gef.editparts.ScalableFreeformRootEditPart root) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcreateControl(Composite parent) voiddispose()voidvoidsetFocus()voidsetSelection(ISelection selection) Methods inherited from class org.eclipse.ui.part.Page
getSite, init, makeContributions, setActionBarsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
createControlin interfaceIPage- Specified by:
createControlin classPage
-
dispose
public void dispose() -
getControl
- Specified by:
getControlin interfaceIPage- Specified by:
getControlin classPage
-
setFocus
public void setFocus() -
addSelectionChangedListener
- Specified by:
addSelectionChangedListenerin interfaceISelectionProvider
-
getSelection
- Specified by:
getSelectionin interfaceISelectionProvider
-
removeSelectionChangedListener
- Specified by:
removeSelectionChangedListenerin interfaceISelectionProvider
-
setSelection
- Specified by:
setSelectionin interfaceISelectionProvider
-