Package com._1c.g5.v8.dt.ql.ui.outline
Class QlOutlinePage
- java.lang.Object
-
- org.eclipse.ui.part.Page
-
- org.eclipse.handly.ui.outline.CommonOutlinePage
-
- org.eclipse.handly.ui.outline.HandlyOutlinePage
-
- org.eclipse.handly.xtext.ui.outline.HandlyXtextOutlinePage
-
- com._1c.g5.v8.dt.lcore.ui.outline.CustomHandlyXtextOutlinePage
-
- com._1c.g5.v8.dt.lcore.ui.outline.NonExistingInputAwareOutlinePage
-
- com._1c.g5.v8.dt.ql.ui.outline.QlOutlinePage
-
- All Implemented Interfaces:
org.eclipse.handly.model.adapter.IContentAdapterProvider
,org.eclipse.handly.ui.outline.ICommonOutlinePage
,ISelectionProvider
,org.eclipse.ui.part.IPage
,org.eclipse.ui.part.IPageBookViewPage
,org.eclipse.ui.views.contentoutline.IContentOutlinePage
,org.eclipse.xtext.ui.editor.IXtextEditorAware
- Direct Known Subclasses:
QlDcsOutlinePage
public class QlOutlinePage extends NonExistingInputAwareOutlinePage
Content outline page forQlFile
-
-
Constructor Summary
Constructors Constructor Description QlOutlinePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addElementChangeListener(org.eclipse.handly.model.IElementChangeListener listener)
protected void
addOutlineContributions()
protected void
addSortingSupport()
void
dispose()
protected ITreeContentProvider
getContentProvider()
protected IBaseLabelProvider
getLabelProvider()
protected void
removeElementChangeListener(org.eclipse.handly.model.IElementChangeListener listener)
-
Methods inherited from class com._1c.g5.v8.dt.lcore.ui.outline.NonExistingInputAwareOutlinePage
computeInput
-
Methods inherited from class com._1c.g5.v8.dt.lcore.ui.outline.CustomHandlyXtextOutlinePage
registerGlobalActions
-
Methods inherited from class org.eclipse.handly.xtext.ui.outline.HandlyXtextOutlinePage
getInputElementProvider, getLexicalSortPreference, getLinkWithEditorPreference, setEditor, setInputElementProvider
-
Methods inherited from class org.eclipse.handly.ui.outline.HandlyOutlinePage
addCollapseAllSupport, addLinkWithEditorSupport, elementChanged, getContentAdapter, init
-
Methods inherited from class org.eclipse.handly.ui.outline.CommonOutlinePage
addInputChangeListener, addOutlineContribution, addSelectionChangedListener, createControl, createTreeViewer, editorInputChanged, getControl, getEditor, getSelection, getTreeViewer, init, initDecorationContext, isAutoExpandable, refresh, removeInputChangeListener, removeOutlineContribution, removeSelectionChangedListener, setFocus, setSelection, shouldUseHashlookup
-
-
-
-
Method Detail
-
addOutlineContributions
protected void addOutlineContributions()
- Overrides:
addOutlineContributions
in classorg.eclipse.handly.ui.outline.HandlyOutlinePage
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceorg.eclipse.ui.part.IPage
- Overrides:
dispose
in classCustomHandlyXtextOutlinePage
-
addSortingSupport
protected void addSortingSupport()
- Overrides:
addSortingSupport
in classorg.eclipse.handly.ui.outline.HandlyOutlinePage
-
getContentProvider
protected ITreeContentProvider getContentProvider()
- Specified by:
getContentProvider
in classorg.eclipse.handly.ui.outline.CommonOutlinePage
-
getLabelProvider
protected IBaseLabelProvider getLabelProvider()
- Specified by:
getLabelProvider
in classorg.eclipse.handly.ui.outline.CommonOutlinePage
-
addElementChangeListener
protected void addElementChangeListener(org.eclipse.handly.model.IElementChangeListener listener)
- Specified by:
addElementChangeListener
in classorg.eclipse.handly.ui.outline.HandlyOutlinePage
-
removeElementChangeListener
protected void removeElementChangeListener(org.eclipse.handly.model.IElementChangeListener listener)
- Specified by:
removeElementChangeListener
in classorg.eclipse.handly.ui.outline.HandlyOutlinePage
-
-