|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editors.unified.BaseContributor
com.aptana.ide.editor.html.HTMLContributor
public class HTMLContributor
| Field Summary | |
|---|---|
protected IUnifiedEditorContributor[] |
childContributors
_childContributors |
| Fields inherited from class com.aptana.ide.editors.unified.BaseContributor |
|---|
parent |
| Constructor Summary | |
|---|---|
HTMLContributor()
HTMLContributor |
|
HTMLContributor(java.lang.String mimeType)
HTMLContributer |
|
| Method Summary | |
|---|---|
void |
dispose()
Disposes the contributor |
IUnifiedEditorContributor[] |
getChildContributors()
Gets the language contributors for all the various languages in the editor |
org.eclipse.jface.text.IAutoEditStrategy[] |
getLocalAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
Gets the AutoEditStrategies for the local language type |
IUnifiedBracketInserter |
getLocalBracketInserter(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
Gets the local bracket isnerter for all the various languages in the editor |
org.eclipse.jface.text.contentassist.IContentAssistProcessor |
getLocalContentAssistProcessor(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
Gets the ContentAssistProcessor for the local language type |
org.eclipse.jface.text.ITextHover |
getLocalTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
Returns an instance of the TextHover class for the specified content type |
UnifiedReconcilingStrategy |
getReconcilingStrategy()
Gets the ReconcilingStrategy that is used by the various languages in the editor |
boolean |
isAutoActivateContentAssist()
Should content assist auto activate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IUnifiedEditorContributor[] childContributors
| Constructor Detail |
|---|
public HTMLContributor()
public HTMLContributor(java.lang.String mimeType)
mimeType - | Method Detail |
|---|
public IUnifiedEditorContributor[] getChildContributors()
IUnifiedEditorContributor
getChildContributors in interface IUnifiedEditorContributorgetChildContributors in class BaseContributorIUnifiedEditorContributor.getChildContributors()
public org.eclipse.jface.text.ITextHover getLocalTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
getLocalTextHover in interface IUnifiedEditorContributorgetLocalTextHover in class BaseContributorsourceViewer - The current ISourceViewercontentType - The current content type (generally a mine type such as text/html)
public org.eclipse.jface.text.IAutoEditStrategy[] getLocalAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
IUnifiedEditorContributor
getLocalAutoEditStrategies in interface IUnifiedEditorContributorgetLocalAutoEditStrategies in class BaseContributorBaseContributor.getLocalAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer,
java.lang.String)
public org.eclipse.jface.text.contentassist.IContentAssistProcessor getLocalContentAssistProcessor(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
IUnifiedEditorContributor
getLocalContentAssistProcessor in interface IUnifiedEditorContributorgetLocalContentAssistProcessor in class BaseContributorIUnifiedEditorContributor.getLocalContentAssistProcessor(org.eclipse.jface.text.source.ISourceViewer,
java.lang.String)public UnifiedReconcilingStrategy getReconcilingStrategy()
IUnifiedEditorContributor
IUnifiedEditorContributor.getReconcilingStrategy()public void dispose()
IUnifiedEditorContributor
dispose in interface IUnifiedEditorContributordispose in class BaseContributorIUnifiedEditorContributor.dispose()public boolean isAutoActivateContentAssist()
IUnifiedEditorContributor
isAutoActivateContentAssist in interface IUnifiedEditorContributorisAutoActivateContentAssist in class BaseContributorBaseContributor.isAutoActivateContentAssist()
public IUnifiedBracketInserter getLocalBracketInserter(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
IUnifiedEditorContributor
getLocalBracketInserter in interface IUnifiedEditorContributorgetLocalBracketInserter in class BaseContributorIUnifiedEditorContributor.getLocalBracketInserter(ISourceViewer, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||