Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.style.StyleElement

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

Uses of StyleElement in oracle.dacf.style
 

Methods in oracle.dacf.style that return StyleElement
 StyleElement[] Style.getStyleElements()
          Retrieves the Style table as an array.
 StyleElement[] Style.getParentStyleElements()
          Retrieves the ParentStyle's Style table as an array.
 StyleElement[] Style.getOverwriteStyleElements(java.awt.Component component)
          Retrieves the StyleElements that are overwritten as an array.
 StyleElement[] Style.getOverwriteStyleElements(java.lang.String name)
          Retrieves the StyleElements that are overwritten as an array.
 StyleElement Style.getStyleElement(java.lang.String property)
          Returns the StyleElement matching this Property name
 

Methods in oracle.dacf.style with parameters of type StyleElement
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
 boolean StyleElement.compare(StyleElement ste)
          Returns true if the 2 StyleElements define the same property, same value and same 'protected' state.
 void Style.addElement(StyleElement styleElement)
          Adds a Style element to this style
 void Style._setOverwriteStyleElements(StyleElement[] styleelements, java.awt.Component component)
          Overwrites the StyleElements passed in as for the given component.
 

Uses of StyleElement in oracle.dacf.style.control
 

Constructors in oracle.dacf.style.control with parameters of type StyleElement
StylePropertyEditor(StyleElement data, javax.swing.JFrame frame)
          Constructor
 


Oracle Data-aware Controls Reference

 

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