See: Description
| Interface | Description |
|---|---|
| ADAPaletteListener | |
| Droppable | |
| Invokable |
Classes implementing this interface can be invoked from the
component palette.
|
| Palette |
Palette - Palette Model based on PalettePage and PaletteItem.
|
| PaletteDisplayableListener | |
| PaletteEditor |
The
PaletteEditor interface should be
implemented by clients that are interested in adding their own invokable
dialogs to the Component Palette. |
| PaletteInvokable | |
| PaletteItem |
The
PaletteItem class represents the Object model for
items on the component palette. |
| PaletteListener |
The
PaletteListener interface should be
implemented by clients that are interested in receiving
notifications about PaletteWindow instances being opened,
closed, selectionChanged, or Item Pressed. |
| PaletteLoader |
Called by command Line Utility to add items to the palette.xml file
at build time.
|
| PaletteModelListener |
The
PaletteListener interface should be
implemented by clients that are interested in receiving
notifications about PaletteWindow instances being opened,
closed, selectionChanged, or Item Pressed. |
| PalettePage | |
| PaletteTransferable |
| Class | Description |
|---|---|
| PaletteContext |
The PaletteContext interface can be used to identify which palette pages can be
shown by the IDE with the current context and other functionallity.
|
| PaletteEvent |
The
PaletteEvent class is used with the PaletteListener
to return the Palette instance. |
| PaletteManager |
Palette manager.
|
| PaletteUtil |
Command Line Utility to add items to the palette.xml file at build time.
|
| PaletteWindow |
The
PaletteWindow class is the Component Palette
view. |
Related Documentation
There is no documentation on using the Palette API.