Methods from org.eclipse.jface.text used by org.eclipse.wst.css.ui

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

Reference Details

org.eclipse.jface.text.contentassist.CompletionProposal.CompletionProposal(String, int, int, int, Image, String, IContextInformation, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSProposalGenerator.getProposals()171

org.eclipse.jface.text.contentassist.ContentAssistant.ContentAssistant()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.1.getContentAssistant(ISourceViewer)61

org.eclipse.jface.text.contentassist.ContentAssistant.enableAutoActivation(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.1.getContentAssistant(ISourceViewer)62

org.eclipse.jface.text.contentassist.ContentAssistant.enableAutoInsert(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.1.getContentAssistant(ISourceViewer)63

org.eclipse.jface.text.contentassist.ContentAssistant.setContentAssistProcessor(IContentAssistProcessor, String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.1.getContentAssistant(ISourceViewer)64

org.eclipse.jface.text.formatter.MultiPassContentFormatter.MultiPassContentFormatter(String, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.StructuredTextViewerConfigurationCSS.getContentFormatter(ISourceViewer)97

org.eclipse.jface.text.formatter.MultiPassContentFormatter.setMasterStrategy(IFormattingStrategy)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.StructuredTextViewerConfigurationCSS.getContentFormatter(ISourceViewer)99

org.eclipse.jface.text.ITextSelection.getLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.edit.ui.CleanupActionCSSDelegate.run(IAction)97
org.eclipse.wst.css.ui.internal.edit.ui.CleanupActionCSSDelegate.run(IAction)116
org.eclipse.wst.css.ui.internal.handlers.CleanupDocumentHandler.execute(ExecutionEvent)82
org.eclipse.wst.css.ui.internal.handlers.CleanupDocumentHandler.execute(ExecutionEvent)101
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectEnclosingHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)36
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectNextHandler.getCursorIndexedRegion(IDocument, ITextSelection)23
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectNextHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)42
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectPreviousHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)37
org.eclipse.wst.css.ui.internal.selection.StructuredSelectEnclosingCSSActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)50
org.eclipse.wst.css.ui.internal.selection.StructuredSelectNextCSSActionDelegate.getCursorIndexedRegion(IDocument, ITextSelection)30
org.eclipse.wst.css.ui.internal.selection.StructuredSelectNextCSSActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)49
org.eclipse.wst.css.ui.internal.selection.StructuredSelectPreviousCSSActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)44

org.eclipse.jface.text.ITextSelection.getOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.edit.ui.CleanupActionCSSDelegate.run(IAction)116
org.eclipse.wst.css.ui.internal.edit.ui.CleanupActionCSSDelegate.run(IAction)97
org.eclipse.wst.css.ui.internal.handlers.CleanupDocumentHandler.execute(ExecutionEvent)101
org.eclipse.wst.css.ui.internal.handlers.CleanupDocumentHandler.execute(ExecutionEvent)82
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectEnclosingHandler.getCursorIndexedRegion(IDocument, ITextSelection)25
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectEnclosingHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)35
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectNextHandler.getCursorIndexedRegion(IDocument, ITextSelection)23
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectNextHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)41
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectPreviousHandler.getCursorIndexedRegion(IDocument, ITextSelection)25
org.eclipse.wst.css.ui.internal.handlers.StructuredSelectPreviousHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)36
org.eclipse.wst.css.ui.internal.selection.StructuredSelectEnclosingCSSActionDelegate.getCursorIndexedRegion(IDocument, ITextSelection)39
org.eclipse.wst.css.ui.internal.selection.StructuredSelectEnclosingCSSActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)49
org.eclipse.wst.css.ui.internal.selection.StructuredSelectNextCSSActionDelegate.getCursorIndexedRegion(IDocument, ITextSelection)30
org.eclipse.wst.css.ui.internal.selection.StructuredSelectNextCSSActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)48
org.eclipse.wst.css.ui.internal.selection.StructuredSelectPreviousCSSActionDelegate.getCursorIndexedRegion(IDocument, ITextSelection)32
org.eclipse.wst.css.ui.internal.selection.StructuredSelectPreviousCSSActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)43

