Added Methods |
void addFlavorListener(FlavorListener )
|
Registers the specified FlavorListener to receive
FlavorEvent s from this clipboard. |
DataFlavor[] getAvailableDataFlavors()
|
Returns an array of DataFlavor s in which the current
contents of this clipboard can be provided. |
Object getData(DataFlavor )
|
Returns an object representing the current contents of this clipboard
in the specified DataFlavor . |
FlavorListener[] getFlavorListeners()
|
Returns an array of all the FlavorListener s currently
registered on this Clipboard . |
boolean isDataFlavorAvailable(DataFlavor )
|
Returns whether or not the current contents of this clipboard can be
provided in the specified DataFlavor . |
void removeFlavorListener(FlavorListener )
|
Removes the specified FlavorListener so that it no longer
receives FlavorEvent s from this Clipboard . |