org.eclipse.jst.jsp.ui
Class StructuredTextViewerConfigurationJSP

java.lang.Object
  extended byStructuredTextViewerConfiguration
      extended byorg.eclipse.jst.jsp.ui.StructuredTextViewerConfigurationJSP

public class StructuredTextViewerConfigurationJSP
extends StructuredTextViewerConfiguration

Configuration for a source viewer which shows JSP content.

Clients can subclass and override just those methods which must be specific to their needs.

Since:
1.0
See Also:
org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration, Serialized Form

Constructor Summary
StructuredTextViewerConfigurationJSP()
          Create new instance of StructuredTextViewerConfigurationJSP
 
Method Summary
 IAutoEditStrategy[] getAutoEditStrategies(ISourceViewer sourceViewer, java.lang.String contentType)
           
 java.lang.String[] getConfiguredContentTypes(ISourceViewer sourceViewer)
           
 IContentFormatter getContentFormatter(ISourceViewer sourceViewer)
           
 ITextDoubleClickStrategy getDoubleClickStrategy(ISourceViewer sourceViewer, java.lang.String contentType)
           
 IHyperlinkDetector[] getHyperlinkDetectors(ISourceViewer sourceViewer)
           
 java.lang.String[] getIndentPrefixes(ISourceViewer sourceViewer, java.lang.String contentType)
           
 LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer, java.lang.String partitionType)
           
 ITextHover getTextHover(ISourceViewer sourceViewer, java.lang.String contentType, int stateMask)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructuredTextViewerConfigurationJSP

public StructuredTextViewerConfigurationJSP()
Create new instance of StructuredTextViewerConfigurationJSP

Method Detail

getAutoEditStrategies

public IAutoEditStrategy[] getAutoEditStrategies(ISourceViewer sourceViewer,
                                                 java.lang.String contentType)

getConfiguredContentTypes

public java.lang.String[] getConfiguredContentTypes(ISourceViewer sourceViewer)

getContentFormatter

public IContentFormatter getContentFormatter(ISourceViewer sourceViewer)

getDoubleClickStrategy

public ITextDoubleClickStrategy getDoubleClickStrategy(ISourceViewer sourceViewer,
                                                       java.lang.String contentType)

getHyperlinkDetectors

public IHyperlinkDetector[] getHyperlinkDetectors(ISourceViewer sourceViewer)

getIndentPrefixes

public java.lang.String[] getIndentPrefixes(ISourceViewer sourceViewer,
                                            java.lang.String contentType)

getLineStyleProviders

public LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer,
                                                 java.lang.String partitionType)

getTextHover

public ITextHover getTextHover(ISourceViewer sourceViewer,
                               java.lang.String contentType,
                               int stateMask)