Methods from org.eclipse.jface used by org.eclipse.wst.sse.ui

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.jface.action.Action.Action()

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ShowViewAction.ShowViewAction()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.debug.BreakpointRulerAction.BreakpointRulerAction(ITextEditor, IVerticalRulerInfo)163
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.1.(ExtendedEditorActionProxyForDelayLoading)34
org.eclipse.wst.sse.ui.internal.properties.RemoveAction.RemoveAction(ConfigurablePropertySheetPage)24
org.eclipse.wst.sse.ui.internal.selection.StructureSelectAction.StructureSelectAction(StructuredTextEditor)37
org.eclipse.wst.sse.ui.internal.ShowViewAction.ShowViewAction()33
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.ShowEditorInformationAction.ShowEditorInformationAction(OffsetStatusLineContributionItem)1195
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.ShowEditorInformationAction.ShowEditorInformationAction(OffsetStatusLineContributionItem)1195

org.eclipse.jface.action.Action.Action(String, ImageDescriptor)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ShowViewAction.ShowViewAction(String, ImageDescriptor)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ShowViewAction.ShowViewAction(String, ImageDescriptor)48

org.eclipse.jface.action.Action.Action(String, int)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ShowViewAction.ShowViewAction(String, int)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.PropertyChangeUpdateAction(String, IPreferenceStore, String, boolean)32
org.eclipse.wst.sse.ui.internal.ShowViewAction.ShowViewAction(String, int)56
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)49
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)49

org.eclipse.jface.action.Action.Action(String)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ShowViewAction.ShowViewAction(String)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ShowViewAction.ShowViewAction(String)40

org.eclipse.jface.action.Action.findKeyCode(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.convertAccelerator(String)258

org.eclipse.jface.action.Action.findModifier(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.convertAccelerator(String)251

org.eclipse.jface.action.Action.findModifierString(int)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()57
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.3.keyReleased(KeyEvent)260
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.3.keyReleased(KeyEvent)262
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.3.keyReleased(KeyEvent)256
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.3.keyReleased(KeyEvent)258
org.eclipse.wst.sse.ui.internal.util.EditorUtility.appendModifierString(String, int)42
org.eclipse.wst.sse.ui.internal.util.EditorUtility.findLocalizedModifier(String)91
org.eclipse.wst.sse.ui.internal.util.EditorUtility.findLocalizedModifier(String)89
org.eclipse.wst.sse.ui.internal.util.EditorUtility.findLocalizedModifier(String)87
org.eclipse.wst.sse.ui.internal.util.EditorUtility.findLocalizedModifier(String)85

org.eclipse.jface.action.Action.getDescription()

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.getDescription()-1

org.eclipse.jface.action.Action.getText()

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.getText()-1
org.eclipse.wst.sse.ui.internal.properties.RemoveAction.getText()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)52
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)52
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.ToggleLinkAction(ContentOutlineConfiguration, IPreferenceStore, String)68
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.ToggleLinkAction(ContentOutlineConfiguration, IPreferenceStore, String)68

org.eclipse.jface.action.Action.getToolTipText()

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.getToolTipText()-1

org.eclipse.jface.action.Action.isChecked()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.run()63
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.update()76
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.update()76

org.eclipse.jface.action.Action.isEnabled()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointsTarget.canToggleLineBreakpoints(IWorkbenchPart, ISelection)71
org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointsTarget.toggleLineBreakpoints(IWorkbenchPart, ISelection)152

org.eclipse.jface.action.Action.run()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.run()62
org.eclipse.wst.sse.ui.internal.ShowViewAction.run()70
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.ShowEditorInformationAction.run()1204
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.ShowEditorInformationAction.run()1204
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.run()57
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.run()57
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.FoldingActionGroup.2.run()-1
org.eclipse.wst.sse.ui.internal.actions.CleanupAction.run()-1
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.run()-1
org.eclipse.wst.sse.ui.internal.debug.EditBreakpointAction.run()-1
org.eclipse.wst.sse.ui.internal.debug.ManageBreakpointAction.run()-1
org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointAction.run()-1
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.run()-1
org.eclipse.wst.sse.ui.internal.hyperlink.OpenHyperlinkAction.run()-1
org.eclipse.wst.sse.ui.internal.openon.OpenOnAction.run()-1
org.eclipse.wst.sse.ui.internal.properties.RemoveAction.run()-1
org.eclipse.wst.sse.ui.internal.selection.StructureSelectAction.run()-1
org.eclipse.wst.sse.ui.internal.ShowViewAction.run()-1
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.ShowEditorInformationAction.run()-1
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.ShowEditorInformationAction.run()-1
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.run()-1
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.run()-1

org.eclipse.jface.action.Action.runWithEvent(Event)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ShowViewAction.runWithEvent(Event)80
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ShowViewAction.runWithEvent(Event)-1

org.eclipse.jface.action.Action.setActionDefinitionId(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.FoldingActionGroup.FoldingActionGroup(ITextEditor, ITextViewer)103
org.eclipse.wst.sse.ui.FoldingActionGroup.FoldingActionGroup(ITextEditor, ITextViewer)107
org.eclipse.wst.sse.ui.FoldingActionGroup.FoldingActionGroup(ITextEditor, ITextViewer)99
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()120
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()137
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()126
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()98
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()107
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()140
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()117
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()129
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()134
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()104
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()151
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()123
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()101
org.eclipse.wst.sse.ui.StructuredTextEditor.createActions()1201
org.eclipse.wst.sse.ui.StructuredTextEditor.createActions()1250
org.eclipse.wst.sse.ui.StructuredTextEditor.createActions()1224
org.eclipse.wst.sse.ui.StructuredTextEditor.createActions()1233
org.eclipse.wst.sse.ui.StructuredTextEditor.createActions()1209
org.eclipse.wst.sse.ui.StructuredTextEditor.createActions()1190
org.eclipse.wst.sse.ui.StructuredTextEditor.createActions()1216
org.eclipse.wst.sse.ui.StructuredTextEditor.createActions()1180

org.eclipse.jface.action.Action.setChecked(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.FoldingActionGroup.FoldingActionGroup(ITextEditor, ITextViewer)98
org.eclipse.wst.sse.ui.FoldingActionGroup.update()141
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.PropertyChangeUpdateAction(String, IPreferenceStore, String, boolean)37
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.update()77

org.eclipse.jface.action.Action.setDescription(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.selection.StructureSelectHistoryAction.StructureSelectHistoryAction(StructuredTextEditor)28

org.eclipse.jface.action.Action.setDisabledImageDescriptor(ImageDescriptor)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.properties.RemoveAction.RemoveAction(ConfigurablePropertySheetPage)29
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)51
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)51
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.ToggleLinkAction(ContentOutlineConfiguration, IPreferenceStore, String)69
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.ToggleLinkAction(ContentOutlineConfiguration, IPreferenceStore, String)69

org.eclipse.jface.action.Action.setEnabled(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.FoldingActionGroup.2.update()92
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.setViewerSpecificContributionsEnabled(boolean)372
org.eclipse.wst.sse.ui.internal.debug.EditBreakpointAction.update()60
org.eclipse.wst.sse.ui.internal.debug.ManageBreakpointAction.ManageBreakpointAction(ITextEditor, IVerticalRuler)36
org.eclipse.wst.sse.ui.internal.debug.ManageBreakpointAction.update()83
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.handleEntrySelection(ISelection)95
org.eclipse.wst.sse.ui.internal.selection.StructureSelectHistoryAction.update()54

org.eclipse.jface.action.Action.setId(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.PropertyChangeUpdateAction(String, IPreferenceStore, String, boolean)36

org.eclipse.jface.action.Action.setImageDescriptor(ImageDescriptor)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointAction.ToggleBreakpointAction(ITextEditor, IVerticalRulerInfo)62
org.eclipse.wst.sse.ui.internal.properties.RemoveAction.RemoveAction(ConfigurablePropertySheetPage)28
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)50
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)50
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.ToggleLinkAction(ContentOutlineConfiguration, IPreferenceStore, String)70
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.ToggleLinkAction(ContentOutlineConfiguration, IPreferenceStore, String)70

org.eclipse.jface.action.Action.setText(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.debug.EditBreakpointAction.EditBreakpointAction(ITextEditor, IVerticalRuler)34
org.eclipse.wst.sse.ui.internal.debug.ManageBreakpointAction.update()87
org.eclipse.wst.sse.ui.internal.debug.ManageBreakpointAction.update()85
org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointAction.ToggleBreakpointAction(ITextEditor, IVerticalRulerInfo)61
org.eclipse.wst.sse.ui.internal.properties.RemoveAction.RemoveAction(ConfigurablePropertySheetPage)26
org.eclipse.wst.sse.ui.internal.selection.StructureSelectHistoryAction.StructureSelectHistoryAction(StructuredTextEditor)26

org.eclipse.jface.action.Action.setToolTipText(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.properties.RemoveAction.RemoveAction(ConfigurablePropertySheetPage)27
org.eclipse.wst.sse.ui.internal.selection.StructureSelectHistoryAction.StructureSelectHistoryAction(StructuredTextEditor)27
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)52
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.CollapseTreeAction(ContentOutlineConfiguration, TreeViewer)52
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.ToggleLinkAction(ContentOutlineConfiguration, IPreferenceStore, String)68
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.ToggleLinkAction.ToggleLinkAction(ContentOutlineConfiguration, IPreferenceStore, String)68

org.eclipse.jface.action.ActionContributionItem.ActionContributionItem(IAction)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)227
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.createToolbarContributions(TreeViewer)123
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.PropertyChangeUpdateActionContributionItem(PropertyChangeUpdateAction)47

org.eclipse.jface.action.ActionContributionItem.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.dispose()73
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.dispose()-1

org.eclipse.jface.action.ActionContributionItem.getAction()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.PreferenceUpdateListener.propertyChange(PropertyChangeEvent)34
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.PreferenceUpdateListener.propertyChange(PropertyChangeEvent)32
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.PreferenceUpdateListener.propertyChange(PropertyChangeEvent)32
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.PreferenceUpdateListener.propertyChange(PropertyChangeEvent)34
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.toString()83
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.toString()80
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)292
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)292
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.getAction()284

