public final class GhostPaletteUtil
extends java.lang.Object
GhostPalette in the IDE.| Modifier and Type | Method and Description | 
|---|---|
static void | 
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 | 
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 | 
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 | 
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. 
 | 
public static void show(GhostPalette palette, java.lang.String key, boolean fadeIn)
palette - the ghost palettekey - a unique key identifying this palettefadeIn - whether to fade the palette in or show it immediatelypublic static void show(GhostPalette palette, java.lang.String key, javax.swing.JLayeredPane layeredPane, boolean fadeIn)
palette - the ghost palettekey - a unique key identifying this palettelayeredPane - the layered pane to show the palette infadeIn - whether to fade the palette in or show it immediatelypublic static void show(GhostPalette palette, java.lang.String key, boolean fadeIn, int w, int h)
palette - the ghost palettekey - a unique key identifying this palettefadeIn - whether to fade the palette in or show it immediatelyw - the default width of the paletteh - the default height of the palettepublic static void show(GhostPalette palette, java.lang.String key, javax.swing.JLayeredPane layeredPane, boolean fadeIn, int w, int h)
palette - the ghost palettekey - a unique key identifying this palettelayeredPane - the layered pane to show the palette infadeIn - whether to fade the palette in or show it immediatelyw - the default width of the paletteh - the default height of the palette