VdexReload 1.1.3 API

uk.ac.reload.moonunit.dom
Class ReloadSchemaDocument.UndoablePasteAction

java.lang.Object
  extended byuk.ac.reload.moonunit.dom.ReloadSchemaDocument.UndoableAddAction
      extended byuk.ac.reload.moonunit.dom.ReloadSchemaDocument.UndoablePasteAction
All Implemented Interfaces:
UndoableAction
Enclosing class:
ReloadSchemaDocument

protected class ReloadSchemaDocument.UndoablePasteAction
extends ReloadSchemaDocument.UndoableAddAction

Handles Undo/Redo for Pasting Elements


Constructor Summary
ReloadSchemaDocument.UndoablePasteAction(org.jdom.Element parent, org.jdom.Element element)
          Sole constructor
 
Method Summary
 java.lang.String getName()
          Gets the name of the paste element
 
Methods inherited from class uk.ac.reload.moonunit.dom.ReloadSchemaDocument.UndoableAddAction
redo, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadSchemaDocument.UndoablePasteAction

public ReloadSchemaDocument.UndoablePasteAction(org.jdom.Element parent,
                                                org.jdom.Element element)
Sole constructor

Parameters:
parent - the parent element element the element to paste
Method Detail

getName

public java.lang.String getName()
Gets the name of the paste element

Specified by:
getName in interface UndoableAction
Overrides:
getName in class ReloadSchemaDocument.UndoableAddAction

VdexReload 1.1.3 API