org.eclipse.jface.action.ActionContributionItem.update()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)317
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)317

org.eclipse.jface.action.ContributionItem.toString()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.toString()81
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.toString()-1

org.eclipse.jface.action.ContributionManager.add(IAction)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()112
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()111
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()113
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()110

org.eclipse.jface.action.ContributionManager.removeAll()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.dispose()410
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateContextMenuId()710
org.eclipse.wst.sse.ui.StructuredTextEditor.dispose()1566
org.eclipse.wst.sse.ui.StructuredTextEditor.dispose()1561
org.eclipse.wst.sse.ui.StructuredTextEditor.updateEditorContextMenuId(String)2879
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRulerContextMenuId(String)3145

org.eclipse.jface.action.GroupMarker.GroupMarker(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()146
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()148
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)82
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)85
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)82
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)85

org.eclipse.jface.action.IAction.addPropertyChangeListener(IPropertyChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.addPropertyChangeListener(IPropertyChangeListener)83
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.addPropertyChangeListener(IPropertyChangeListener)85
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()661

org.eclipse.jface.action.IAction.getAccelerator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getAccelerator()52
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getAccelerator()98
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.run()322
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.runWithEvent(Event)342

org.eclipse.jface.action.IAction.getActionDefinitionId()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getActionDefinitionId()60
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.setActiveEditor(IEditorPart)353
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.setActiveEditor(IEditorPart)353
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getActionDefinitionId()112
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.run()322
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.runWithEvent(Event)342

org.eclipse.jface.action.IAction.getDescription()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getDescription()68
org.eclipse.wst.sse.ui.internal.extension.DropActionProxy.beginRecording()82
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxy.beginRecording()75
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getDescription()126
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3030
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3037

org.eclipse.jface.action.IAction.getDisabledImageDescriptor()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getDisabledImageDescriptor()76
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getDisabledImageDescriptor()140

org.eclipse.jface.action.IAction.getHelpListener()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getHelpListener()84
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getHelpListener()154

org.eclipse.jface.action.IAction.getHoverImageDescriptor()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getHoverImageDescriptor()92
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getHoverImageDescriptor()168

org.eclipse.jface.action.IAction.getId()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.toString()80
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getId()182

org.eclipse.jface.action.IAction.getImageDescriptor()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getImageDescriptor()107
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getImageDescriptor()196

org.eclipse.jface.action.IAction.getMenuCreator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getMenuCreator()211

org.eclipse.jface.action.IAction.getStyle()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getStyle()225

org.eclipse.jface.action.IAction.getText()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getText()129
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.toString()83
org.eclipse.wst.sse.ui.internal.extension.DropActionProxy.beginRecording()82
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxy.beginRecording()75
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getText()239
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3036
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3029

org.eclipse.jface.action.IAction.getToolTipText()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.getToolTipText()137
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.getToolTipText()253

org.eclipse.jface.action.IAction.isChecked()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.isChecked()145
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.isChecked()278

org.eclipse.jface.action.IAction.isEnabled()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.isEnabled()153
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.isEnabled()292

org.eclipse.jface.action.IAction.isHandled()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.isHandled()163

org.eclipse.jface.action.IAction.removePropertyChangeListener(IPropertyChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()662
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.removePropertyChangeListener(IPropertyChangeListener)309
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.removePropertyChangeListener(IPropertyChangeListener)307

org.eclipse.jface.action.IAction.run()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.run()178
org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointAction.createBreakpoints(int)141
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.run()325
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.run()328

org.eclipse.jface.action.IAction.runWithEvent(Event)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActiveEditorActionHandler.runWithEvent(Event)187
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.runWithEvent(Event)345
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.runWithEvent(Event)348

org.eclipse.jface.action.IAction.setAccelerator(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.processAccelerator(IAction, String)364
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.processAccelerator(IAction, String)369
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()667
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setAccelerator(int)567
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setAccelerator(int)569

org.eclipse.jface.action.IAction.setActionDefinitionId(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)182
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()671
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setActionDefinitionId(String)364
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setActionDefinitionId(String)366

org.eclipse.jface.action.IAction.setChecked(boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)205
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()675
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setChecked(boolean)381
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setChecked(boolean)383

org.eclipse.jface.action.IAction.setDescription(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)201
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()712
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setDescription(String)400
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setDescription(String)398
org.eclipse.wst.sse.ui.internal.selection.StructuredSelectHistoryActionDelegate.init(IAction)43
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3080
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3033
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3040
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3060

org.eclipse.jface.action.IAction.setDisabledImageDescriptor(ImageDescriptor)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)220
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()679
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setDisabledImageDescriptor(ImageDescriptor)415
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setDisabledImageDescriptor(ImageDescriptor)417

org.eclipse.jface.action.IAction.setEnabled(boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ResourceActionDelegate.selectionChanged(IAction, ISelection)100
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()683
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setEnabled(boolean)434
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setEnabled(boolean)432
org.eclipse.wst.sse.ui.internal.selection.SelectionHistory.setHistoryAction(IAction)102
org.eclipse.wst.sse.ui.internal.selection.SelectionHistory.setHistoryAction(IAction)100
org.eclipse.wst.sse.ui.internal.selection.SelectionHistory.updateHistoryAction()113
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3048
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3068

org.eclipse.jface.action.IAction.setHelpListener(HelpListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()687
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setHelpListener(HelpListener)451
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setHelpListener(HelpListener)449

org.eclipse.jface.action.IAction.setHoverImageDescriptor(ImageDescriptor)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)215
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()692
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setHoverImageDescriptor(ImageDescriptor)466
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setHoverImageDescriptor(ImageDescriptor)468

org.eclipse.jface.action.IAction.setId(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)178
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()697
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setId(String)485
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setId(String)483

org.eclipse.jface.action.IAction.setImageDescriptor(ImageDescriptor)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)210
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()702
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setImageDescriptor(ImageDescriptor)502
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setImageDescriptor(ImageDescriptor)500
org.eclipse.wst.sse.ui.StructuredTextEditor.createUndoRedoActions()1507
org.eclipse.wst.sse.ui.StructuredTextEditor.createUndoRedoActions()1502

org.eclipse.jface.action.IAction.setMenuCreator(IMenuCreator)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setMenuCreator(IMenuCreator)518
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setMenuCreator(IMenuCreator)516

org.eclipse.jface.action.IAction.setText(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)171
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()707
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setText(String)533
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setText(String)535
org.eclipse.wst.sse.ui.internal.search.FindOccurrencesActionDelegate.init(IAction)57
org.eclipse.wst.sse.ui.internal.selection.StructuredSelectHistoryActionDelegate.init(IAction)41
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3074
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3039
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3054
org.eclipse.wst.sse.ui.StructuredTextEditor.updateMenuText()3032

org.eclipse.jface.action.IAction.setToolTipText(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ActionDescriptor.ActionDescriptor(IConfigurationElement)187
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.realize()717
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setToolTipText(String)550
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.setToolTipText(String)552
org.eclipse.wst.sse.ui.internal.selection.StructuredSelectHistoryActionDelegate.init(IAction)42

org.eclipse.jface.action.IContributionItem.getId()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)81
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)82
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)82
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)81
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)588
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)580
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)653
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)290
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)290
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)290
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)290
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)290
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)290

org.eclipse.jface.action.IContributionItem.isGroupMarker()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)587
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)579
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)652

org.eclipse.jface.action.IContributionItem.setVisible(boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)603
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenu(IConfigurationElement, IMenuManager, boolean)488
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)553
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)313
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)313
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.setActiveEditor(IEditorPart)352
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.setActiveEditor(IEditorPart)352

org.eclipse.jface.action.IContributionItem.update()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)605

org.eclipse.jface.action.IContributionManager.add(IAction)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.FoldingActionGroup.fillMenu(IMenuManager)158
org.eclipse.wst.sse.ui.FoldingActionGroup.fillMenu(IMenuManager)156
org.eclipse.wst.sse.ui.FoldingActionGroup.fillMenu(IMenuManager)157
org.eclipse.wst.sse.ui.internal.debug.DebugTextEditor.rulerContextMenuAboutToShow(IMenuManager)388
org.eclipse.wst.sse.ui.internal.debug.DebugTextEditor.rulerContextMenuAboutToShow(IMenuManager)390
org.eclipse.wst.sse.ui.internal.debug.DebugTextEditor.rulerContextMenuAboutToShow(IMenuManager)389
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.makeContributions(IMenuManager, IToolBarManager, IStatusLineManager)111
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.makeContributions(IMenuManager, IToolBarManager, IStatusLineManager)112
org.eclipse.wst.sse.ui.StructuredTextEditor.rulerContextMenuAboutToShow(IMenuManager)2644
org.eclipse.wst.sse.ui.StructuredTextEditor.rulerContextMenuAboutToShow(IMenuManager)2640
org.eclipse.wst.sse.ui.StructuredTextEditor.rulerContextMenuAboutToShow(IMenuManager)2642

org.eclipse.jface.action.IContributionManager.add(IContributionItem)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.addToStatusLine(IStatusLineManager)199
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)85
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)85
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)604
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)592
org.eclipse.wst.sse.ui.internal.debug.DebugTextEditor.rulerContextMenuAboutToShow(IMenuManager)391
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenu(IConfigurationElement, IMenuManager, boolean)497
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)568
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeSeparator(IMenuManager, IConfigurationElement)613
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)643

org.eclipse.jface.action.IContributionManager.appendToGroup(String, IAction)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.contributeToMenu(IMenuManager)216
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)580
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)653
org.eclipse.wst.sse.ui.StructuredTextEditor.addContextMenuActions(IMenuManager)986
org.eclipse.wst.sse.ui.StructuredTextEditor.rulerContextMenuAboutToShow(IMenuManager)2653
org.eclipse.wst.sse.ui.StructuredTextEditor.rulerContextMenuAboutToShow(IMenuManager)2654
org.eclipse.wst.sse.ui.StructuredTextEditor.rulerContextMenuAboutToShow(IMenuManager)2652

