| Package | Description | 
|---|---|
| oracle.javatools.ui.ghost | 
| Modifier and Type | Field and Description | 
|---|---|
protected UIConstants.Look | 
GhostPalette.look  | 
| Modifier and Type | Method and Description | 
|---|---|
UIConstants.Look | 
GhostPalette.getLook()  | 
static UIConstants.Look | 
UIConstants.Look.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UIConstants.Look[] | 
UIConstants.Look.values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ComponentConverter.convertToGhost(javax.swing.JComponent component, UIConstants.Look look)
Convert the given component and all of its children to the ghost look. 
 | 
static java.awt.Color | 
UIConstants.getColor(java.lang.String key, UIConstants.Look look)  | 
static java.awt.Dimension | 
UIConstants.getDimension(java.lang.String key, UIConstants.Look look)  | 
static java.awt.Font | 
UIConstants.getFont(java.lang.String key, UIConstants.Look look)  | 
void | 
GhostPalette.setLook(UIConstants.Look look)
Set the look used 
 | 
void | 
GhostBackgroundPanel.setLook(UIConstants.Look look)  | 
| Constructor and Description | 
|---|
GhostBackgroundPanel(java.awt.LayoutManager layoutManager, UIConstants.Look look)  | 
GhostBackgroundPanel(UIConstants.Look look)  |