org.eclipse.jst.jsp.ui
Class StructuredTextViewerConfigurationJSP
java.lang.Object
StructuredTextViewerConfiguration
org.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructuredTextViewerConfigurationJSP
public StructuredTextViewerConfigurationJSP()
- Create new instance of StructuredTextViewerConfigurationJSP
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)