org.eclipse.jface.action.IContributionManager.appendToGroup(String, IContributionItem)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)588
org.eclipse.wst.sse.ui.StructuredTextEditor.rulerContextMenuAboutToShow(IMenuManager)2637

org.eclipse.jface.action.IContributionManager.find(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenu(IConfigurationElement, IMenuManager, boolean)494
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)557
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)565
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeSeparator(IMenuManager, IConfigurationElement)610
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)632
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)640

org.eclipse.jface.action.IContributionManager.getItems()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)80
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)80
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)272
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)272

org.eclipse.jface.action.IContributionManager.insertAfter(String, IAction)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)582
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)655

org.eclipse.jface.action.IContributionManager.insertAfter(String, IContributionItem)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)82
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)82
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenu(IConfigurationElement, IMenuManager, boolean)517
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)590

org.eclipse.jface.action.IContributionManager.remove(IContributionItem)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)536
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)547

org.eclipse.jface.action.IContributionManager.remove(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)549
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)559
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)634
org.eclipse.wst.sse.ui.StructuredTextEditor.editorContextMenuAboutToShow(IMenuManager)1773
org.eclipse.wst.sse.ui.StructuredTextEditor.editorContextMenuAboutToShow(IMenuManager)1774

org.eclipse.jface.action.IContributionManager.update(boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)594
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)538
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)550
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)607
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)330
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)332
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)330
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)332
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.makeContributions(IMenuManager, IToolBarManager, IStatusLineManager)115

org.eclipse.jface.action.IMenuListener.menuAboutToShow(IMenuManager)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)91
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.AdditionGroupAdder.menuAboutToShow(IMenuManager)91

org.eclipse.jface.action.IMenuManager.addMenuListener(IMenuListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.contributeToMenu(IMenuManager)124
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.contributeToMenu(IMenuManager)124
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)279
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.menuAboutToShow(IMenuManager)279

org.eclipse.jface.action.IMenuManager.findMenuUsingPath(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.contributeToMenu(IMenuManager)214
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenu(IConfigurationElement, IMenuManager, boolean)476
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenu(IConfigurationElement, IMenuManager, boolean)505
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)541

org.eclipse.jface.action.IMenuManager.removeMenuListener(IMenuListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.dispose()239
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.ExtendedContributor.dispose()239

org.eclipse.jface.action.IStatusLineManager.setErrorMessage(Image, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.StatusLineClearer.selectionChanged(SelectionChangedEvent)77
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.StatusLineClearer.selectionChanged(SelectionChangedEvent)77

org.eclipse.jface.action.IStatusLineManager.setErrorMessage(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.gotoAnnotation(boolean)277
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.gotoAnnotation(boolean)260
org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil.displayMessage(String)149

org.eclipse.jface.action.IStatusLineManager.setMessage(Image, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateStatusLine(IStatusLineManager, ISelection)752
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.gotoAnnotation(boolean)278
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.gotoAnnotation(boolean)261
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.StatusLineClearer.selectionChanged(SelectionChangedEvent)78
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.StatusLineClearer.selectionChanged(SelectionChangedEvent)78
org.eclipse.wst.sse.ui.StructuredTextEditor.updateStatusLine(ISelection)3269

org.eclipse.jface.action.IStatusLineManager.setMessage(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.dispose()419
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateStatusLine(IStatusLineManager, ISelection)749
org.eclipse.wst.sse.ui.StructuredTextEditor.updateStatusLine(ISelection)3266

org.eclipse.jface.action.MenuManager.addMenuListener(IMenuListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateContextMenuId()717
org.eclipse.wst.sse.ui.StructuredTextEditor.updateEditorContextMenuId(String)2885
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRulerContextMenuId(String)3151

org.eclipse.jface.action.MenuManager.createContextMenu(Control)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateContextMenuId()719
org.eclipse.wst.sse.ui.StructuredTextEditor.updateEditorContextMenuId(String)2887
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRulerContextMenuId(String)3154

org.eclipse.jface.action.MenuManager.dispose()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.dispose()411
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateContextMenuId()711
org.eclipse.wst.sse.ui.StructuredTextEditor.dispose()1562
org.eclipse.wst.sse.ui.StructuredTextEditor.dispose()1567
org.eclipse.wst.sse.ui.StructuredTextEditor.updateEditorContextMenuId(String)2880
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRulerContextMenuId(String)3146

org.eclipse.jface.action.MenuManager.MenuManager(String, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateContextMenuId()714
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenu(IConfigurationElement, IMenuManager, boolean)507
org.eclipse.wst.sse.ui.StructuredTextEditor.rulerContextMenuAboutToShow(IMenuManager)2636
org.eclipse.wst.sse.ui.StructuredTextEditor.updateEditorContextMenuId(String)2883
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRulerContextMenuId(String)3149

org.eclipse.jface.action.MenuManager.MenuManager(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()109

org.eclipse.jface.action.MenuManager.removeMenuListener(IMenuListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.dispose()409
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateContextMenuId()709
org.eclipse.wst.sse.ui.StructuredTextEditor.dispose()1560
org.eclipse.wst.sse.ui.StructuredTextEditor.dispose()1565
org.eclipse.wst.sse.ui.StructuredTextEditor.updateEditorContextMenuId(String)2878
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRulerContextMenuId(String)3144

org.eclipse.jface.action.MenuManager.setRemoveAllWhenShown(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateContextMenuId()715
org.eclipse.wst.sse.ui.StructuredTextEditor.updateEditorContextMenuId(String)2884
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRulerContextMenuId(String)3150

org.eclipse.jface.action.Separator.Separator()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()94
org.eclipse.wst.sse.ui.internal.actions.ActionContributor.ActionContributor()147
org.eclipse.wst.sse.ui.internal.debug.DebugTextEditor.rulerContextMenuAboutToShow(IMenuManager)391

org.eclipse.jface.action.Separator.Separator(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenu(IConfigurationElement, IMenuManager, boolean)497
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeMenuAction(ActionDescriptor, IMenuManager, boolean, boolean)568
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeSeparator(IMenuManager, IConfigurationElement)613
org.eclipse.wst.sse.ui.internal.ExtendedEditorActionBuilder.contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean)643

org.eclipse.jface.dialogs.ControlEnableState.disable(Control)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.2.widgetSelected(SelectionEvent)161
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.3.widgetSelected(SelectionEvent)156
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.3.widgetSelected(SelectionEvent)157
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.3.widgetSelected(SelectionEvent)159

org.eclipse.jface.dialogs.ControlEnableState.restore()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.2.widgetSelected(SelectionEvent)156
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.3.widgetSelected(SelectionEvent)147

org.eclipse.jface.dialogs.Dialog.applyDialogFont(Control)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createDialogArea(Composite)122
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createDialogArea(Composite)122
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.createContents(Composite)276
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)289

org.eclipse.jface.dialogs.Dialog.convertHeightInCharsToPixels(FontMetrics, int)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)160

org.eclipse.jface.dialogs.Dialog.convertWidthInCharsToPixels(FontMetrics, int)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.convertWidthInCharsToPixels(Control, int)172

org.eclipse.jface.dialogs.Dialog.createButtonBar(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createButtonBar(Composite)81
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createButtonBar(Composite)81
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createButtonBar(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createButtonBar(Composite)-1

org.eclipse.jface.dialogs.Dialog.createDialogArea(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)468
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)468
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createDialogArea(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createDialogArea(Composite)-1
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)-1
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)-1

org.eclipse.jface.dialogs.Dialog.Dialog(Shell)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.TaskTagDialog(MainTab, Shell)71
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.TaskTagDialog(MainTab, Shell)71
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.InformationDialog(OffsetStatusLineContributionItem, Shell)275
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.InformationDialog(OffsetStatusLineContributionItem, Shell)275

org.eclipse.jface.dialogs.Dialog.getButton(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createButtonBar(Composite)82
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.createButtonBar(Composite)82

org.eclipse.jface.dialogs.Dialog.okPressed()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.okPressed()133
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.okPressed()133
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.okPressed()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.okPressed()-1

org.eclipse.jface.dialogs.DialogPage.convertHeightInCharsToPixels(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.createAppearancePage(Composite)168
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.createAppearancePage(Composite)189

org.eclipse.jface.dialogs.DialogPage.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.dispose()180
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.dispose()321
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.dispose()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.dispose()-1

org.eclipse.jface.dialogs.DialogPage.getControl()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentproperties.ui.ContentSettingsPropertyPage.validateState()292
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)260
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)259
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)259
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)279
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)278
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)258
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)261
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)266
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)269
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)273
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)273
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)258
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.loadPreferences()200
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.savePreferences()231

org.eclipse.jface.dialogs.DialogPage.getShell()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)269
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)273
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)269
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)266
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)266
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)269
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)266
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.openProjectSettings()218
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.openProjectSettings()247
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.openWorkspaceSettings()255

org.eclipse.jface.dialogs.DialogPage.getTitle()

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.getTitle()-1

org.eclipse.jface.dialogs.DialogPage.setDescription(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.StructuredTextEditorPreferencePage()89

org.eclipse.jface.dialogs.DialogPage.setErrorMessage(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.applyToStatusLine(DialogPage, IStatus)126
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.applyToStatusLine(DialogPage, IStatus)118
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.applyToStatusLine(DialogPage, IStatus)122
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.applyToStatusLine(DialogPage, IStatus)133

org.eclipse.jface.dialogs.DialogPage.setMessage(String, int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.applyToStatusLine(DialogPage, IStatus)125
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.applyToStatusLine(DialogPage, IStatus)117
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.applyToStatusLine(DialogPage, IStatus)121

org.eclipse.jface.dialogs.DialogPage.setMessage(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.applyToStatusLine(IStatus)144
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.applyToStatusLine(DialogPage, IStatus)132

org.eclipse.jface.dialogs.DialogPage.setVisible(boolean)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)276
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setVisible(boolean)-1

org.eclipse.jface.dialogs.ErrorDialog.openError(Shell, String, String, IStatus)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointAction.createBreakpoints(int)129
org.eclipse.wst.sse.ui.internal.ShowViewAction.showView()94

org.eclipse.jface.dialogs.IconAndMessageDialog.createMessageArea(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.createMessageArea(Composite)51
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.createMessageArea(Composite)-1

org.eclipse.jface.dialogs.MessageDialog.MessageDialog(Shell, String, Image, String, int, String[], int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.promptForRedetectIfNecessary()278

org.eclipse.jface.dialogs.MessageDialog.open()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.promptForRedetectIfNecessary()279
org.eclipse.wst.sse.ui.StructuredTextEditor.11.runInUIThread(IProgressMonitor)2527

org.eclipse.jface.dialogs.MessageDialogWithToggle.buttonPressed(int)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)30
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)-1

org.eclipse.jface.dialogs.MessageDialogWithToggle.getPrefKey()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)33
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)43
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)39

