Click or drag to resize

JavaFXSettingsGetJavaFxClassesList Method

Returns a list of objects that describe the JavaFX classes to be included in the object hierarchy.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public IList<ClassFilterEntry> GetJavaFxClassesList()

Return Value

Type: IListClassFilterEntry
A list of ClassFilterEntry objects that describe classes to be included to the object hierarchy in JavaFX applications.
See Also