org.eclipse.jface.text.ITextSelection.getText()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor.computeCompletionProposals(ITextViewer, int)58
org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor.computeCompletionProposals(ITextViewer, int)58

org.eclipse.jface.text.ITextViewer.getDocument()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor.computeCompletionProposals(ITextViewer, int)130

org.eclipse.jface.text.ITextViewer.getSelectionProvider()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor.computeCompletionProposals(ITextViewer, int)57

org.eclipse.jface.text.ITextViewer.getTextWidget()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor.isViewerEmpty(ITextViewer)206

org.eclipse.jface.text.source.projection.ProjectionAnnotation.isCollapsed()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.paint(GC, Canvas, Rectangle)66
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.paint(GC, Canvas, Rectangle)66

org.eclipse.jface.text.source.projection.ProjectionAnnotation.markCollapsed()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.markCollapsed()91
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.markCollapsed()91
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.markCollapsed()-1
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.markCollapsed()-1

org.eclipse.jface.text.source.projection.ProjectionAnnotation.paint(GC, Canvas, Rectangle)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.paint(GC, Canvas, Rectangle)79
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.paint(GC, Canvas, Rectangle)79
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.paint(GC, Canvas, Rectangle)-1
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.paint(GC, Canvas, Rectangle)-1

org.eclipse.jface.text.source.projection.ProjectionAnnotation.ProjectionAnnotation(boolean)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.TagProjectionAnnotation(ProjectionModelNodeAdapterCSS, ICSSNode, boolean)43
org.eclipse.wst.css.ui.internal.projection.ProjectionModelNodeAdapterCSS.TagProjectionAnnotation.TagProjectionAnnotation(ProjectionModelNodeAdapterCSS, ICSSNode, boolean)43