org.eclipse.jface.dialogs.MessageDialogWithToggle.getPrefStore()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)33
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)39
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)43

org.eclipse.jface.dialogs.MessageDialogWithToggle.getToggleState()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)33

org.eclipse.jface.dialogs.MessageDialogWithToggle.MessageDialogWithToggle(Shell, String, Image, String, int, String[], int, String, boolean)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.UnknownContentTypeDialog(Shell, IPreferenceStore, String)24

org.eclipse.jface.dialogs.MessageDialogWithToggle.setPrefKey(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.UnknownContentTypeDialog(Shell, IPreferenceStore, String)26

org.eclipse.jface.dialogs.MessageDialogWithToggle.setPrefStore(IPreferenceStore)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.UnknownContentTypeDialog(Shell, IPreferenceStore, String)25

org.eclipse.jface.layout.PixelConverter.PixelConverter(Control)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.util.PixelConverter.PixelConverter(Control)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.util.PixelConverter.PixelConverter(Control)23

org.eclipse.jface.layout.PixelConverter.PixelConverter(Font)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.util.PixelConverter.PixelConverter(Font)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.util.PixelConverter.PixelConverter(Font)27

org.eclipse.jface.preference.ColorSelector.addListener(IPropertyChangeListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)437
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)412

org.eclipse.jface.preference.ColorSelector.ColorSelector(Composite)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)370
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)357

org.eclipse.jface.preference.ColorSelector.getButton()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)372
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)371
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)358
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)360
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)368
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)381
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)373
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)359

org.eclipse.jface.preference.ColorSelector.getColorValue()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.1.getValue(AccessibleControlEvent)104
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.4.getValue(AccessibleControlEvent)192

org.eclipse.jface.preference.ColorSelector.setColorValue(RGB)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.activate(String)253
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.activate(String)259

org.eclipse.jface.preference.ColorSelector.setEnabled(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.activate(String)228
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.activate(String)239
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.activate(String)238
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.activate(String)229
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)388
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)387

org.eclipse.jface.preference.FieldEditor.load()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)78

org.eclipse.jface.preference.FieldEditor.loadDefault()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.performDefaults()124

org.eclipse.jface.preference.FieldEditor.setPreferencePage(PreferencePage)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)74

org.eclipse.jface.preference.FieldEditor.setPreferenceStore(IPreferenceStore)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)73

org.eclipse.jface.preference.FieldEditor.setPropertyChangeListener(IPropertyChangeListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)79

org.eclipse.jface.preference.FieldEditor.store()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.performApply()114

org.eclipse.jface.preference.IntegerFieldEditor.IntegerFieldEditor(String, String, Composite)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)70

org.eclipse.jface.preference.IntegerFieldEditor.setValidRange(int, int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)77

org.eclipse.jface.preference.IPreferenceStore.addPropertyChangeListener(IPropertyChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.connect()59
org.eclipse.wst.sse.ui.internal.hyperlink.HighlighterHyperlinkPresenter.install(ITextViewer)129
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.install(IPreferenceStore)353
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.addPropertyChangeListener(IPropertyChangeListener)109
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.start()476
org.eclipse.wst.sse.ui.internal.provisional.style.AbstractLineStyleProvider.registerPreferenceManager()376
org.eclipse.wst.sse.ui.internal.provisional.style.Highlighter.install(ITextViewer)591
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.setDocument(IDocument)368
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.createHighlightingStyle(ISemanticHighlighting)429
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.install(StructuredTextEditor, StructuredTextViewer, IPreferenceStore, SourceViewerConfiguration, String)334

org.eclipse.jface.preference.IPreferenceStore.contains(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.hyperlink.HighlighterHyperlinkPresenter.createColor(IPreferenceStore, String, Display)439
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.createColor(IPreferenceStore, String, Display)126
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.contains(String)116

org.eclipse.jface.preference.IPreferenceStore.firePropertyChangeEvent(String, Object, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.firePropertyChangeEvent(String, Object, Object)135

org.eclipse.jface.preference.IPreferenceStore.getBoolean(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.FoldingActionGroup.2.run()84
org.eclipse.wst.sse.ui.FoldingActionGroup.FoldingActionGroup(ITextEditor, ITextViewer)97
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.PropertyChangeUpdateAction(String, IPreferenceStore, String, boolean)37
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.update()77
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getBoolean(String)142
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)248
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)312
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)313
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.getBoolean(IPreferenceStore, String)449
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.isEnabled()644
org.eclipse.wst.sse.ui.internal.taginfo.AnnotationHoverProcessor.isAnnotationValid(Annotation)200
org.eclipse.wst.sse.ui.internal.taginfo.AnnotationHoverProcessor.isAnnotationValid(Annotation)200
org.eclipse.wst.sse.ui.StructuredTextEditor.initializeDragAndDrop(ISourceViewer)2347
org.eclipse.wst.sse.ui.StructuredTextEditor.isFoldingEnabled()2518
org.eclipse.wst.sse.ui.StructuredTextEditor.logUnexpectedDocumentKind(IEditorInput)2523
org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getReconciler(ISourceViewer)601

org.eclipse.jface.preference.IPreferenceStore.getDefaultBoolean(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getDefaultBoolean(String)149
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)249

org.eclipse.jface.preference.IPreferenceStore.getDefaultDouble(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getDefaultDouble(String)156
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)256

org.eclipse.jface.preference.IPreferenceStore.getDefaultFloat(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getDefaultFloat(String)163
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)263

org.eclipse.jface.preference.IPreferenceStore.getDefaultInt(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getDefaultInt(String)170
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)270

org.eclipse.jface.preference.IPreferenceStore.getDefaultLong(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getDefaultLong(String)177
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)277

org.eclipse.jface.preference.IPreferenceStore.getDefaultString(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getDefaultString(String)184
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)284

org.eclipse.jface.preference.IPreferenceStore.getDouble(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getDouble(String)191
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)255
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)320
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)319

org.eclipse.jface.preference.IPreferenceStore.getFloat(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getFloat(String)198
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)262
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)326
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)327

org.eclipse.jface.preference.IPreferenceStore.getInt(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getInt(String)205
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)269
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)333
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)334
org.eclipse.wst.sse.ui.internal.provisional.style.Highlighter.1.propertyChange(PropertyChangeEvent)256
org.eclipse.wst.sse.ui.internal.provisional.style.Highlighter.install(ITextViewer)592
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingPresenter.SemanticHighlightingPresenter()263
org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getContentAssistant(ISourceViewer)260

org.eclipse.jface.preference.IPreferenceStore.getLong(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getLong(String)212
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)276
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)340
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)341

org.eclipse.jface.preference.IPreferenceStore.getString(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.updateKeyModifierMask()657
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.getString(String)219
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)283
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)348
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)347
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.2.widgetSelected(SelectionEvent)120
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.5.propertyChange(PropertyChangeEvent)417
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.6.propertyChange(PropertyChangeEvent)442
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.getAttribute(String)497
org.eclipse.wst.sse.ui.internal.provisional.style.AbstractLineStyleProvider.addTextAttribute(String)81
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.getString(IPreferenceStore, String)459
org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager.getTextHovers()230

org.eclipse.jface.preference.IPreferenceStore.isDefault(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.hyperlink.HighlighterHyperlinkPresenter.createColor(IPreferenceStore, String, Display)441
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.createColor(IPreferenceStore, String, Display)128
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.isDefault(String)226
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)304
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)303

org.eclipse.jface.preference.IPreferenceStore.needsSaving()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.needsSaving()293

org.eclipse.jface.preference.IPreferenceStore.putValue(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.putValue(String, String)360

org.eclipse.jface.preference.IPreferenceStore.removePropertyChangeListener(IPropertyChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.disconnect()68
org.eclipse.wst.sse.ui.internal.hyperlink.HighlighterHyperlinkPresenter.uninstall()153
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.uninstall()634
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.removePropertyChangeListener(IPropertyChangeListener)367
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.stop()482
org.eclipse.wst.sse.ui.internal.provisional.style.AbstractLineStyleProvider.unRegisterPreferenceManager()402
org.eclipse.wst.sse.ui.internal.provisional.style.Highlighter.uninstall()865
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.setDocument(IDocument)362
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.disposeHighlightings()506
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.uninstall()651

org.eclipse.jface.preference.IPreferenceStore.setDefault(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.PropertyChangeUpdateAction(String, IPreferenceStore, String, boolean)35
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()67
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()79
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()70
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()52
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.setMatchingBracketsPreferences(IPreferenceStore, ColorRegistry)84
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)249
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setDefault(String, boolean)375

org.eclipse.jface.preference.IPreferenceStore.setDefault(String, double)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)256
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setDefault(String, double)383

org.eclipse.jface.preference.IPreferenceStore.setDefault(String, float)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)263
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setDefault(String, float)391

org.eclipse.jface.preference.IPreferenceStore.setDefault(String, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()64
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()73
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)270
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setDefault(String, int)399

org.eclipse.jface.preference.IPreferenceStore.setDefault(String, long)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)277
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setDefault(String, long)407

org.eclipse.jface.preference.IPreferenceStore.setDefault(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()61
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)284
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setDefault(String, String)415

org.eclipse.jface.preference.IPreferenceStore.setToDefault(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)305
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setToDefault(String)422
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.2.widgetSelected(SelectionEvent)147

org.eclipse.jface.preference.IPreferenceStore.setValue(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.FoldingActionGroup.2.run()85
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction.run()63
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)247
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)248
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)315
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setValue(String, boolean)430
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)43
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.buttonPressed(int)39

