Klasse javax.swing.TransferHandler | 1.2 |
java.lang.Object | +--javax.swing.TransferHandler
Datenelemente | |
---|---|
public final static int | NONE |
public final static int | COPY |
public final static int | MOVE |
public final static int | COPY_OR_MOVE |
Konstruktoren | |
---|---|
public | TransferHandler(String property) |
protected | TransferHandler() |
Methoden | |
---|---|
public static Action | getCutAction() |
public static Action | getCopyAction() |
public static Action | getPasteAction() |
public void | exportAsDrag(JComponent comp, InputEvent e, int action) |
public void | exportToClipboard(JComponent comp, Clipboard clip, int action) |
public boolean | importData(JComponent comp, Transferable t) |
public boolean | canImport(JComponent comp, DataFlavor[] transferFlavors) |
public int | getSourceActions(JComponent c) |
public Icon | getVisualRepresentation(Transferable t) |
protected Transferable | createTransferable(JComponent c) |
protected void | exportDone(JComponent source, Transferable data, int action) |