|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dacf.style.StyleDefinition
The
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 |
public StyleDefinition(java.lang.String styleName, java.awt.Component component)
styleName
- the name of this stylecomponent
- the component this style will be assigned toMethod Detail |
public java.lang.String getName()
public java.awt.Component getComponent()
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |