Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.palette2
Interface PaletteTransferable

All Superinterfaces:
java.awt.datatransfer.Transferable

public interface PaletteTransferable
extends java.awt.datatransfer.Transferable

Interface that permits Context to be added to a transferable.

An example of usage is the Code Snippet implementation which transfers PaletteItem as part of the transferable so that the snippet text can be pasted to the Code Editor


Method Summary
 Context getContext()
          Get the current Context
 void setContext(Context context)
          Set the current Context

 

Methods inherited from interface java.awt.datatransfer.Transferable
getTransferData, getTransferDataFlavors, isDataFlavorSupported

 

Method Detail

setContext

void setContext(Context context)
Set the current Context
Parameters:
context - the current context

getContext

Context getContext()
Get the current Context

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.