org.netbeans
Class NbClipboard
java.lang.Object
java.awt.datatransfer.Clipboard
org.openide.util.datatransfer.ExClipboard
org.netbeans.NbClipboard
- All Implemented Interfaces:
- FlavorListener, AWTEventListener, Runnable, EventListener, LookupListener
public final class NbClipboard
- extends ExClipboard
- implements LookupListener, Runnable, FlavorListener, AWTEventListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NbClipboard
public NbClipboard()
getConvertors
protected ExClipboard.Convertor[] getConvertors()
- Specified by:
getConvertors in class ExClipboard
resultChanged
public void resultChanged(LookupEvent ev)
- Specified by:
resultChanged in interface LookupListener
setContents
public void setContents(Transferable contents,
ClipboardOwner owner)
- Overrides:
setContents in class ExClipboard
getContents
public Transferable getContents(Object requestor)
- Overrides:
getContents in class Clipboard
getFlavorListeners
public FlavorListener[] getFlavorListeners()
- Overrides:
getFlavorListeners in class Clipboard
run
public void run()
- Specified by:
run in interface Runnable
flavorsChanged
public void flavorsChanged(FlavorEvent e)
- Specified by:
flavorsChanged in interface FlavorListener
eventDispatched
public void eventDispatched(AWTEvent ev)
- Specified by:
eventDispatched in interface AWTEventListener