Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.merlotxml.merlot.plugins.configeditor
Class ConfigEditorCfgPanel.StandardAttributeChecker  view ConfigEditorCfgPanel.StandardAttributeChecker download ConfigEditorCfgPanel.StandardAttributeChecker.java

java.lang.Object
  extended byorg.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


Constructor Summary
protected ConfigEditorCfgPanel.StandardAttributeChecker()
           
 
Method Summary
 void vetoableChange(java.beans.PropertyChangeEvent evt)
          Fired before a Bean's property changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEditorCfgPanel.StandardAttributeChecker

protected ConfigEditorCfgPanel.StandardAttributeChecker()
Method Detail

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