Uses of Interface
org.eclipse.wst.validation.internal.provisional.core.IMessage

Packages that use IMessage
org.eclipse.wst.validation A framework for calling validators that are build based. 
org.eclipse.wst.validation.internal.provisional.core An earlier framework for calling validators that are build based. 
 

Uses of IMessage in org.eclipse.wst.validation
 

Methods in org.eclipse.wst.validation that return types with arguments of type IMessage
 java.util.List<IMessage> ReporterHelper.getMessages()
           
 

Methods in org.eclipse.wst.validation with parameters of type IMessage
 void ReporterHelper.addMessage(IValidator origin, IMessage message)
           
 void ReporterHelper.displaySubtask(IValidator validator, IMessage message)
           
 

Uses of IMessage in org.eclipse.wst.validation.internal.provisional.core
 

Methods in org.eclipse.wst.validation.internal.provisional.core with parameters of type IMessage
 void IReporter.addMessage(IValidator origin, IMessage message)
           Add a locale-independent validation message.
 void IReporter.displaySubtask(IValidator validator, IMessage message)
          Show a text representation of this message, formatted in the default Locale, to the user immediately.