Extension SDK

oracle.ide.palette
Interface ADAPaletteListener


public interface ADAPaletteListener


Method Summary
 void defaultCreate(PaletteEvent event)
          Notify listeners that an Item has been selected using the ENTER key on the component palette.
 

Method Detail

defaultCreate

public void defaultCreate(PaletteEvent event)
Notify listeners that an Item has been selected using the ENTER key on the component palette.
Parameters:
event - Associated PaletteEvent (Palette Object)

Extension SDK