| Package | Description | 
|---|---|
| oracle.ide.util | 
 Contains utility classes. 
 | 
| oracle.javatools.ui.ghost | |
| oracle.javatools.ui.search | 
 Provides a general purpose search or filter component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
GhostPaletteUtil.show(GhostPalette palette,
    java.lang.String key,
    boolean fadeIn)
Show a ghost palette at the same position as the last time it was shown,
 or using the default position if this is the first time the palette is
 being shown. 
 | 
static void | 
GhostPaletteUtil.show(GhostPalette palette,
    java.lang.String key,
    boolean fadeIn,
    int w,
    int h)
Show a ghost palette with the same size and position as the last time it
 was shown, or using a default size and position if this is the first time
 the palette is being shown. 
 | 
static void | 
GhostPaletteUtil.show(GhostPalette palette,
    java.lang.String key,
    javax.swing.JLayeredPane layeredPane,
    boolean fadeIn)
Show a ghost palette at the same position as the last time it was shown,
 or using the default position if this is the first time the palette is
 being shown. 
 | 
static void | 
GhostPaletteUtil.show(GhostPalette palette,
    java.lang.String key,
    javax.swing.JLayeredPane layeredPane,
    boolean fadeIn,
    int w,
    int h)
Show a ghost palette with the same size and position as the last time it
 was shown, or using a default size and position if this is the first time
 the palette is being shown. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GhostBuilder.GhostBuiltPalette
An extension to a GhostPalette that has been built with the GhostBuilder. 
 | 
class  | 
GhostPointingPalette
Derivative of GhostPalette that underlays a pointing arrow to an area of
 a given component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GhostPalette | 
MiniSearchDialog.ghostPalette()  |