Stage::findTextsOf()
Find texts of a given class.
Syntax
Java
.findTextsOf(c)
Parameters
| Name | Data Type | Description |
|---|---|---|
| c | Class<T> | Class |
Return
List<T>

Find texts of a given class.
.findTextsOf(c)
| Name | Data Type | Description |
|---|---|---|
| c | Class<T> | Class |
List<T>