java.lang.Object
org.merlotxml.merlot.plugins.configeditor.ConfigEditorCfgPanel.StandardAttributeChecker
- All Implemented Interfaces:
- java.util.EventListener, java.beans.VetoableChangeListener
- Enclosing class:
- ConfigEditorCfgPanel
- protected class ConfigEditorCfgPanel.StandardAttributeChecker
- extends java.lang.Object
- implements java.beans.VetoableChangeListener
Checks attributes according to their type. E.g. NMTOKEN is only of the characters specified
by the XML spec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigEditorCfgPanel.StandardAttributeChecker
protected ConfigEditorCfgPanel.StandardAttributeChecker()
vetoableChange
public void vetoableChange(java.beans.PropertyChangeEvent evt)
throws java.beans.PropertyVetoException
- Description copied from interface:
java.beans.VetoableChangeListener
- Fired before a Bean's property changes.
- Specified by:
vetoableChange in interface java.beans.VetoableChangeListener