Uses of Class
javafx.scene.template.Template
| Package | Description |
|---|---|
| javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
| javafx.scene.template |
-
Uses of Template in javafx.scene.control
Methods in javafx.scene.control that return Template Modifier and Type Method Description Template<T>ListView. getCellTemplate()Gets the value of the property cellTemplate.Methods in javafx.scene.control that return types with arguments of type Template Modifier and Type Method Description ObjectProperty<Template<T>>ListView. cellTemplateProperty()Methods in javafx.scene.control with parameters of type Template Modifier and Type Method Description voidListView. setCellTemplate(Template<T> value)Sets the value of the property cellTemplate. -
Uses of Template in javafx.scene.template
Methods in javafx.scene.template that return Template Modifier and Type Method Description static <T> Template<T>Template. find(Node node, Object item)Tries to find a template in the scene graph that matches the specified item.Methods in javafx.scene.template with parameters of type Template Modifier and Type Method Description static <T> TemplateContent<T>Template. getContent(Template<T> template, boolean editing)static <T> booleanTemplate. match(Template<T> template, Object item)Determines whether the template matches the specified item.