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()
Public Function GetJavaFxClassesList As IList(Of ClassFilterEntry)
Dim instance As JavaFXSettings
Dim returnValue As IList(Of ClassFilterEntry)
returnValue = instance.GetJavaFxClassesList()
public:
IList<ClassFilterEntry^>^ GetJavaFxClassesList()
Return Value
Type:
IListClassFilterEntryA list of
ClassFilterEntry objects that describe classes to be included to the object hierarchy in JavaFX applications.
See Also