|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.ui.ghost.ComponentConverter
public final class ComponentConverter
A class to visit every component in a component hierarchy. Each component will have it's ui properties changed according to the bean properties given in a map. Certain specific components will have their UI delegates replaced with a specially designed ui. Components can veto changes to thier look with the client property UIConstants.VETO_CONVERSION
| Constructor Summary | |
|---|---|
ComponentConverter() |
|
| Method Summary | |
|---|---|
static void |
convertToGhost(javax.swing.JComponent component, UIConstants.Look look)Convert the given component and all of its children to the ghost look. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentConverter()
| Method Detail |
|---|
public static void convertToGhost(javax.swing.JComponent component,
UIConstants.Look look)
component - the parent component to start the conversion.look - the type of ghost look to convert to.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||