Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleDefinition

java.lang.Object
  extended byoracle.dacf.style.StyleDefinition

public class StyleDefinition
extends java.lang.Object

The StyleDefinition class required for the DesignTime environment.

Version:
PUBLIC

Constructor Summary
StyleDefinition(java.lang.String styleName, java.awt.Component component)
          The only constructor you want to be used.
 
Method Summary
 java.awt.Component getComponent()
          returns the component reference used for assigning a style to a a component.
 java.lang.String getName()
          returns the name of the style
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleDefinition

public StyleDefinition(java.lang.String styleName,
                       java.awt.Component component)
The only constructor you want to be used.

Parameters:
styleName - the name of this style
component - the component this style will be assigned to
Method Detail

getName

public java.lang.String getName()
returns the name of the style

Returns:
the style name

getComponent

public java.awt.Component getComponent()
returns the component reference used for assigning a style to a a component.

Returns:
reference of component using this style

Oracle Data-aware Controls Reference

 

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