当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
ClipboardEvent (NetBeans Utilities API) - NetBeans API Javadoc 5.5.0 
org.openide.util.datatransfer
Class ClipboardEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       org.openide.util.datatransfer.ClipboardEvent
org.openide.util.datatransfer.ClipboardEvent
- All Implemented Interfaces: 
- Serializable
- public final class ClipboardEvent 
- extends EventObject
Event describing change of clipboard content.
- See Also:
- ExClipboard, 
Serialized Form
 
 
 
 
 
getClipboard
public ExClipboard getClipboard()
- Get the clipboard where operation occurred.
 
- 
- Returns:
- the clipboard
 
consume
public void consume()
- Marks this event consumed. Can be
 used by listeners that are sure that their own reaction to the event
 is really significant, to inform other listeners that they need not do anything.
 
- 
 
isConsumed
public boolean isConsumed()
- Has this event been consumed?
 
- 
- Returns:
- trueif it has