com.aptana.ide.editor.html
Class HTMLErrorManager

java.lang.Object
  extended by com.aptana.ide.editors.unified.errors.UnifiedErrorManager
      extended by com.aptana.ide.editor.html.HTMLErrorManager
All Implemented Interfaces:
IErrorManager, IFileContextListener, java.util.EventListener, org.eclipse.jface.util.IPropertyChangeListener

public class HTMLErrorManager
extends UnifiedErrorManager

Author:
Robin Debreuil

Field Summary
 
Fields inherited from class com.aptana.ide.editors.unified.errors.UnifiedErrorManager
fileService
 
Constructor Summary
HTMLErrorManager(FileService fileService)
          HTMLErrorManager
 
Method Summary
 java.lang.String filterMessage(java.lang.String message)
          filter messages before they go out, return 'null' to have the message omitted
protected  org.eclipse.jface.preference.IPreferenceStore getPreferenceStore()
          Returns the preference store
 IFileError[] parseForErrors(java.lang.String path, java.lang.String source, IFileSourceProvider sourceProvider)
          parseForErrors
 
Methods inherited from class com.aptana.ide.editors.unified.errors.UnifiedErrorManager
isFiltered, onContentChanged, processLanguagePartition, propertyChange, showErrors, showInfos, showWarnings, stripChars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLErrorManager

public HTMLErrorManager(FileService fileService)
HTMLErrorManager

Parameters:
fileService -
Method Detail

parseForErrors

public IFileError[] parseForErrors(java.lang.String path,
                                   java.lang.String source,
                                   IFileSourceProvider sourceProvider)
Description copied from class: UnifiedErrorManager
parseForErrors

Overrides:
parseForErrors in class UnifiedErrorManager
Returns:
IFileError[]
See Also:
UnifiedErrorManager.parseForErrors(java.lang.String, java.lang.String, com.aptana.ide.editors.unified.IFileSourceProvider)

filterMessage

public java.lang.String filterMessage(java.lang.String message)
filter messages before they go out, return 'null' to have the message omitted

Overrides:
filterMessage in class UnifiedErrorManager
Parameters:
message -
Returns:
String

getPreferenceStore

protected org.eclipse.jface.preference.IPreferenceStore getPreferenceStore()
Returns the preference store

Overrides:
getPreferenceStore in class UnifiedErrorManager
Returns:
IPreferenceStore