VdexReload 1.1.3 API

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

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

protected class ReloadSchemaDocument.UndoableCutAction
extends ReloadSchemaDocument.UndoableDeleteAction

Handles Undo/Redo for Cutting Elements


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

Constructor Detail

ReloadSchemaDocument.UndoableCutAction

public ReloadSchemaDocument.UndoableCutAction(org.jdom.Element parent,
                                              org.jdom.Element element)
Constructor

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

getName

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

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

VdexReload 1.1.3 API