|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.moonunit.dom.ReloadSchemaDocument.UndoableAddAction
Handles Undo/Redo for Adding Elements
Constructor Summary | |
ReloadSchemaDocument.UndoableAddAction(org.jdom.Element parent,
org.jdom.Element element)
Constructor |
Method Summary | |
java.lang.String |
getName()
Gets the name of the add element |
void |
redo()
Redo's the add by adding the element at the given index |
void |
undo()
Undo's the add by removing the element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReloadSchemaDocument.UndoableAddAction(org.jdom.Element parent, org.jdom.Element element)
parent
- the parent element
element the element to addMethod Detail |
public void undo()
undo
in interface UndoableAction
public void redo()
redo
in interface UndoableAction
public java.lang.String getName()
getName
in interface UndoableAction
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |