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
Content outline page for 
QlFile- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.handly.ui.outline.CommonOutlinePageorg.eclipse.handly.ui.outline.CommonOutlinePage.OutlineTreeViewer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddElementChangeListener(org.eclipse.handly.model.IElementChangeListener listener) protected voidprotected voidvoiddispose()protected ITreeContentProviderprotected IBaseLabelProviderprotected voidremoveElementChangeListener(org.eclipse.handly.model.IElementChangeListener listener) Methods inherited from class com._1c.g5.v8.dt.lcore.ui.outline.NonExistingInputAwareOutlinePagecomputeInputMethods inherited from class com._1c.g5.v8.dt.lcore.ui.outline.CustomHandlyXtextOutlinePageregisterGlobalActionsMethods inherited from class org.eclipse.handly.xtext.ui.outline.HandlyXtextOutlinePagegetInputElementProvider, getLexicalSortPreference, getLinkWithEditorPreference, setEditor, setInputElementProviderMethods inherited from class org.eclipse.handly.ui.outline.HandlyOutlinePageaddCollapseAllSupport, addLinkWithEditorSupport, elementChanged, getContentAdapter, initMethods inherited from class org.eclipse.handly.ui.outline.CommonOutlinePageaddInputChangeListener, addOutlineContribution, addSelectionChangedListener, createControl, createTreeViewer, editorInputChanged, getControl, getEditor, getSelection, getTreeViewer, init, initDecorationContext, isAutoExpandable, refresh, removeInputChangeListener, removeOutlineContribution, removeSelectionChangedListener, setFocus, setSelection, shouldUseHashlookupMethods inherited from class org.eclipse.ui.part.PagegetSite, makeContributions, setActionBarsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.ui.part.IPagesetActionBarsMethods inherited from interface org.eclipse.ui.part.IPageBookViewPagegetSite
- 
Constructor Details- 
QlOutlinePagepublic QlOutlinePage()
 
- 
- 
Method Details- 
addOutlineContributionsprotected void addOutlineContributions()- Overrides:
- addOutlineContributionsin class- org.eclipse.handly.ui.outline.HandlyOutlinePage
 
- 
disposepublic void dispose()- Specified by:
- disposein interface- org.eclipse.ui.part.IPage
- Overrides:
- disposein class- CustomHandlyXtextOutlinePage
 
- 
addSortingSupportprotected void addSortingSupport()- Overrides:
- addSortingSupportin class- org.eclipse.handly.ui.outline.HandlyOutlinePage
 
- 
getContentProvider- Specified by:
- getContentProviderin class- org.eclipse.handly.ui.outline.CommonOutlinePage
 
- 
getLabelProvider- Specified by:
- getLabelProviderin class- org.eclipse.handly.ui.outline.CommonOutlinePage
 
- 
addElementChangeListenerprotected void addElementChangeListener(org.eclipse.handly.model.IElementChangeListener listener) - Specified by:
- addElementChangeListenerin class- org.eclipse.handly.ui.outline.HandlyOutlinePage
 
- 
removeElementChangeListenerprotected void removeElementChangeListener(org.eclipse.handly.model.IElementChangeListener listener) - Specified by:
- removeElementChangeListenerin class- org.eclipse.handly.ui.outline.HandlyOutlinePage
 
 
-