org.xmlhammer.gui.util
Class URIsPanel.UndoableRemoveURISelectionPaneEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by org.xmlhammer.gui.util.URIsPanel.UndoableRemoveURISelectionPaneEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit
Enclosing class:
URIsPanel

public class URIsPanel.UndoableRemoveURISelectionPaneEdit
extends javax.swing.undo.AbstractUndoableEdit

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
URIsPanel.UndoableRemoveURISelectionPaneEdit(Page page, URIsPanel.RemovableURISelectionPane pane)
           
 
Method Summary
 void redo()
           
 void undo()
           
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIsPanel.UndoableRemoveURISelectionPaneEdit

public URIsPanel.UndoableRemoveURISelectionPaneEdit(Page page,
                                                    URIsPanel.RemovableURISelectionPane pane)
Method Detail

undo

public void undo()
Specified by:
undo in interface javax.swing.undo.UndoableEdit
Overrides:
undo in class javax.swing.undo.AbstractUndoableEdit

redo

public void redo()
Specified by:
redo in interface javax.swing.undo.UndoableEdit
Overrides:
redo in class javax.swing.undo.AbstractUndoableEdit


Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.