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

Quick Search    Search Deep

org.gendiapo.editor
Class GenericGenDiapoEditPanel.StandardAttributeChecker  view GenericGenDiapoEditPanel.StandardAttributeChecker download GenericGenDiapoEditPanel.StandardAttributeChecker.java

java.lang.Object
  extended byorg.gendiapo.editor.GenericGenDiapoEditPanel.StandardAttributeChecker
All Implemented Interfaces:
java.util.EventListener, java.beans.VetoableChangeListener
Enclosing class:
GenericGenDiapoEditPanel

protected class GenericGenDiapoEditPanel.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 GenericGenDiapoEditPanel.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

GenericGenDiapoEditPanel.StandardAttributeChecker

protected GenericGenDiapoEditPanel.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