JavaFXSettingsSetJavaFXClasses Method |
Sets a list of classes of the JavaFX objects 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 void SetJavaFXClasses(
IList<ClassFilterEntry> javaFxClasses
)
Public Sub SetJavaFXClasses (
javaFxClasses As IList(Of ClassFilterEntry)
)
Dim instance As JavaFXSettings
Dim javaFxClasses As IList(Of ClassFilterEntry)
instance.SetJavaFXClasses(javaFxClasses)
public:
void SetJavaFXClasses(
IList<ClassFilterEntry^>^ javaFxClasses
)
Parameters
- javaFxClasses
- Type: System.Collections.GenericIListClassFilterEntry
A list of objects that describe classes to be included into the object hierarchy of JavaFX applications.
Each object specifies the class name and whether the derived classes should be included into the hierarchy as well.
See Also