final class WinDnDClipboard extends WinSystemClipboard
Modifier and Type | Field and Description |
---|---|
private static int |
dragButton |
private int |
sourceSupportedActions |
defaultCharset, RTFCharset, terminator
ACTION_ANY, ACTION_COPY, ACTION_COPY_OR_MOVE, ACTION_MOVE, ACTION_NONE, ACTION_REFERENCE, DND, DRAG_IMAGE, DRAG_IMAGE_OFFSET, FILE_LIST_TYPE, HTML_TYPE, IE_URL_SHORTCUT_FILENAME, RAW_IMAGE_TYPE, RTF_TYPE, SELECTION, supportedActions, SYSTEM, TEXT_TYPE, URI_TYPE
Constructor and Description |
---|
WinDnDClipboard(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
create() |
protected void |
dispose() |
int |
getDragButton() |
private static WinDnDClipboard |
getInstance() |
protected boolean |
isOwner() |
protected boolean |
pop() |
protected void |
push(java.lang.Object[] keys,
int supportedActions) |
protected void |
pushTargetActionToSystem(int actionDone) |
private void |
setDragButton(int dragButton) |
private void |
setSourceSupportedActions(int sourceSupportedActions) |
protected int |
supportedSourceActionsFromSystem() |
java.lang.String |
toString() |
close, getPtr, mimesFromSystem, popFromSystem, pushToSystem
flush, getData, getLocalData, getMimeTypes, getSupportedSourceActions, setTargetAction
actionPerformed, add, contentChanged, get, getActionString, getName, getPixelsForRawImage, remove, setSharedData
private static int dragButton
private int sourceSupportedActions
protected void create()
create
in class WinSystemClipboard
protected void dispose()
dispose
in class WinSystemClipboard
protected boolean isOwner()
isOwner
in class WinSystemClipboard
protected void pushTargetActionToSystem(int actionDone)
pushTargetActionToSystem
in class WinSystemClipboard
protected void push(java.lang.Object[] keys, int supportedActions)
push
in class WinSystemClipboard
protected boolean pop()
pop
in class WinSystemClipboard
private static WinDnDClipboard getInstance()
public java.lang.String toString()
toString
in class WinSystemClipboard
public int getDragButton()
private void setDragButton(int dragButton)
protected final int supportedSourceActionsFromSystem()
supportedSourceActionsFromSystem
in class WinSystemClipboard
private void setSourceSupportedActions(int sourceSupportedActions)