Uses of Class
jmri.jmrit.logixng.actions.DigitalBooleanLogixAction.When
-
Packages that use DigitalBooleanLogixAction.When Package Description jmri.jmrit.logixng.actions jmri.jmrit.logixng.actions.swing -
-
Uses of DigitalBooleanLogixAction.When in jmri.jmrit.logixng.actions
Fields in jmri.jmrit.logixng.actions declared as DigitalBooleanLogixAction.When Modifier and Type Field Description (package private) DigitalBooleanLogixAction.When
DigitalBooleanLogixAction. _when
Methods in jmri.jmrit.logixng.actions that return DigitalBooleanLogixAction.When Modifier and Type Method Description DigitalBooleanLogixAction.When
DigitalBooleanLogixAction. getTrigger()
Get the type.static DigitalBooleanLogixAction.When
DigitalBooleanLogixAction.When. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DigitalBooleanLogixAction.When[]
DigitalBooleanLogixAction.When. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions with parameters of type DigitalBooleanLogixAction.When Modifier and Type Method Description void
DigitalBooleanLogixAction. setTrigger(DigitalBooleanLogixAction.When trigger)
Set the type.Constructors in jmri.jmrit.logixng.actions with parameters of type DigitalBooleanLogixAction.When Constructor Description DigitalBooleanLogixAction(java.lang.String sys, java.lang.String user, DigitalBooleanLogixAction.When trigger)
-
Uses of DigitalBooleanLogixAction.When in jmri.jmrit.logixng.actions.swing
Fields in jmri.jmrit.logixng.actions.swing declared as DigitalBooleanLogixAction.When Modifier and Type Field Description (package private) DigitalBooleanLogixAction.When
DigitalBooleanLogixActionSwing. type
-