org.eclipse.jface.preference.IPreferenceStore.setValue(String, double)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)254
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)255
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)322
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setValue(String, double)438

org.eclipse.jface.preference.IPreferenceStore.setValue(String, float)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)262
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)261
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)329
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setValue(String, float)446

org.eclipse.jface.preference.IPreferenceStore.setValue(String, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)269
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)268
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)336
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setValue(String, int)454

org.eclipse.jface.preference.IPreferenceStore.setValue(String, long)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)275
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)276
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)343
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setValue(String, long)462

org.eclipse.jface.preference.IPreferenceStore.setValue(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)283
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.loadProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore, boolean)282
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.propagateProperty(IPreferenceStore, OverlayPreferenceStoreOverlayKey, IPreferenceStore)350
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.setValue(String, String)470
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.2.widgetSelected(SelectionEvent)128
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.5.propertyChange(PropertyChangeEvent)430
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.6.propertyChange(PropertyChangeEvent)456

org.eclipse.jface.preference.PreferenceConverter.getColor(IPreferenceStore, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.hyperlink.HighlighterHyperlinkPresenter.createColor(IPreferenceStore, String, Display)444
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.createColor(IPreferenceStore, String, Display)131
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.handleAppearanceColorListSelection()327
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.initializeFields()358
org.eclipse.wst.sse.ui.StructuredTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent)2256
org.eclipse.wst.sse.ui.StructuredTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent)2239
org.eclipse.wst.sse.ui.StructuredTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent)2273
org.eclipse.wst.sse.ui.StructuredTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent)2291
org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getColor(String)156

org.eclipse.jface.preference.PreferenceConverter.getDefaultColor(IPreferenceStore, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.hyperlink.HighlighterHyperlinkPresenter.createColor(IPreferenceStore, String, Display)442
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.createColor(IPreferenceStore, String, Display)129

org.eclipse.jface.preference.PreferenceConverter.setDefault(IPreferenceStore, String, RGB)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()74
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()77
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()75
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.initializeDefaultPreferences()76
org.eclipse.wst.sse.ui.internal.PreferenceInitializer.setMatchingBracketsPreferences(IPreferenceStore, ColorRegistry)85

org.eclipse.jface.preference.PreferenceConverter.setValue(IPreferenceStore, String, RGB)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.3.widgetSelected(SelectionEvent)233

org.eclipse.jface.preference.PreferencePage.applyData(Object)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.applyData(Object)75
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.applyData(Object)-1

org.eclipse.jface.preference.PreferencePage.applyDialogFont(Composite)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.setSize(Composite)237
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.setSize(Composite)249
org.eclipse.wst.sse.ui.internal.preferences.ui.EmptyFilePreferencePage.setSize(Composite)87
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.createContents(Composite)169

org.eclipse.jface.preference.PreferencePage.contributeButtons(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.contributeButtons(Composite)102
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.contributeButtons(Composite)-1

org.eclipse.jface.preference.PreferencePage.createContents(Composite)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentproperties.ui.ContentSettingsPropertyPage.createContents(Composite)-1
org.eclipse.wst.sse.ui.internal.encoding.ui.EncodingPreferencePage.createContents(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.createContents(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.createContents(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.EmptyFilePreferencePage.createContents(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.createContents(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.createContents(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.createContents(Composite)-1

org.eclipse.jface.preference.PreferencePage.createControl(Composite)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.createControl(Composite)177
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.createControl(Composite)284
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.createControl(Composite)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.createControl(Composite)-1

org.eclipse.jface.preference.PreferencePage.getContainer()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.createAppearancePage(Composite)150

org.eclipse.jface.preference.PreferencePage.getPreferenceStore()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.init(IWorkbench)205
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.StructuredTextEditorPreferencePage()92

org.eclipse.jface.preference.PreferencePage.noDefaultAndApplyButton()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.EmptyFilePreferencePage.createComposite(Composite, int)31
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.createControl(Composite)175

org.eclipse.jface.preference.PreferencePage.performApply()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.performApply()101
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.performApply()386
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.performApply()202
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.performApply()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.performApply()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.performApply()-1

org.eclipse.jface.preference.PreferencePage.performDefaults()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentproperties.ui.ContentSettingsPropertyPage.performDefaults()210
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.performDefaults()222
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.performDefaults()113
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.performDefaults()403
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.performDefaults()213
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentproperties.ui.ContentSettingsPropertyPage.performDefaults()-1
org.eclipse.wst.sse.ui.internal.encoding.ui.EncodingPreferencePage.performDefaults()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.performDefaults()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.performDefaults()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.performDefaults()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.performDefaults()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.TaskTagPreferencePage.performDefaults()-1

org.eclipse.jface.preference.PreferencePage.performOk()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.performOk()125
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.performOk()259
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentproperties.ui.ContentSettingsPropertyPage.performOk()-1
org.eclipse.wst.sse.ui.internal.encoding.ui.EncodingPreferencePage.performOk()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.performOk()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.performOk()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.performOk()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.performOk()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.performOk()-1

org.eclipse.jface.preference.PreferencePage.PreferencePage()

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.encoding.ui.EncodingPreferencePage.EncodingPreferencePage()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.AbstractColorPage()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.AbstractPreferencePage()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.EmptyFilePreferencePage.EmptyFilePreferencePage()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.FilePreferencePage()-1
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.StructuredTextEditorPreferencePage()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.encoding.ui.EncodingPreferencePage.EncodingPreferencePage()33
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage.AbstractColorPage()33
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.AbstractPreferencePage()44
org.eclipse.wst.sse.ui.internal.preferences.ui.EmptyFilePreferencePage.EmptyFilePreferencePage()28
org.eclipse.wst.sse.ui.internal.preferences.ui.FilePreferencePage.FilePreferencePage()30
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.StructuredTextEditorPreferencePage()88

org.eclipse.jface.preference.PreferencePage.setErrorMessage(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage.setInvalidInputMessage(String)241
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.applyToStatusLine(IStatus)138
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.applyToStatusLine(IStatus)134
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.applyToStatusLine(IStatus)145
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.applyToStatusLine(IStatus)130

org.eclipse.jface.preference.PreferencePage.setMessage(String, int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.applyToStatusLine(IStatus)129
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.applyToStatusLine(IStatus)133
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.applyToStatusLine(IStatus)137

org.eclipse.jface.preference.PreferencePage.setPreferenceStore(IPreferenceStore)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.StructuredTextEditorPreferencePage()90

org.eclipse.jface.preference.PreferencePage.setValid(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.updateStatus(IStatus)247
org.eclipse.wst.sse.ui.internal.preferences.ui.StructuredTextEditorPreferencePage.updateStatus(IStatus)440
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.updateValidState()146

org.eclipse.jface.preference.PreferenceStore.PreferenceStore()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.OverlayPreferenceStore(IPreferenceStore, OverlayPreferenceStoreOverlayKey[])74

org.eclipse.jface.preference.StringFieldEditor.isValid()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.updateValidState()146

org.eclipse.jface.preference.StringFieldEditor.setErrorMessage(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)72

org.eclipse.jface.preference.StringFieldEditor.setTextLimit(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)75

org.eclipse.jface.preference.StringFieldEditor.setValidateStrategy(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)76

org.eclipse.jface.resource.ColorRegistry.get(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.util.EditorUtility.getColor(RGB)111
org.eclipse.wst.sse.ui.internal.util.EditorUtility.getColor(RGB)117

org.eclipse.jface.resource.ColorRegistry.getRGB(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper.findRGB(ColorRegistry, String, RGB)206
org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper.findRGBString(ColorRegistry, String, int, int, int)226

org.eclipse.jface.resource.ColorRegistry.hasValueFor(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper.findRGB(ColorRegistry, String, RGB)205
org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper.findRGBString(ColorRegistry, String, int, int, int)225

org.eclipse.jface.resource.ColorRegistry.put(String, RGB)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.util.EditorUtility.getColor(RGB)116

org.eclipse.jface.resource.FontRegistry.get(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ColorEditor.computeImageSize(Control)103

org.eclipse.jface.resource.ImageDescriptor.createFromURL(URL)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ImageUtil.getImageDescriptorFromBundle(Bundle, String)79

org.eclipse.jface.resource.ImageDescriptor.createImage()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.editor.EditorPluginImageHelper.createImage(String)63

org.eclipse.jface.resource.ImageDescriptor.getMissingImageDescriptor()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.editor.EditorPluginImageHelper.createImage(String)66
org.eclipse.wst.sse.ui.internal.editor.EditorPluginImageHelper.createImageDescriptor(String)87

org.eclipse.jface.resource.ImageRegistry.get(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.editor.EditorPluginImageHelper.getImage(String)104
org.eclipse.wst.sse.ui.internal.StructuredMarkerAnnotation.getGrayImage(Display, Image)78

org.eclipse.jface.resource.ImageRegistry.put(String, Image)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.editor.EditorPluginImageHelper.createImage(String)67
org.eclipse.wst.sse.ui.internal.StructuredMarkerAnnotation.getGrayImage(Display, Image)81

org.eclipse.jface.resource.JFaceResources.getColorRegistry()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.util.EditorUtility.getColor(RGB)116
org.eclipse.wst.sse.ui.internal.util.EditorUtility.getColor(RGB)117
org.eclipse.wst.sse.ui.internal.util.EditorUtility.getColor(RGB)111

org.eclipse.jface.resource.JFaceResources.getDialogFont()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferenceTab.convertWidthInCharsToPixels(Control, int)165

org.eclipse.jface.resource.JFaceResources.getFontRegistry()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ColorEditor.computeImageSize(Control)103

org.eclipse.jface.resource.JFaceResources.getImageRegistry()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.editor.EditorPluginImageHelper.getImageRegistry()153
org.eclipse.wst.sse.ui.internal.StructuredMarkerAnnotation.getGrayImage(Display, Image)81
org.eclipse.wst.sse.ui.internal.StructuredMarkerAnnotation.getGrayImage(Display, Image)78

org.eclipse.jface.resource.JFaceResources.getString(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.createContents(Composite)72

org.eclipse.jface.resource.JFaceResources.getTextFont()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.createControls(Composite)403
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.refresh()722

org.eclipse.jface.util.Assert.isNotNull(Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StatusInfo.setError(String)163
org.eclipse.wst.sse.ui.internal.preferences.ui.StatusInfo.setInfo(String)176
org.eclipse.wst.sse.ui.internal.preferences.ui.StatusInfo.setWarning(String)197
org.eclipse.wst.sse.ui.internal.selection.SelectionHistory.SelectionHistory(ITextEditor)34
org.eclipse.wst.sse.ui.internal.selection.SelectionHistory.setHistoryAction(IAction)91
org.eclipse.wst.sse.ui.internal.selection.StructureSelectAction.StructureSelectAction(StructuredTextEditor)39
org.eclipse.wst.sse.ui.internal.selection.StructureSelectAction.StructureSelectAction(StructuredTextEditor)44

org.eclipse.jface.util.DelegatingDragAdapter.addDragSourceListener(TransferDragSourceListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)614

org.eclipse.jface.util.DelegatingDragAdapter.DelegatingDragAdapter()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.createControl(Composite)375

org.eclipse.jface.util.DelegatingDragAdapter.getTransfers()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)618

org.eclipse.jface.util.DelegatingDragAdapter.isEmpty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)554

org.eclipse.jface.util.DelegatingDragAdapter.removeDragSourceListener(TransferDragSourceListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)557

org.eclipse.jface.util.DelegatingDropAdapter.addDropTargetListener(TransferDropTargetListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)623

org.eclipse.jface.util.DelegatingDropAdapter.DelegatingDropAdapter()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.createControl(Composite)377

org.eclipse.jface.util.DelegatingDropAdapter.getTransfers()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)627

org.eclipse.jface.util.DelegatingDropAdapter.isEmpty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)564

org.eclipse.jface.util.DelegatingDropAdapter.removeDropTargetListener(TransferDropTargetListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)567

org.eclipse.jface.util.ListenerList.ListenerList(int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.ExtendedEditorActionProxyForDelayLoading()61
org.eclipse.wst.sse.ui.internal.extension.ExtendedEditorActionProxyForDelayLoading.ExtendedEditorActionProxyForDelayLoading(IConfigurationElement, String)61

org.eclipse.jface.util.PropertyChangeEvent.getNewValue()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.5.propertyChange(PropertyChangeEvent)422
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.6.propertyChange(PropertyChangeEvent)448
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)70
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)70
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)70
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)70
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.adaptToEnablementChange(SemanticHighlightingManagerHighlightingStyle, PropertyChangeEvent)598
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.adaptToTextForegroundChange(SemanticHighlightingManagerHighlightingStyle, PropertyChangeEvent)612
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.adaptToTextStyleChange(SemanticHighlightingManagerHighlightingStyle, PropertyChangeEvent, int)627
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.handlePropertyChange(PropertyChangeEvent)585

org.eclipse.jface.util.PropertyChangeEvent.getOldValue()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)70
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)70
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)70
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)70

org.eclipse.jface.util.PropertyChangeEvent.getProperty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.PreferenceUpdateListener.propertyChange(PropertyChangeEvent)30
org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem.PreferenceUpdateListener.propertyChange(PropertyChangeEvent)30
org.eclipse.wst.sse.ui.internal.hyperlink.HighlighterHyperlinkPresenter.propertyChange(PropertyChangeEvent)457
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.propertyChange(PropertyChangeEvent)555
org.eclipse.wst.sse.ui.internal.openon.OpenFileHyperlinkTracker.propertyChange(PropertyChangeEvent)559
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.PropertyListener.propertyChange(PropertyChangeEvent)43
org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.PropertyListener.propertyChange(PropertyChangeEvent)43
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.5.propertyChange(PropertyChangeEvent)414
org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker.6.propertyChange(PropertyChangeEvent)439
org.eclipse.wst.sse.ui.internal.preferences.ui.TranslucencyPreferenceTab.1.propertyChange(PropertyChangeEvent)40
org.eclipse.wst.sse.ui.internal.provisional.style.Highlighter.1.propertyChange(PropertyChangeEvent)254
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)69
org.eclipse.wst.sse.ui.internal.spelling.SpellcheckStrategy.SpellCheckPreferenceListener.propertyChange(PropertyChangeEvent)69
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.handleHighlightingPropertyChange(PropertyChangeEvent)519
org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingManager.handlePropertyChange(PropertyChangeEvent)581
org.eclipse.wst.sse.ui.StructuredTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent)2208

org.eclipse.jface.util.SafeRunnable.SafeRunnable()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.3.(ConfigurableContentOutlinePageDoubleClickProvider, IDoubleClickListener, DoubleClickEvent)123
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.4.(ConfigurableContentOutlinePageSelectionProvider, ISelectionChangedListener, SelectionChangedEvent)219
org.eclipse.wst.sse.ui.internal.hyperlink.OpenHyperlinkAction.1.(OpenHyperlinkAction, IHyperlink[][], IHyperlinkDetector, IRegion)58
org.eclipse.wst.sse.ui.StructuredTextEditor.5.(StructuredTextEditorStructuredSelectionProvider, ISelectionChangedListener, SelectionChangedEvent)625

org.eclipse.jface.util.SafeRunnable.SafeRunnable(String)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.editor.EditorModelUtil.1.(String, AdapterFactoryProvider, IStructuredModel)64

org.eclipse.jface.viewers.AbstractTableViewer.add(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.search.OccurrencesContentProvider.elementsChanged(Object[])54

org.eclipse.jface.viewers.AbstractTableViewer.getElementAt(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.18.selectionChanged(SelectionChangedEvent)1149

org.eclipse.jface.viewers.AbstractTableViewer.remove(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.search.OccurrencesContentProvider.elementsChanged(Object[])57

org.eclipse.jface.viewers.AbstractTreeViewer.collapseAll()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.run()58
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.CollapseTreeAction.run()58

org.eclipse.jface.viewers.AbstractTreeViewer.expandAll()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.3.selectionChanged(SelectionChangedEvent)287

org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.18.selectionChanged(SelectionChangedEvent)1154

org.eclipse.jface.viewers.AbstractTreeViewer.getSelection()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.SelectionProvider.getSelection()234
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.SelectionProvider.getSelection()234
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.ShowInTarget.show(ShowInContext)268
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.ShowInTarget.show(ShowInContext)268

org.eclipse.jface.viewers.AbstractTreeViewer.reveal(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.3.selectionChanged(SelectionChangedEvent)289

org.eclipse.jface.viewers.ArrayContentProvider.ArrayContentProvider()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)225
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)189
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)296
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)296
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)717
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)717
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1070
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1070

org.eclipse.jface.viewers.CheckboxTableViewer.addCheckStateListener(ICheckStateListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)191

org.eclipse.jface.viewers.CheckboxTableViewer.newCheckList(Composite, int)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)148

org.eclipse.jface.viewers.CheckboxTreeViewer.CheckboxTreeViewer(Composite, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)240

org.eclipse.jface.viewers.CheckboxTreeViewer.getCheckedElements()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.save()346

org.eclipse.jface.viewers.CheckboxTreeViewer.setChecked(Object, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)248
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.performDefaults()326

org.eclipse.jface.viewers.CheckboxTreeViewer.setCheckedElements(Object[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.1.widgetSelected(SelectionEvent)256
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.2.widgetSelected(SelectionEvent)265
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)245
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.performDefaults()324

org.eclipse.jface.viewers.CheckStateChangedEvent.getChecked()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.2.checkStateChanged(CheckStateChangedEvent)206
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.2.checkStateChanged(CheckStateChangedEvent)207

org.eclipse.jface.viewers.CheckStateChangedEvent.getElement()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.2.checkStateChanged(CheckStateChangedEvent)196

org.eclipse.jface.viewers.ColumnViewer.refresh(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.handleModifierModified()362
org.eclipse.wst.sse.ui.internal.search.OccurrencesContentProvider.elementsChanged(Object[])52

org.eclipse.jface.viewers.ColumnViewer.setCellEditors(CellEditor[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)386
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)386
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)768
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)768

org.eclipse.jface.viewers.ColumnViewer.setColumnProperties(String[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)387
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)387
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)769
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)769

