fable.framework.clipboard
Class FableClipboard

java.lang.Object
  extended by fable.framework.clipboard.FableClipboard

public final class FableClipboard
extends java.lang.Object

FableClipboard manages the common Clipboard for Fable. The public member should not be modified or disposed until Fable shuts down.

Author:
evans

Field Summary
static org.eclipse.swt.dnd.Clipboard clipboard
          The common Clipboard for Fable.
 
Constructor Summary
FableClipboard()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clipboard

public static final org.eclipse.swt.dnd.Clipboard clipboard
The common Clipboard for Fable. It should not be modified or disposed until Fable shuts down.

Constructor Detail

FableClipboard

public FableClipboard()