Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.javatools.ui.ghost.UIConstants.Look

Packages that use UIConstants.Look
oracle.javatools.ui.ghost   
 

Uses of UIConstants.Look in oracle.javatools.ui.ghost
 

Fields in oracle.javatools.ui.ghost declared as UIConstants.Look
protected  UIConstants.Look GhostPalette.look
           
 

Methods in oracle.javatools.ui.ghost that return UIConstants.Look
 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.
 

Methods in oracle.javatools.ui.ghost with parameters of type UIConstants.Look
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)
           
 

Constructors in oracle.javatools.ui.ghost with parameters of type UIConstants.Look
GhostBackgroundPanel(java.awt.LayoutManager layoutManager, UIConstants.Look look)
           
GhostBackgroundPanel(UIConstants.Look look)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.