org.eclipse.jface.viewers.ColumnViewer.setLabelProvider(IBaseLabelProvider)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)583
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)241
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)277
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)226
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)190
org.eclipse.wst.sse.ui.internal.search.OccurrencesSearchViewPage.configureTableViewer(TableViewer)59
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)300
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)300
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)721
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)721
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)918
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)918
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1075
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1000
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1000
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1075

org.eclipse.jface.viewers.ColumnViewerToolTipSupport.enableFor(ColumnViewer)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.createControl(Composite)368

org.eclipse.jface.viewers.ColumnWeightData.ColumnWeightData(int, boolean)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1051
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1051
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1052
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1052
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1050
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1050

org.eclipse.jface.viewers.ColumnWeightData.ColumnWeightData(int, int, boolean)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)230
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)231
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)166
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)167

org.eclipse.jface.viewers.ColumnWeightData.ColumnWeightData(int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)380
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)380
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)762
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)762

org.eclipse.jface.viewers.ContentViewer.getInput()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.15.getColumnText(Object, int)1023
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getImage(Object)1078
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getImage(Object)1081
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getImage(Object)1077
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getText(Object)1097
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getText(Object)1098
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getText(Object)1100

org.eclipse.jface.viewers.DecoratingLabelProvider.DecoratingLabelProvider(ILabelProvider, ILabelDecorator)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.openProjectSettings()238

org.eclipse.jface.viewers.DoubleClickEvent.getSelection()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)413
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)394
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)392
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)394
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)383
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)411
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)388
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)412
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)411
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)388
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)392
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)413
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)412
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)383

org.eclipse.jface.viewers.IBaseLabelProvider.dispose()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.StructuredTextEditor.update()2822

org.eclipse.jface.viewers.IContentProvider.inputChanged(Viewer, Object, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)574

org.eclipse.jface.viewers.IDoubleClickListener.doubleClick(DoubleClickEvent)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.3.run()125

