Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.style.Style

Packages that use Style
oracle.dacf.style   
oracle.dacf.style.control   
 

Uses of Style in oracle.dacf.style
 

Methods in oracle.dacf.style that return Style
 Style Style.getParent()
          returns the parent style
 Style[] Style.getChildren()
          returns all the child styles in an array
static Style StyleManager.getStyle(java.lang.String key)
          Finds a Style that matches a particular key
static Style StyleManager.getStyle(java.lang.Object component)
          Returns the Style that is currently used by the given component
static Style[] StyleManager.getStyles()
          Retrieves the Style table as an array.
 

Methods in oracle.dacf.style with parameters of type Style
 void Style.copy(Style style)
          copies the Style definition to this style
 boolean Style.compare(Style style)
          Returns true if the 2 Styles define the same properties.
static void StyleManager.addStyle(Style style)
          Adds a style to the collection of Styles
static boolean StyleManager.removeStyle(Style style)
          Removes a style from the collection of Styles
static void StyleManager.updateStyle(Style style, StyleElement[] styleElements)
          Updates a Style
static void StyleManager.updateStyleOverwrite(Style style, java.awt.Component component, StyleElement[] styleElements)
          Updates a Style Overwrites for a specific component
 void StyleEditor.startEditor(java.awt.Component component, Style style)
           
 

Constructors in oracle.dacf.style with parameters of type Style
Style(java.lang.String name, Style parentStyle)
          Constructor used when you choose "Create a Style using...."
Style(java.lang.String name, Style style, boolean parent)
          Constructor used when you choose "Create a Style as...." with boolean false
 

Uses of Style in oracle.dacf.style.control
 

Methods in oracle.dacf.style.control with parameters of type Style
 void JStyleEditOnlyDialog.startEditor(java.awt.Component component, Style style)
          implementation of StyleEditor.
protected  void JStylesPanel._changeStyle(Style style)
          sets the initial selected style
 

Constructors in oracle.dacf.style.control with parameters of type Style
JStyleEditOnlyDialog(javax.swing.JFrame frame, Style style)
           
JStylesPanel(Style style, javax.swing.JFrame frame)
          Constructor
 


Oracle Data-aware Controls Reference