Uses of Class
jmri.jmrix.openlcb.swing.stleditor.StlEditorPane.Operator
-
Packages that use StlEditorPane.Operator Package Description jmri.jmrix.openlcb.swing.stleditor Provides a tool for editing the STL logic introduced with the Tower LCC+Q -
-
Uses of StlEditorPane.Operator in jmri.jmrix.openlcb.swing.stleditor
Fields in jmri.jmrix.openlcb.swing.stleditor declared as StlEditorPane.Operator Modifier and Type Field Description (package private) StlEditorPane.Operator
StlEditorPane.LogicRow. _oper
Methods in jmri.jmrix.openlcb.swing.stleditor that return StlEditorPane.Operator Modifier and Type Method Description (package private) StlEditorPane.Operator
StlEditorPane.LogicRow. getOper()
static StlEditorPane.Operator
StlEditorPane.Operator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StlEditorPane.Operator[]
StlEditorPane.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.openlcb.swing.stleditor with parameters of type StlEditorPane.Operator Modifier and Type Method Description (package private) void
StlEditorPane.LogicRow. setOper(StlEditorPane.Operator newOper)
Constructors in jmri.jmrix.openlcb.swing.stleditor with parameters of type StlEditorPane.Operator Constructor Description LogicRow(java.lang.String label, StlEditorPane.Operator oper, java.lang.String name, java.lang.String comment)
-