org.eclipse.jface.viewers.ILabelProvider.getImage(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateStatusLine(IStatusLineManager, ISelection)746
org.eclipse.wst.sse.ui.StructuredTextEditor.updateStatusLine(ISelection)3262

org.eclipse.jface.viewers.ILabelProvider.getText(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateStatusLine(IStatusLineManager, ISelection)745
org.eclipse.wst.sse.ui.StructuredTextEditor.updateStatusLine(ISelection)3261

org.eclipse.jface.viewers.IPostSelectionProvider.addPostSelectionChangedListener(ISelectionChangedListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.StructuredSelectionProvider(ISelectionProvider, StructuredTextEditor)597
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.StructuredSelectionProvider(ISelectionProvider, StructuredTextEditor)597

org.eclipse.jface.viewers.ISelection.isEmpty()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.ResourceActionDelegate.run(IAction)65
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateStatusLine(IStatusLineManager, ISelection)743
org.eclipse.wst.sse.ui.internal.handlers.FindOccurrencesHandler.getTextSelection(ITextEditor)126
org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.execute(ExecutionEvent)101
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.3.selectionChanged(SelectionChangedEvent)259
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.handleEntrySelection(ISelection)95
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.remove()123
org.eclipse.wst.sse.ui.internal.search.FindOccurrencesActionDelegate.getTextSelection(ITextEditor)154
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)383
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)383
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)432
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)432
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateSelection(ISelection)805
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateSelection(ISelection)805
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRangeIndication(ISelection)3099
org.eclipse.wst.sse.ui.StructuredTextEditor.updateStatusLine(ISelection)3258

org.eclipse.jface.viewers.ISelectionChangedListener.selectionChanged(SelectionChangedEvent)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.4.run()221
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.4.widgetSelected(SelectionEvent)267
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.5.widgetSelected(SelectionEvent)276
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.7.doubleClick(DoubleClickEvent)295
org.eclipse.wst.sse.ui.StructuredTextEditor.5.run()627

org.eclipse.jface.viewers.ISelectionProvider.addSelectionChangedListener(ISelectionChangedListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.gotoAnnotation(boolean)280
org.eclipse.wst.sse.ui.internal.selection.SelectionHistory.SelectionHistory(ITextEditor)43
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.StructuredSelectionProvider(ISelectionProvider, StructuredTextEditor)591
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.StructuredSelectionProvider(ISelectionProvider, StructuredTextEditor)591

org.eclipse.jface.viewers.ISelectionProvider.getSelection()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.AbstractDropAction.insert(String, IEditorPart)64
org.eclipse.wst.sse.ui.internal.actions.CleanupAction.run()76
org.eclipse.wst.sse.ui.internal.actions.CleanupAction.run()60
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.5.getShowInContext()440
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.gotoAnnotation(boolean)244
org.eclipse.wst.sse.ui.internal.handlers.AbstractStructuredSelectHandler.execute(ExecutionEvent)41
org.eclipse.wst.sse.ui.internal.handlers.FindOccurrencesHandler.getTextSelection(ITextEditor)125
org.eclipse.wst.sse.ui.internal.hyperlink.OpenHyperlinkAction.run()36
org.eclipse.wst.sse.ui.internal.openon.OpenOnAction.1.run()60
org.eclipse.wst.sse.ui.internal.properties.ShowPropertiesAction.run()61
org.eclipse.wst.sse.ui.internal.properties.ShowPropertiesAction.run()64
org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.NullSourceEditingTextTools.getCaretOffset()39
org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.NullSourceEditingTextTools.getSelection()56
org.eclipse.wst.sse.ui.internal.search.FindOccurrencesActionDelegate.getTextSelection(ITextEditor)153
org.eclipse.wst.sse.ui.internal.selection.StructuredSelectActionDelegate.run(IAction)52
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.18.selectionChanged(SelectionChangedEvent)1152
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.9.widgetSelected(SelectionEvent)774
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)461
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)461
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)808
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)800
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)800
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)808
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)845
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)845
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)389
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)389
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)439
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)439
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.getSelection()647
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.getSelection()647

org.eclipse.jface.viewers.ISelectionProvider.removeSelectionChangedListener(ISelectionChangedListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.StatusLineClearer.selectionChanged(SelectionChangedEvent)75
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.StatusLineClearer.selectionChanged(SelectionChangedEvent)75
org.eclipse.wst.sse.ui.internal.selection.SelectionHistory.dispose()47
org.eclipse.wst.sse.ui.StructuredTextEditor.dispose()1604

org.eclipse.jface.viewers.ISelectionProvider.setSelection(ISelection)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.AbstractDropAction.insert(String, IEditorPart)82
org.eclipse.wst.sse.ui.internal.properties.ShowPropertiesAction.run()64
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.setSelection(ISelection)763
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.setSelection(ISelection)763

org.eclipse.jface.viewers.IStructuredSelection.getFirstElement()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.updateStatusLine(IStatusLineManager, ISelection)744
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.remove()124
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.selectionChanged(IWorkbenchPart, ISelection)178
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.10.selectionChanged(SelectionChangedEvent)823
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.13.selectionChanged(SelectionChangedEvent)951
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)395
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)395
org.eclipse.wst.sse.ui.StructuredTextEditor.updateStatusLine(ISelection)3259

org.eclipse.jface.viewers.IStructuredSelection.size()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.3.selectionChanged(SelectionChangedEvent)258
org.eclipse.wst.sse.ui.views.properties.PropertySheetConfiguration.getInputSelection(IWorkbenchPart, ISelection)68

org.eclipse.jface.viewers.IStructuredSelection.toArray()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.FormatActionDelegate.FormatJob.run(IProgressMonitor)54
org.eclipse.wst.sse.ui.internal.actions.FormatActionDelegate.FormatJob.run(IProgressMonitor)54
org.eclipse.wst.sse.ui.internal.actions.ResourceActionDelegate.selectionChanged(IAction, ISelection)90
org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.execute(ExecutionEvent)90
org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.FormatJob.run(IProgressMonitor)127
org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.FormatJob.run(IProgressMonitor)127
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.3.selectionChanged(SelectionChangedEvent)285
org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.handleEntrySelection(ISelection)90
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)392
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)391
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)392
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.doubleClick(DoubleClickEvent)391
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)441
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)442
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)442
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)441
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateSelection(ISelection)806
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateSelection(ISelection)806
org.eclipse.wst.sse.ui.StructuredTextEditor.updateRangeIndication(ISelection)3100

org.eclipse.jface.viewers.IStructuredSelection.toList()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.removeTags(ISelection)397
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)622
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)598
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)598
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createDialogArea(Composite)622

org.eclipse.jface.viewers.LabelProvider.getImage(Object)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.properties.AdapterPropertySheetEntryLabelProvider.getImage(Object)35
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getImage(Object)1084
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.properties.AdapterPropertySheetEntryLabelProvider.getImage(Object)-1
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getImage(Object)-1

org.eclipse.jface.viewers.LabelProvider.getText(Object)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.ContentTypeLabelProvider.getText(Object)93
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.ContentTypeLabelProvider.getText(Object)93
org.eclipse.wst.sse.ui.internal.properties.AdapterPropertySheetEntryLabelProvider.getText(Object)49
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.12.getText(Object)940
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getText(Object)1103
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.ContentTypeLabelProvider.getText(Object)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.ContentTypeLabelProvider.getText(Object)-1
org.eclipse.wst.sse.ui.internal.properties.AdapterPropertySheetEntryLabelProvider.getText(Object)-1
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.12.getText(Object)-1
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.getText(Object)-1

org.eclipse.jface.viewers.LabelProvider.LabelProvider()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration.getLabelProvider(TreeViewer)161
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.properties.AdapterPropertySheetEntryLabelProvider.AdapterPropertySheetEntryLabelProvider()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.ContentTypeLabelProvider.ContentTypeLabelProvider(ExclusionsTab)82
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.ContentTypeLabelProvider.ContentTypeLabelProvider(ExclusionsTab)82
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagTableLabelProvider.TaskTagTableLabelProvider(MainTab)139
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagTableLabelProvider.TaskTagTableLabelProvider(MainTab)139
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.InternalTableLabelProvider.InternalTableLabelProvider(TextHoverPreferenceTab)72
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.InternalTableLabelProvider.InternalTableLabelProvider(TextHoverPreferenceTab)72
org.eclipse.wst.sse.ui.internal.properties.AdapterPropertySheetEntryLabelProvider.AdapterPropertySheetEntryLabelProvider()23
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.12.(OffsetStatusLineContributionItemInformationDialog)918
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.16.(OffsetStatusLineContributionItemInformationDialog, TreeViewer)1075

org.eclipse.jface.viewers.SelectionChangedEvent.getSelection()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.SelectionProvider.PostSelectionChangedListener.selectionChanged(SelectionChangedEvent)187
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.SelectionProvider.PostSelectionChangedListener.selectionChanged(SelectionChangedEvent)187
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.SelectionProvider.PostSelectionChangedListener.selectionChanged(SelectionChangedEvent)187
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.3.selectionChanged(SelectionChangedEvent)284
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.3.selectionChanged(SelectionChangedEvent)285
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.10.selectionChanged(SelectionChangedEvent)823
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.10.selectionChanged(SelectionChangedEvent)822
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.13.selectionChanged(SelectionChangedEvent)950
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.13.selectionChanged(SelectionChangedEvent)951
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.4.selectionChanged(SelectionChangedEvent)420
org.eclipse.wst.sse.ui.StructuredTextEditor.9.selectionChanged(SelectionChangedEvent)2095
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)487
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)438
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)442
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)432
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)487
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)488
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)432
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)438
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)442
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)488
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)491
org.eclipse.wst.sse.ui.StructuredTextEditor.OutlinePageListener.selectionChanged(SelectionChangedEvent)491
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handlePostSelectionChanged(SelectionChangedEvent)705
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handlePostSelectionChanged(SelectionChangedEvent)695
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handlePostSelectionChanged(SelectionChangedEvent)705
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handlePostSelectionChanged(SelectionChangedEvent)695
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handleSelectionChanged(SelectionChangedEvent)712
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handleSelectionChanged(SelectionChangedEvent)713
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handleSelectionChanged(SelectionChangedEvent)712
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handleSelectionChanged(SelectionChangedEvent)713
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)778
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)791
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)778
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)787
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)787
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)791
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.UndoNotifier.selectionChanged(SelectionChangedEvent)35
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.UndoNotifier.selectionChanged(SelectionChangedEvent)35
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.UndoNotifier.selectionChanged(SelectionChangedEvent)36
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.UndoNotifier.selectionChanged(SelectionChangedEvent)36
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.UndoNotifier.selectionChanged(SelectionChangedEvent)36
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.UndoNotifier.selectionChanged(SelectionChangedEvent)36

