|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.util.GhostPaletteUtil
public final class GhostPaletteUtil
Utilities for using GhostPalette in the IDE.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public 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 immediately
public 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
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||