dsto.dfc.swing.undo
Class PropertyChangeToEditAdapter

java.lang.Object
  extended by javax.swing.undo.UndoableEditSupport
      extended by dsto.dfc.swing.undo.PropertyChangeToEditAdapter
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class PropertyChangeToEditAdapter
extends UndoableEditSupport
implements PropertyChangeListener

Class which listens for PropertyChangeEvents and fires PropertyEdits when it hears them.

Version:
$Revision$
Author:
Peter J Smet

Field Summary
 
Fields inherited from class javax.swing.undo.UndoableEditSupport
compoundEdit, listeners, realSource, updateLevel
 
Constructor Summary
PropertyChangeToEditAdapter()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class javax.swing.undo.UndoableEditSupport
_postEdit, addUndoableEditListener, beginUpdate, createCompoundEdit, endUpdate, getUndoableEditListeners, getUpdateLevel, postEdit, removeUndoableEditListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyChangeToEditAdapter

public PropertyChangeToEditAdapter()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener


Copyright © 2008 Commonwealth of Australia