org.eclipse.jface.viewers.SelectionChangedEvent.getSelectionProvider()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.18.selectionChanged(SelectionChangedEvent)1152
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handlePostSelectionChanged(SelectionChangedEvent)695
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handlePostSelectionChanged(SelectionChangedEvent)695
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handleSelectionChanged(SelectionChangedEvent)712
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handleSelectionChanged(SelectionChangedEvent)714
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handleSelectionChanged(SelectionChangedEvent)712
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.handleSelectionChanged(SelectionChangedEvent)714
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)793
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)793

org.eclipse.jface.viewers.SelectionChangedEvent.SelectionChangedEvent(ISelectionProvider, ISelection)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)793
org.eclipse.wst.sse.ui.StructuredTextEditor.StructuredSelectionProvider.updateEvent(SelectionChangedEvent)793
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.StructuredTextSelectionChangedEvent.StructuredTextSelectionChangedEvent(ISelectionProvider, ISelection)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.StructuredTextSelectionChangedEvent.StructuredTextSelectionChangedEvent(ISelectionProvider, ISelection)33

org.eclipse.jface.viewers.StructuredSelection.StructuredSelection(Object)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.GotoAnnotationAction.updateAnnotationViews(Annotation)347
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.2.checkStateChanged(CheckStateChangedEvent)208

org.eclipse.jface.viewers.StructuredSelection.StructuredSelection(Object[])

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.debug.EditBreakpointAction.1.getSelection()44

org.eclipse.jface.viewers.StructuredViewer.addDoubleClickListener(IDoubleClickListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.createControl(Composite)394
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)289

org.eclipse.jface.viewers.StructuredViewer.addPostSelectionChangedListener(ISelectionChangedListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.createControl(Composite)389
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)262

org.eclipse.jface.viewers.StructuredViewer.getSelection()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.3.selectionChanged(SelectionChangedEvent)257
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.6.widgetSelected(SelectionEvent)283

org.eclipse.jface.viewers.StructuredViewer.refresh()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.editTag(int)319
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.initializeFields()386
org.eclipse.wst.sse.ui.internal.search.OccurrencesContentProvider.clear()32
org.eclipse.wst.sse.ui.internal.search.OccurrencesContentProvider.refresh()87

org.eclipse.jface.viewers.StructuredViewer.removeDoubleClickListener(IDoubleClickListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.dispose()401

org.eclipse.jface.viewers.StructuredViewer.setComparator(ViewerComparator)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)287
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)287

org.eclipse.jface.viewers.StructuredViewer.setContentProvider(IContentProvider)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)225
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)189
org.eclipse.wst.sse.ui.internal.search.OccurrencesSearchViewPage.configureTableViewer(TableViewer)61
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)296
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)296
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)717
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)717
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1070
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1070

org.eclipse.jface.viewers.StructuredViewer.setInput(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setInput(Object)664
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.3.selectionChanged(SelectionChangedEvent)286
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)244
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)279
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.addTag()197
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)300
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.performDefaults()383
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.removeTags(ISelection)399
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.initialize()369
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.18.selectionChanged(SelectionChangedEvent)1149
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.18.selectionChanged(SelectionChangedEvent)1152
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.9.widgetSelected(SelectionEvent)779
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.9.widgetSelected(SelectionEvent)782
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)402
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)402
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)803
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)814
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)810
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)810
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)814
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)803
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)943
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)943
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1072
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1072

org.eclipse.jface.viewers.StructuredViewer.setSorter(ViewerSorter)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.3.createDialogArea(Composite)222
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)401
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)401
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)992
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)992

org.eclipse.jface.viewers.StructuredViewer.setUseHashlookup(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)188

org.eclipse.jface.viewers.StructuredViewer.testFindItem(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.search.OccurrencesContentProvider.elementsChanged(Object[])51

org.eclipse.jface.viewers.TableLayout.addColumnData(ColumnLayoutData)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)230
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)231
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)166
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)167
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)380
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)380
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)762
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)762
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1052
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1051
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1050
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1050
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1052
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1051

org.eclipse.jface.viewers.TableLayout.TableLayout()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)229
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)165
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)376
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)376
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)758
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)758
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1049
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1049

org.eclipse.jface.viewers.TableViewer.getControl()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)220
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)432
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)432
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)716
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)716

org.eclipse.jface.viewers.TableViewer.getTable()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.4.widgetSelected(SelectionEvent)266
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.5.widgetSelected(SelectionEvent)272
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.5.widgetSelected(SelectionEvent)275
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.6.widgetSelected(SelectionEvent)285
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.6.widgetSelected(SelectionEvent)282
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.7.doubleClick(DoubleClickEvent)294
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.7.doubleClick(DoubleClickEvent)291
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.addTag()198
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)232
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)223
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)227
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)221
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)228
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.editTag(int)313
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.performDefaults()382
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.performDefaults()384
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.createContents(Composite)150
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.18.selectionChanged(SelectionChangedEvent)1147
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)297
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)297
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)298
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)381
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)298
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)381
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)719
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)763
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)763
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)718
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)719
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)718
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)990
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)991
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)991
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1053
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)990
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1055
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1060
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1060
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1065
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1053
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1065
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1055

org.eclipse.jface.viewers.TableViewer.TableViewer(Composite, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.createContents(Composite)219
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)286
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)286
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)713
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)713
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)988
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)988

org.eclipse.jface.viewers.TextCellEditor.TextCellEditor(Composite)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.properties.CustomPropertyDescriptor.getPropertyEditor(Composite)73
org.eclipse.wst.sse.ui.internal.properties.CustomPropertyDescriptor.getPropertyEditor(Composite)83

org.eclipse.jface.viewers.TreeViewer.getTree()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)246
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)280

org.eclipse.jface.viewers.TreeViewer.setContentProvider(IContentProvider)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.setConfiguration(ContentOutlineConfiguration)584
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)278
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)242
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)868
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)868
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1106
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1106

org.eclipse.jface.viewers.TreeViewer.setSelection(ISelection, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.PostSelectionServiceListener.selectionChanged(IWorkbenchPart, ISelection)165
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.PostSelectionServiceListener.selectionChanged(IWorkbenchPart, ISelection)165

org.eclipse.jface.viewers.TreeViewer.TreeViewer(Composite, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)276
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)863
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)863
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1074
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1074

org.eclipse.jface.viewers.Viewer.addSelectionChangedListener(ISelectionChangedListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.createControl(Composite)390
org.eclipse.wst.sse.ui.internal.preferences.ui.ExclusionsTab.createContents(Composite)282
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)418
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)418
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)820
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createPartitionTabContents(SashForm)820
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)948
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createRegionTabContents(SashForm)948
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1145
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.fillSelectionTabContents(Composite, List, String)1145
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.setDocument(IStructuredDocument)161

org.eclipse.jface.viewers.Viewer.removeSelectionChangedListener(ISelectionChangedListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.disconnect()89
org.eclipse.wst.sse.ui.StructuredTextViewerUndoManager.setDocument(IStructuredDocument)154

org.eclipse.jface.viewers.Viewer.setSelection(ISelection)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.SelectionProvider.setSelection(ISelection)257
org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.SelectionProvider.setSelection(ISelection)257
org.eclipse.wst.sse.ui.internal.preferences.ui.TextHoverPreferenceTab.2.checkStateChanged(CheckStateChangedEvent)208
org.eclipse.wst.sse.ui.internal.StructuredTextViewer.handleDispose()660

org.eclipse.jface.viewers.ViewerComparator.category(Object)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.14.category(Object)996
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.14.category(Object)-1

org.eclipse.jface.viewers.ViewerComparator.ViewerComparator(Comparator)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)287
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)287

org.eclipse.jface.viewers.ViewerSorter.ViewerSorter()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)401
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.createAnnotationTabContents(Composite)401
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.14.(OffsetStatusLineContributionItemInformationDialog)992

org.eclipse.jface.window.Window.configureShell(Shell)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.configureShell(Shell)76
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.configureShell(Shell)76
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.configureShell(Shell)-1
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.configureShell(Shell)-1

org.eclipse.jface.window.Window.getShell()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.linkClicked()64

org.eclipse.jface.window.Window.getShellStyle()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.TaskTagDialog(MainTab, Shell)72
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.TaskTagDialog(MainTab, Shell)72
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.InformationDialog(OffsetStatusLineContributionItem, Shell)276
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.InformationDialog(OffsetStatusLineContributionItem, Shell)276

org.eclipse.jface.window.Window.open()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.actions.CleanupAction.run()45
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.addTag()191
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.editTag(int)316
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.openProjectSettings()241
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.openProjectSettings()247
org.eclipse.wst.sse.ui.internal.preferences.ui.PropertyPreferencePage.openWorkspaceSettings()255
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.ShowEditorInformationAction.run()1205
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.ShowEditorInformationAction.run()1205
org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog.linkClicked()65

org.eclipse.jface.window.Window.setShellStyle(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.TaskTagDialog(MainTab, Shell)72
org.eclipse.wst.sse.ui.internal.preferences.ui.MainTab.TaskTagDialog.TaskTagDialog(MainTab, Shell)72
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.InformationDialog(OffsetStatusLineContributionItem, Shell)276
org.eclipse.wst.sse.ui.internal.ui.OffsetStatusLineContributionItem.InformationDialog.InformationDialog(OffsetStatusLineContributionItem, Shell)276

Back to reference summary for org.eclipse.wst.sse.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict