Uses of Class
org.openjfx.model.JavaFXModule
-
Packages that use JavaFXModule Package Description org.openjfx.model -
-
Uses of JavaFXModule in org.openjfx.model
Methods in org.openjfx.model that return JavaFXModule Modifier and Type Method Description static JavaFXModule
JavaFXModule. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaFXModule[]
JavaFXModule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjfx.model that return types with arguments of type JavaFXModule Modifier and Type Method Description static Optional<JavaFXModule>
JavaFXModule. fromArtifactName(String artifactName)
List<JavaFXModule>
JavaFXModule. getDependentModules()
-