de.miethxml.hawron.gui.context.action
Class ValidationAction
java.lang.Object
de.miethxml.hawron.gui.context.action.ValidationAction
- All Implemented Interfaces:
- Action, org.xml.sax.ErrorHandler, FileModelAction
- public class ValidationAction
- extends java.lang.Object
- implements Action, org.xml.sax.ErrorHandler, FileModelAction
- Author:
- Simon Mieth
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationAction
public ValidationAction()
doAction
public void doAction(java.lang.String uri)
- Specified by:
doAction in interface Action
getIcon
public javax.swing.Icon getIcon()
- Specified by:
getIcon in interface Action
isSupported
public boolean isSupported(java.lang.String extention)
- Specified by:
isSupported in interface Action
isHandleDirectory
public boolean isHandleDirectory()
- Specified by:
isHandleDirectory in interface Action
isHandleFile
public boolean isHandleFile()
- Specified by:
isHandleFile in interface Action
getToolTip
public java.lang.String getToolTip(java.lang.String lang)
- Specified by:
getToolTip in interface Action
error
public void error(org.xml.sax.SAXParseException arg0)
throws org.xml.sax.SAXException
- Specified by:
error in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
fatalError
public void fatalError(org.xml.sax.SAXParseException arg0)
throws org.xml.sax.SAXException
- Specified by:
fatalError in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
warning
public void warning(org.xml.sax.SAXParseException arg0)
throws org.xml.sax.SAXException
- Specified by:
warning in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
doAction
public void doAction(FileModel model)
- Specified by:
doAction in interface FileModelAction