| Added Methods |
void addFlavorListener(FlavorListener)
|
Registers the specified FlavorListener to receive
FlavorEvents from this clipboard. |
DataFlavor[] getAvailableDataFlavors()
|
Returns an array of DataFlavors 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 FlavorListeners 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 FlavorEvents from this Clipboard. |