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
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.
 Style Style.getParent()
          returns the parent style
 Style[] Style.getChildren()
          returns all the child styles in an array
 

Methods in oracle.dacf.style with parameters of type Style
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)
           
 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.
 

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
protected  void JStylesPanel._changeStyle(Style style)
          sets the initial selected style
 void JStyleEditOnlyDialog.startEditor(java.awt.Component component, Style style)
          implementation of StyleEditor.
 

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


Oracle Data-aware Controls Reference

 

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