|
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.ReloadDocumentClipboard
Clipboard for transferring ReloadDocument Elements
Field Summary | |
static int |
ACTION_COPY
|
static int |
ACTION_CUT
|
static int |
ACTION_DELETE
|
static int |
ACTION_MOVE
|
static int |
ACTION_PASTE
|
Constructor Summary | |
ReloadDocumentClipboard()
|
Method Summary | |
static void |
addCopiedElement(org.jdom.Element element)
Adds the copied element to the clipboard |
static void |
addCutElement(org.jdom.Element element)
Adds the cut element to the clipboard |
static org.jdom.Element |
getElement()
Gets the element on the clipboard |
static boolean |
isCopiedElement()
Checks if the element is a copied element |
static boolean |
isCutElement()
Checks if the element is a cut element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ACTION_COPY
public static final int ACTION_MOVE
public static final int ACTION_CUT
public static final int ACTION_DELETE
public static final int ACTION_PASTE
Constructor Detail |
public ReloadDocumentClipboard()
Method Detail |
public static void addCutElement(org.jdom.Element element)
element
- the cut element which is to be added to the clipboardpublic static void addCopiedElement(org.jdom.Element element)
element
- the copied element which is to be added to the clipboardpublic static org.jdom.Element getElement()
public static boolean isCopiedElement()
public static boolean isCutElement()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |