Uses of Class
jmri.jmrix.AbstractPortController.Option.Type
-
Packages that use AbstractPortController.Option.Type Package Description jmri.jmrix Interfaces and implementations for system-specific code. -
-
Uses of AbstractPortController.Option.Type in jmri.jmrix
Fields in jmri.jmrix declared as AbstractPortController.Option.Type Modifier and Type Field Description (package private) AbstractPortController.Option.Type
AbstractPortController.Option. type
Methods in jmri.jmrix that return AbstractPortController.Option.Type Modifier and Type Method Description (package private) AbstractPortController.Option.Type
AbstractPortController.Option. getType()
static AbstractPortController.Option.Type
AbstractPortController.Option.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractPortController.Option.Type[]
AbstractPortController.Option.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jmri.jmrix with parameters of type AbstractPortController.Option.Type Constructor Description Option(java.lang.String displayText, java.lang.String[] options, boolean advanced, AbstractPortController.Option.Type type)
Option(java.lang.String displayText, java.lang.String[] options, AbstractPortController.Option.Type type)
-