public class StyleFactory
extends java.lang.Object
Constructor and Description |
---|
StyleFactory() |
Modifier and Type | Method and Description |
---|---|
<T extends javafx.scene.control.Control> |
addStyles(T control,
StyleDefinition... definitions)
Adds the style a StyleClass.
|
public <T extends javafx.scene.control.Control> void addStyles(T control, StyleDefinition... definitions)
T
- The Control Type.control
- The Control to be styled.definitions
- The StyleDefinitions for the Control.Copyright © 2013. All Rights Reserved.