org.eclipse.jface.text.source.projection.ProjectionAnnotationModel.modifyAnnotations(Annotation[], Map, Annotation[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionViewerInformation.applyAnnotationModelChanges()140

org.eclipse.jface.text.source.projection.ProjectionViewer.addProjectionListener(IProjectionListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.install(ProjectionViewer)166

org.eclipse.jface.text.source.projection.ProjectionViewer.getProjectionAnnotationModel()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionViewerInformation.ProjectionViewerInformation(ProjectionViewer)106
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.initialize()130
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.projectionDisabled()182
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.projectionDisabled()181

org.eclipse.jface.text.source.projection.ProjectionViewer.removeProjectionListener(IProjectionListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.uninstall()255

org.eclipse.jface.text.source.SourceViewer.configure(SourceViewerConfiguration)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.doCreateViewer(Composite, SourceViewerConfiguration)139
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.createViewer(Composite)335

org.eclipse.jface.text.source.SourceViewer.getControl()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.doCreateViewer(Composite)350
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.enableTemplates()383

org.eclipse.jface.text.source.SourceViewer.setDocument(IDocument)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.createContents(Composite)324
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.doCreateViewer(Composite, SourceViewerConfiguration)140
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.createViewer(Composite)336

org.eclipse.jface.text.source.SourceViewer.SourceViewer(Composite, IVerticalRuler, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.createContents(Composite)308

org.eclipse.jface.text.source.SourceViewerConfiguration.getConfiguredContentTypes(ISourceViewer)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.1.getConfiguredContentTypes(ISourceViewer)-1
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.2.getConfiguredContentTypes(ISourceViewer)-1
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.6.getConfiguredContentTypes(ISourceViewer)-1
org.eclipse.wst.css.ui.StructuredTextViewerConfigurationCSS.getConfiguredContentTypes(ISourceViewer)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.1.getConfiguredContentTypes(ISourceViewer)53
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.2.getConfiguredContentTypes(ISourceViewer)122
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.6.getConfiguredContentTypes(ISourceViewer)324

org.eclipse.jface.text.templates.ContextTypeRegistry.getContextType(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSTemplateCompletionProcessor.getContextType(ITextViewer, IRegion)41
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.getTemplateString()420

org.eclipse.jface.text.templates.persistence.TemplateStore.findTemplate(String, String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.setSelectedTemplate(String)485

org.eclipse.jface.text.templates.persistence.TemplateStore.findTemplateById(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.CSSUIPreferenceInitializer.initializeDefaultPreferences()65

org.eclipse.jface.text.templates.persistence.TemplateStore.getTemplates(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSTemplateCompletionProcessor.getTemplates(String)60
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.TemplateContentProvider.getElements(Object)97
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.TemplateContentProvider.getElements(Object)97

org.eclipse.jface.text.templates.persistence.TemplateStore.load()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.CSSUIPlugin.getTemplateStore()75

org.eclipse.jface.text.templates.TemplateCompletionProcessor.computeCompletionProposals(ITextViewer, int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor.computeCompletionProposals(ITextViewer, int)158
org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor.computeCompletionProposals(ITextViewer, int)161

org.eclipse.jface.text.templates.TemplateCompletionProcessor.getContextType(ITextViewer, IRegion)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSTemplateCompletionProcessor.getContextType(ITextViewer, IRegion)-1

org.eclipse.jface.text.templates.TemplateCompletionProcessor.getImage(Template)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSTemplateCompletionProcessor.getImage(Template)-1

org.eclipse.jface.text.templates.TemplateCompletionProcessor.getTemplates(String)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSTemplateCompletionProcessor.getTemplates(String)-1

org.eclipse.jface.text.templates.TemplateCompletionProcessor.TemplateCompletionProcessor()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.contentassist.CSSTemplateCompletionProcessor.CSSTemplateCompletionProcessor()33

org.eclipse.jface.text.TextAttribute.getBackground()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.activate(String)152
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.activate(String)151
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.applyStyles()178
org.eclipse.wst.css.ui.internal.style.LineStyleProviderForEmbeddedCSS.addStyleRange(Collection, TextAttribute, int, int)86

org.eclipse.jface.text.TextAttribute.getForeground()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.activate(String)148
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.activate(String)149
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.applyStyles()178
org.eclipse.wst.css.ui.internal.style.LineStyleProviderForEmbeddedCSS.addStyleRange(Collection, TextAttribute, int, int)86

org.eclipse.jface.text.TextAttribute.getStyle()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.activate(String)146
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.activate(String)147
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.activate(String)145
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.activate(String)144
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.applyStyles()178
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.applyStyles()179
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.applyStyles()180
org.eclipse.wst.css.ui.internal.style.LineStyleProviderForEmbeddedCSS.addStyleRange(Collection, TextAttribute, int, int)86

org.eclipse.jface.text.TextAttribute.TextAttribute(Color, Color, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.getAttributeFor(String)583
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.getAttributeFor(String)616

org.eclipse.jface.text.TextViewer.addTextInputListener(ITextInputListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.install(ProjectionViewer)167

org.eclipse.jface.text.TextViewer.getDocument()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.ProjectionViewerInformation.ProjectionViewerInformation(ProjectionViewer)105
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.initialize()127
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.updateViewerInput()506
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.updateViewerInput()509

org.eclipse.jface.text.TextViewer.getTextWidget()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.preferences.ui.CSSSyntaxColoringPage.createContents(Composite)309
org.eclipse.wst.css.ui.internal.preferences.ui.CSSTemplatePreferencePage.doCreateViewer(Composite, SourceViewerConfiguration)136
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.createViewer(Composite)332

org.eclipse.jface.text.TextViewer.removeTextInputListener(ITextInputListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.uninstall()256

org.eclipse.jface.text.TextViewer.setEditable(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.wizard.NewCSSTemplatesWizardPage.doCreateViewer(Composite)348

org.eclipse.jface.text.TextViewer.setRedraw(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.initialize()139
org.eclipse.wst.css.ui.internal.projection.StructuredTextFoldingProviderCSS.initialize()143

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

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict