Uses of Class
apps.JavaVersionCheckWindow.Compatibility
-
Packages that use JavaVersionCheckWindow.Compatibility Package Description apps Provides application level support for JMRI; includes specific applications in subpackages. -
-
Uses of JavaVersionCheckWindow.Compatibility in apps
Methods in apps that return JavaVersionCheckWindow.Compatibility Modifier and Type Method Description (package private) static JavaVersionCheckWindow.Compatibility
JavaVersionCheckWindow. checkJavaVersion()
static JavaVersionCheckWindow.Compatibility
JavaVersionCheckWindow.Compatibility. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JavaVersionCheckWindow.Compatibility[]
JavaVersionCheckWindow.Compatibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-