Uses of Enum
jmri.jmrix.openlcb.swing.stleditor.StlEditorPane.Operator
Packages that use StlEditorPane.Operator
Package
Description
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.OperatorModifier and TypeFieldDescription(package private) StlEditorPane.OperatorStlEditorPane.LogicRow._operMethods in jmri.jmrix.openlcb.swing.stleditor that return StlEditorPane.OperatorModifier and TypeMethodDescription(package private) StlEditorPane.OperatorStlEditorPane.LogicRow.getOper()static StlEditorPane.OperatorReturns 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.OperatorModifier and TypeMethodDescription(package private) voidStlEditorPane.LogicRow.setOper(StlEditorPane.Operator newOper) Constructors in jmri.jmrix.openlcb.swing.stleditor with parameters of type StlEditorPane.OperatorModifierConstructorDescription(package private)LogicRow(String label, StlEditorPane.Operator oper, String name, String comment)