Uses of Interface
jmri.jmrit.logixng.Base
Packages that use Base
Package
Description
Provides classes for interacting with CBUS Nodes using LogixNG.
Provides classes for interacting with CBUS Nodes using LogixNG.
-
Uses of Base in jmri.jmrit.display.logixng
Classes in jmri.jmrit.display.logixng that implement BaseModifier and TypeClassDescriptionclassThis action controls various things of a AudioIcon on a panel.classThis action controls various things of a LayoutTurnout on a LayoutEditor panel.classThis action controls various things of a Positionable on a panel.classThis action controls various things of Positionables with a particular class name on a panel.classThis action acts on a Window.Methods in jmri.jmrit.display.logixng that return BaseModifier and TypeMethodDescription -
Uses of Base in jmri.jmrit.display.logixng.swing
Methods in jmri.jmrit.display.logixng.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected voidActionAudioIconSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionLayoutTurnoutSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionPositionableByClassSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionPositionableSwing.createPanel(Base object, JPanel buttonPanel) protected voidWindowManagementSwing.createPanel(Base object, JPanel buttonPanel) voidActionAudioIconSwing.updateObject(Base object) Updates the object with the data in the form.voidActionLayoutTurnoutSwing.updateObject(Base object) Updates the object with the data in the form.voidActionPositionableByClassSwing.updateObject(Base object) Updates the object with the data in the form.voidActionPositionableSwing.updateObject(Base object) Updates the object with the data in the form.voidWindowManagementSwing.updateObject(Base object) Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng
Subinterfaces of Base in jmri.jmrit.logixngModifier and TypeInterfaceDescriptioninterfaceA LogixNG analog action.interfaceA LogixNG analog action bean.interfaceAnalog expression is used in LogixNG to answer a question that can give an analog value as result.interfaceAnalogExpressionBean is a AnalogExpression that also implements NamedBean.interfaceConditionalNG.interfaceA LogixNG item that is debugable.interfaceA LogixNG digitalaction.interfaceA LogixNG digital action bean.interfaceA LogixNG logix emulator action.interfaceA LogixNG logix emulator action bean.interfaceDigitalExpressionBean is used in LogixNG to answer a question that can give the answers 'true' or 'false'.interfaceDigitalExpressionBean is a DigitalExpression that also implements NamedBean.interfaceA female socket for AnalogActioninterfaceA female socket for AnalogExpressioninterfaceA female socket that can hold any male socketinterfaceA female socket for DigitalActioninterfaceA female socket for DigitalBooleanActioninterfaceA female socket for DigitalExpressioninterfaceA generic female socketinterfaceA LogixNG female expression socket.interfaceA female socket for StringActioninterfaceA female socket for StringExpressioninterfaceLogixNG Global Variable.interfaceLogixNG.interfaceA LogixNG male AnalogActionBean socket.interfaceA LogixNG male AnalogExpressionBean socket.interfaceA LogixNG male DigitalActionBean socket.interfaceA LogixNG male DigitalBooleanActionBean socket.interfaceA LogixNG male DigitalExpressionBean socket.interfaceA LogixNG male socket.interfaceA LogixNG male StringActionBean socket.interfaceA LogixNG male StringExpressionBean socket.interfaceRepresent a LogixNG module.interfaceA LogixNG string action.interfaceA LogixNG string action.interfaceString expression is used in LogixNG to answer a question that can give a string value as result.interfaceStringExpressionBean is a StringExpression that also implements NamedBean.Methods in jmri.jmrit.logixng that return BaseModifier and TypeMethodDescriptionDo a deep copy of children from the original to me.Create a deep copy of myself and my children The item needs to try to lookup itself in both systemNames and userNames to see if the user has given a new system name and/or a new user name.If no new system name is given, an auto system name is used.MaleSocket.getObject()Get the object that this male socket holds.Base.getParent()Get the parent.Base.getRoot()Get the root of the tree that this item belongs to.Methods in jmri.jmrit.logixng that return types with arguments of type BaseModifier and TypeMethodDescriptionAnalogActionManager.getActionClasses()Get a set of classes that implements the DigitalAction interface.DigitalActionManager.getActionClasses()Get a set of classes that implements the DigitalActionBean interface.DigitalBooleanActionManager.getActionClasses()Get a set of classes that implements the DigitalBooleanActionBean interface.StringActionManager.getActionClasses()Get a set of classes that implements the DigitalAction interface.Set<Map.Entry<LogixNG_Category,Class<? extends Base>>> AnalogActionFactory.getClasses()Get a set of classes that implements the AnalogAction interface.Set<Map.Entry<LogixNG_Category,Class<? extends Base>>> AnalogExpressionFactory.getClasses()Get a set of classes that implements the AnalogExpression interface.DigitalBooleanActionFactory.getClasses()Get a set of classes that implements the DigitalBooleanAction interface.StringActionFactory.getClasses()Get a set of classes that implements the StringActionBean interface.StringExpressionFactory.getClasses()Get a set of classes that implements the StringExpression interface.FemaleSocket.getConnectableClasses()Get a set of classes that are compatible with this female socket.AnalogExpressionManager.getExpressionClasses()Get a set of classes that implements the DigitalAction interface.DigitalExpressionManager.getExpressionClasses()Get a set of classes that implements the DigitalAction interface.StringExpressionManager.getExpressionClasses()Get a set of classes that implements the DigitalAction interface.Methods in jmri.jmrit.logixng with parameters of type BaseModifier and TypeMethodDescriptionAnalogActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) AnalogExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) Create a female socket for analog expressionsDigitalActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DigitalBooleanActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DigitalExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) StringActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) StringExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) Create a female socket for analog expressionsFemaleSocketManager.SocketType.createSocket(Base parent, FemaleSocketListener listener, String name) Do a deep copy of children from the original to me.voidMaleSocket.handleError(Base item, String message, RuntimeException e, org.slf4j.Logger log) Handle an error that has happened during execution or evaluation of this item.voidMaleSocket.handleError(Base item, String message, List<String> messageList, JmriException e, org.slf4j.Logger log) Handle an error that has happened during execution or evaluation of this item.voidMaleSocket.handleError(Base item, String message, JmriException e, org.slf4j.Logger log) Handle an error that has happened during execution or evaluation of this item.default booleanDoes this item has the child b?voidvoidvoidSet the parent. -
Uses of Base in jmri.jmrit.logixng.actions
Classes in jmri.jmrit.logixng.actions that implement BaseModifier and TypeClassDescriptionclassThe base class for LogixNG AnalogActionsclassThe base class for LogixNG ActionsclassThe base class for LogixNG Boolean ActionsclassThe base class for LogixNG AnalogActionsclassThis action sets the value of an AtomicBoolean.classThis action controls an audio object.classThis action triggers a block.classThis action provides the ability to set the fast clock time and start and stop the fast clock.classThis action provides the ability to set the fast clock speed.classThis action listens on some beans and runs the ConditionalNG on property change.classThis action triggers a Dispather ActiveTrain.classThis action triggers a entryExit.classThis action finds a table row or column.classThis action sets the state of a light.classRuns an engine.classThis action listens on some beans and runs the ConditionalNG on property change.classThis action listens on some beans and runs the ConditionalNG on property change.classThis action listens on some beans and runs the ConditionalNG on property change.classThis action sets the value of a local variable.classThis action sets the value of a memory.classThis action triggers an OBlock.classThis action turns power on or off.classThis action triggers a reporter.classSets all engine slots to status commonclassThis action requests an update from the layout of the state of a sensor.classThis action requests an update from the layout of the state of a turnout.classExecutes a script.classThis action sets the state of a sensor.classThis action sets the current report of a Reporter.classExecutes a digital action delayed.classEvaluates the state of a SignalHead.classEvaluates the state of a SignalMast.classPlays a sound.classThis action sets a cell value of a LogixNG table.final classRuns an engine.final classSets a function on a throttleclassExecutes an action after some time.classThis action sets the state of a turnout.classThis action sets the lock of a turnout.classThis action triggers a warrant.classSets the light intensity.classSets a Memory.classExecute many Actions in a specific order.classReturns from a Module or a ConditionalNG.classReturns from a Module or a ConditionalNG.classExecutes an action depending on the parameter.classExecute many Actions in a specific order.classThis action executes a module.classThis action evaluates the formula.classExecute many Actions in a specific order.classExecutes an analog action with the result of an analog expression.classExecutes an string action with the result of an string expression.classThis action enables/disables a Logix.classThis action enables/disables a LogixNG.classReturns from a Module or a ConditionalNG.classExecutes a digital action.classExecutes a digital action delayed.classThis action executes a program.classReturns from a Module or a ConditionalNG.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classThis action decodes a Json string to a JsonNode.classThis action logs some data.classEmulates Logix.classThis action prints the local variables to the log.classProgram a CV on main.classReturns from a Module or a ConditionalNG.classExecutes an action only one time.classExecutes actions in a sequence.classThis action sets some local variables.classThis action show a dialog.classThis action sets the state of a turnout.classSimulates turnout feedback.classSets a Memory.classSets a StringIO.classExecute many Actions in a specific order.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classThis action triggers a route.classExecutes an string action with the result of an string expression.classThis action sends a web request.Methods in jmri.jmrit.logixng.actions that return BaseModifier and TypeMethodDescriptionActionCreateBeansFromTable.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) ActionFindTableRowOrColumn.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) ActionListenOnBeansLocalVariable.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) ActionRequestUpdateAllSensors.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) ActionRequestUpdateOfSensor.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) ActionRequestUpdateOfTurnout.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) AnalogActionLightIntensity.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) AbstractAnalogAction.getParent()Get the parent.AbstractDigitalAction.getParent()Get the parent.AbstractDigitalBooleanAction.getParent()Get the parent.AbstractStringAction.getParent()Get the parent.Methods in jmri.jmrit.logixng.actions that return types with arguments of type BaseModifier and TypeMethodDescriptionSet<Map.Entry<LogixNG_Category,Class<? extends Base>>> AnalogFactory.getClasses()DigitalBooleanFactory.getClasses()StringFactory.getClasses()Methods in jmri.jmrit.logixng.actions with parameters of type BaseModifier and TypeMethodDescriptionvoidSet the parent.voidSet the parent.voidSet the parent.voidSet the parent. -
Uses of Base in jmri.jmrit.logixng.actions.swing
Methods in jmri.jmrit.logixng.actions.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected abstract voidAbstractAnalogActionSwing.createPanel(Base object, JPanel buttonPanel) protected abstract voidAbstractBooleanActionSwing.createPanel(Base object, JPanel buttonPanel) protected abstract voidAbstractDigitalActionSwing.createPanel(Base object, JPanel buttonPanel) protected abstract voidAbstractStringActionSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionAudioSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionBlockSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionClockRateSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionClockSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionCreateBeansFromTableSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionDispatcherSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionEntryExitSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionFindTableRowOrColumnSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionLightIntensitySwing.createPanel(Base object, JPanel buttonPanel) protected voidActionLightSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionListenOnBeansLocalVariableSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionListenOnBeansSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionListenOnBeansTableSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionLocalVariableSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionMemorySwing.createPanel(Base object, JPanel buttonPanel) protected voidActionOBlockSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionPowerSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionReporterSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionRequestUpdateAllSensorsSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionRequestUpdateOfSensorSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionRequestUpdateOfTurnoutSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionScriptSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionSensorSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionSetReporterSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionShutDownTaskSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionSignalHeadSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionSignalMastSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionSoundSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionTableSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionThrottleFunctionSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionThrottleSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionTimerSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionTurnoutLockSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionTurnoutSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionWarrantSwing.createPanel(Base object, JPanel buttonPanel) protected voidAnalogActionLightIntensitySwing.createPanel(Base object, JPanel buttonPanel) protected voidAnalogActionMemorySwing.createPanel(Base object, JPanel buttonPanel) protected voidAnalogManySwing.createPanel(Base object, JPanel buttonPanel) protected voidBreakSwing.createPanel(Base object, JPanel buttonPanel) protected voidContinueSwing.createPanel(Base object, JPanel buttonPanel) protected voidDigitalBooleanLogixActionSwing.createPanel(Base object, JPanel buttonPanel) protected voidDigitalBooleanManySwing.createPanel(Base object, JPanel buttonPanel) protected voidDigitalCallModuleSwing.createPanel(Base object, JPanel buttonPanel) protected voidDigitalFormulaSwing.createPanel(Base object, JPanel buttonPanel) protected voidDigitalManySwing.createPanel(Base object, JPanel buttonPanel) protected voidDoAnalogActionSwing.createPanel(Base object, JPanel buttonPanel) protected voidDoStringActionSwing.createPanel(Base object, JPanel buttonPanel) protected voidEnableLogixNGSwing.createPanel(Base object, JPanel buttonPanel) protected voidEnableLogixSwing.createPanel(Base object, JPanel buttonPanel) protected voidErrorSwing.createPanel(Base object, JPanel buttonPanel) protected voidExecuteActionSwing.createPanel(Base object, JPanel buttonPanel) protected voidExecuteDelayedSwing.createPanel(Base object, JPanel buttonPanel) protected voidExecuteProgramSwing.createPanel(Base object, JPanel buttonPanel) protected voidExitSwing.createPanel(Base object, JPanel buttonPanel) protected voidForEachSwing.createPanel(Base object, JPanel buttonPanel) protected voidForEachWithDelaySwing.createPanel(Base object, JPanel buttonPanel) protected voidForSwing.createPanel(Base object, JPanel buttonPanel) protected voidIfThenElseSwing.createPanel(Base object, JPanel buttonPanel) protected voidJsonDecodeSwing.createPanel(Base object, JPanel buttonPanel) protected voidLogDataSwing.createPanel(Base object, JPanel buttonPanel) protected voidLogixSwing.createPanel(Base object, JPanel buttonPanel) protected voidLogLocalVariablesSwing.createPanel(Base object, JPanel buttonPanel) protected voidProgramOnMainSwing.createPanel(Base object, JPanel buttonPanel) protected voidReturnSwing.createPanel(Base object, JPanel buttonPanel) protected voidRunOnceSwing.createPanel(Base object, JPanel buttonPanel) protected voidSequenceSwing.createPanel(Base object, JPanel buttonPanel) protected voidShowDialogSwing.createPanel(Base object, JPanel buttonPanel) protected voidShutdownComputerSwing.createPanel(Base object, JPanel buttonPanel) protected voidSimulateTurnoutFeedbackSwing.createPanel(Base object, JPanel buttonPanel) protected voidStringActionMemorySwing.createPanel(Base object, JPanel buttonPanel) protected voidStringActionStringIOSwing.createPanel(Base object, JPanel buttonPanel) protected voidStringManySwing.createPanel(Base object, JPanel buttonPanel) protected voidTableForEachSwing.createPanel(Base object, JPanel buttonPanel) protected voidTimeoutSwing.createPanel(Base object, JPanel buttonPanel) protected voidTriggerRouteSwing.createPanel(Base object, JPanel buttonPanel) protected voidWebBrowserSwing.createPanel(Base object, JPanel buttonPanel) protected voidWebRequestSwing.createPanel(Base object, JPanel buttonPanel) voidAbstractAnalogActionSwing.executeEvaluate(Base object) Execute or evaluate an item that this object configures.voidAbstractBooleanActionSwing.executeEvaluate(Base object) Execute or evaluate an item that this object configures.voidAbstractDigitalActionSwing.executeEvaluate(Base object) Execute or evaluate an item that this object configures.voidAbstractStringActionSwing.executeEvaluate(Base object) Execute or evaluate an item that this object configures.AbstractAnalogActionSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.AbstractBooleanActionSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.AbstractDigitalActionSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.AbstractStringActionSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.voidActionAudioSwing.updateObject(Base object) Updates the object with the data in the form.voidActionBlockSwing.updateObject(Base object) Updates the object with the data in the form.voidActionClockRateSwing.updateObject(Base object) Updates the object with the data in the form.voidActionClockSwing.updateObject(Base object) Updates the object with the data in the form.voidActionCreateBeansFromTableSwing.updateObject(Base object) Updates the object with the data in the form.voidActionDispatcherSwing.updateObject(Base object) Updates the object with the data in the form.voidActionEntryExitSwing.updateObject(Base object) Updates the object with the data in the form.voidActionFindTableRowOrColumnSwing.updateObject(Base object) Updates the object with the data in the form.voidActionLightIntensitySwing.updateObject(Base object) Updates the object with the data in the form.voidActionLightSwing.updateObject(Base object) Updates the object with the data in the form.voidActionListenOnBeansLocalVariableSwing.updateObject(Base object) Updates the object with the data in the form.voidActionListenOnBeansSwing.updateObject(Base object) Updates the object with the data in the form.voidActionListenOnBeansTableSwing.updateObject(Base object) Updates the object with the data in the form.voidActionLocalVariableSwing.updateObject(Base object) Updates the object with the data in the form.voidActionMemorySwing.updateObject(Base object) Updates the object with the data in the form.voidActionOBlockSwing.updateObject(Base object) Updates the object with the data in the form.voidActionPowerSwing.updateObject(Base object) Updates the object with the data in the form.voidActionReporterSwing.updateObject(Base object) Updates the object with the data in the form.voidActionRequestUpdateAllSensorsSwing.updateObject(Base object) Updates the object with the data in the form.voidActionRequestUpdateOfSensorSwing.updateObject(Base object) Updates the object with the data in the form.voidActionRequestUpdateOfTurnoutSwing.updateObject(Base object) Updates the object with the data in the form.voidActionScriptSwing.updateObject(Base object) Updates the object with the data in the form.voidActionSensorSwing.updateObject(Base object) Updates the object with the data in the form.voidActionSetReporterSwing.updateObject(Base object) Updates the object with the data in the form.voidActionShutDownTaskSwing.updateObject(Base object) Updates the object with the data in the form.voidActionSignalHeadSwing.updateObject(Base object) Updates the object with the data in the form.voidActionSignalMastSwing.updateObject(Base object) Updates the object with the data in the form.voidActionSoundSwing.updateObject(Base object) Updates the object with the data in the form.voidActionTableSwing.updateObject(Base object) Updates the object with the data in the form.voidActionThrottleFunctionSwing.updateObject(Base object) Updates the object with the data in the form.voidActionThrottleSwing.updateObject(Base object) Updates the object with the data in the form.voidActionTimerSwing.updateObject(Base object) Updates the object with the data in the form.voidActionTurnoutLockSwing.updateObject(Base object) Updates the object with the data in the form.voidActionTurnoutSwing.updateObject(Base object) Updates the object with the data in the form.voidActionWarrantSwing.updateObject(Base object) Updates the object with the data in the form.voidAnalogActionLightIntensitySwing.updateObject(Base object) Updates the object with the data in the form.voidAnalogActionMemorySwing.updateObject(Base object) Updates the object with the data in the form.voidAnalogManySwing.updateObject(Base object) Updates the object with the data in the form.voidBreakSwing.updateObject(Base object) Updates the object with the data in the form.voidContinueSwing.updateObject(Base object) Updates the object with the data in the form.voidDigitalBooleanLogixActionSwing.updateObject(Base object) Updates the object with the data in the form.voidDigitalBooleanManySwing.updateObject(Base object) Updates the object with the data in the form.voidDigitalCallModuleSwing.updateObject(Base object) Updates the object with the data in the form.voidDigitalFormulaSwing.updateObject(Base object) Updates the object with the data in the form.voidDigitalManySwing.updateObject(Base object) Updates the object with the data in the form.voidDoAnalogActionSwing.updateObject(Base object) Updates the object with the data in the form.voidDoStringActionSwing.updateObject(Base object) Updates the object with the data in the form.voidEnableLogixNGSwing.updateObject(Base object) Updates the object with the data in the form.voidEnableLogixSwing.updateObject(Base object) Updates the object with the data in the form.voidErrorSwing.updateObject(Base object) Updates the object with the data in the form.voidExecuteActionSwing.updateObject(Base object) Updates the object with the data in the form.voidExecuteDelayedSwing.updateObject(Base object) Updates the object with the data in the form.voidExecuteProgramSwing.updateObject(Base object) Updates the object with the data in the form.voidExitSwing.updateObject(Base object) Updates the object with the data in the form.voidForEachSwing.updateObject(Base object) Updates the object with the data in the form.voidForEachWithDelaySwing.updateObject(Base object) Updates the object with the data in the form.voidForSwing.updateObject(Base object) Updates the object with the data in the form.voidIfThenElseSwing.updateObject(Base object) Updates the object with the data in the form.voidJsonDecodeSwing.updateObject(Base object) Updates the object with the data in the form.voidLogDataSwing.updateObject(Base object) Updates the object with the data in the form.voidLogixSwing.updateObject(Base object) Updates the object with the data in the form.voidLogLocalVariablesSwing.updateObject(Base object) Updates the object with the data in the form.voidProgramOnMainSwing.updateObject(Base object) Updates the object with the data in the form.voidReturnSwing.updateObject(Base object) Updates the object with the data in the form.voidRunOnceSwing.updateObject(Base object) Updates the object with the data in the form.voidSequenceSwing.updateObject(Base object) Updates the object with the data in the form.voidShowDialogSwing.updateObject(Base object) Updates the object with the data in the form.voidShutdownComputerSwing.updateObject(Base object) Updates the object with the data in the form.voidSimulateTurnoutFeedbackSwing.updateObject(Base object) Updates the object with the data in the form.voidStringActionMemorySwing.updateObject(Base object) Updates the object with the data in the form.voidStringActionStringIOSwing.updateObject(Base object) Updates the object with the data in the form.voidStringManySwing.updateObject(Base object) Updates the object with the data in the form.voidTableForEachSwing.updateObject(Base object) Updates the object with the data in the form.voidTimeoutSwing.updateObject(Base object) Updates the object with the data in the form.voidTriggerRouteSwing.updateObject(Base object) Updates the object with the data in the form.voidWebBrowserSwing.updateObject(Base object) Updates the object with the data in the form.voidWebRequestSwing.updateObject(Base object) Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng.expressions
Classes in jmri.jmrit.logixng.expressions that implement BaseModifier and TypeClassDescriptionclassclassclassclassReads a AnalogIO.classConstant value.classReads a local variable.classReads a Memory.classEvaluates to True if the formula evaluates to trueclassEvaluates to True if all of the children expressions evaluate to true.classEvaluates to True if the antecedent evaluates to trueclassReturns true if there is a connection of specified type.classThis expression evaluates a module.classEvaluates to True if the formula evaluates to trueclassThis expression evaluates the state of an Audio.classThis expression evaluates the state of a Block.classThis expression is a clock.classEvaluates the state of a Conditional.classThis expression checks the status or mode of an active train.classThis expression sets the state of a DestinationPoints.classThis expression sets the state of a light.classCheck the status of battery and power supply.classEvaluates the state of a local variable.classEvaluates the state of a Memory.classThis expression sets the state of a oblock.classThis expression sets the state of a power.classEvaluates what a reference points to.classEvaluates the state of a Reporter.classExecutes a script.classThis expression evaluates the state of a Section.classThis expression sets the state of a sensor.classThis expression checks the flank of the change of the state of a sensor.classEvaluates the state of a SignalHead.classEvaluates the state of a SignalMast.classThis expression evaluates the state of a Transit.classThis expression sets the state of a turnout.classThis expression sets the state of a warrant.classAlways evaluates to False.classDoes a file exists?classAn Expression that keeps its status even if its child expression doesn't.classReturns the last result of a digital expression.classThis action logs some data.classAn Expression that negates the result of its child expression.classEvaluates to True if any of the children expressions evaluate to true.classConstant value.classReads a Memory.classReads a StringIO.classEvaluates to True if the formula evaluates to trueclassAn expression that waits some time before returning True.classThis expression returns the number of minutes since midnight for the fast clock or the system clock.classAn Expression that returns True only once while its child expression returns True.classAlways evaluates to True.Methods in jmri.jmrit.logixng.expressions that return BaseModifier and TypeMethodDescriptionAnalogExpressionLocalVariable.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) LastResultOfDigitalExpression.getDeepCopy(Map<String, String> systemNames, Map<String, String> userNames) AbstractAnalogExpression.getParent()Get the parent.AbstractDigitalExpression.getParent()Get the parent.AbstractStringExpression.getParent()Get the parent.Methods in jmri.jmrit.logixng.expressions that return types with arguments of type BaseModifier and TypeMethodDescriptionSet<Map.Entry<LogixNG_Category,Class<? extends Base>>> AnalogFactory.getClasses()StringFactory.getClasses()Methods in jmri.jmrit.logixng.expressions with parameters of type Base -
Uses of Base in jmri.jmrit.logixng.expressions.swing
Methods in jmri.jmrit.logixng.expressions.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected abstract voidAbstractAnalogExpressionSwing.createPanel(Base object, JPanel buttonPanel) protected abstract voidAbstractDigitalExpressionSwing.createPanel(Base object, JPanel buttonPanel) protected abstract voidAbstractStringExpressionSwing.createPanel(Base object, JPanel buttonPanel) protected voidAnalogExpressionAnalogIOSwing.createPanel(Base object, JPanel buttonPanel) protected voidAnalogExpressionConstantSwing.createPanel(Base object, JPanel buttonPanel) protected voidAnalogExpressionLocalVariableSwing.createPanel(Base object, JPanel buttonPanel) protected voidAnalogExpressionMemorySwing.createPanel(Base object, JPanel buttonPanel) protected voidAnalogFormulaSwing.createPanel(Base object, JPanel buttonPanel) protected voidAndSwing.createPanel(Base object, JPanel buttonPanel) protected voidAntecedentSwing.createPanel(Base object, JPanel buttonPanel) protected voidConnectionNameSwing.createPanel(Base object, JPanel buttonPanel) protected voidDigitalCallModuleSwing.createPanel(Base object, JPanel buttonPanel) protected voidDigitalFormulaSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionAudioSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionBlockSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionClockSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionConditionalSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionDispatcherSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionEntryExitSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionLightSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionLinuxLinePowerSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionLocalVariableSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionMemorySwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionOBlockSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionPowerSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionReferenceSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionReporterSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionScriptSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionSectionSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionSensorEdgeSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionSensorSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionSignalHeadSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionSignalMastSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionTransitSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionTurnoutSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionWarrantSwing.createPanel(Base object, JPanel buttonPanel) protected voidFalseSwing.createPanel(Base object, JPanel buttonPanel) protected voidFileAsFlagSwing.createPanel(Base object, JPanel buttonPanel) protected voidHoldSwing.createPanel(Base object, JPanel buttonPanel) protected voidLastResultOfDigitalExpressionSwing.createPanel(Base object, JPanel buttonPanel) protected voidLogDataSwing.createPanel(Base object, JPanel buttonPanel) protected voidNotSwing.createPanel(Base object, JPanel buttonPanel) protected voidOrSwing.createPanel(Base object, JPanel buttonPanel) protected voidStringExpressionConstantSwing.createPanel(Base object, JPanel buttonPanel) protected voidStringExpressionMemorySwing.createPanel(Base object, JPanel buttonPanel) protected voidStringExpressionStringIOSwing.createPanel(Base object, JPanel buttonPanel) protected voidStringFormulaSwing.createPanel(Base object, JPanel buttonPanel) protected voidTimerSwing.createPanel(Base object, JPanel buttonPanel) protected voidTimeSinceMidnightSwing.createPanel(Base object, JPanel buttonPanel) protected voidTriggerOnceSwing.createPanel(Base object, JPanel buttonPanel) protected voidTrueSwing.createPanel(Base object, JPanel buttonPanel) voidAbstractAnalogExpressionSwing.executeEvaluate(Base object) Execute or evaluate an item that this object configures.voidAbstractDigitalExpressionSwing.executeEvaluate(Base object) Execute or evaluate an item that this object configures.voidAbstractStringExpressionSwing.executeEvaluate(Base object) Execute or evaluate an item that this object configures.AbstractAnalogExpressionSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.AbstractDigitalExpressionSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.AbstractStringExpressionSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.voidAnalogExpressionAnalogIOSwing.updateObject(Base object) Updates the object with the data in the form.voidAnalogExpressionConstantSwing.updateObject(Base object) Updates the object with the data in the form.voidAnalogExpressionLocalVariableSwing.updateObject(Base object) Updates the object with the data in the form.voidAnalogExpressionMemorySwing.updateObject(Base object) Updates the object with the data in the form.voidAnalogFormulaSwing.updateObject(Base object) Updates the object with the data in the form.voidAndSwing.updateObject(Base object) Updates the object with the data in the form.voidAntecedentSwing.updateObject(Base object) Updates the object with the data in the form.voidConnectionNameSwing.updateObject(Base object) Updates the object with the data in the form.voidDigitalCallModuleSwing.updateObject(Base object) Updates the object with the data in the form.voidDigitalFormulaSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionAudioSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionBlockSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionClockSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionConditionalSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionDispatcherSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionEntryExitSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionLightSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionLinuxLinePowerSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionLocalVariableSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionMemorySwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionOBlockSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionPowerSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionReferenceSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionReporterSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionScriptSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionSectionSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionSensorEdgeSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionSensorSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionSignalHeadSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionSignalMastSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionTransitSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionTurnoutSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionWarrantSwing.updateObject(Base object) Updates the object with the data in the form.voidFalseSwing.updateObject(Base object) Updates the object with the data in the form.voidFileAsFlagSwing.updateObject(Base object) Updates the object with the data in the form.voidHoldSwing.updateObject(Base object) Updates the object with the data in the form.voidLastResultOfDigitalExpressionSwing.updateObject(Base object) Updates the object with the data in the form.voidLogDataSwing.updateObject(Base object) Updates the object with the data in the form.voidNotSwing.updateObject(Base object) Updates the object with the data in the form.voidOrSwing.updateObject(Base object) Updates the object with the data in the form.voidStringExpressionConstantSwing.updateObject(Base object) Updates the object with the data in the form.voidStringExpressionMemorySwing.updateObject(Base object) Updates the object with the data in the form.voidStringExpressionStringIOSwing.updateObject(Base object) Updates the object with the data in the form.voidStringFormulaSwing.updateObject(Base object) Updates the object with the data in the form.voidTimerSwing.updateObject(Base object) Updates the object with the data in the form.voidTimeSinceMidnightSwing.updateObject(Base object) Updates the object with the data in the form.voidTriggerOnceSwing.updateObject(Base object) Updates the object with the data in the form.voidTrueSwing.updateObject(Base object) Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement BaseModifier and TypeClassDescriptionclassThe abstract class that is the base class for all LogixNG classes that implements the Base interface.classAbstract female socket.classThe abstract class that is the base class for all LogixNG classes that implements the Base interface.classHave many items of any type.classDefault implementation of the clipboardclassThe default implementation of ConditionalNG.final classDefault implementation of the Female Analog Action socketclassDefault implementation of the Female Analog Expression socketclassDefault implementation of FemaleAnySocketclassDefault implementation of the Female Digital Action socketfinal classDefault implementation of the Female Digital Boolean Action socketclassDefault implementation of the Female Digital Expression socketclassDefault implementation of the FemaleGenericExpressionSocketfinal classDefault implementation of the Female String Action socketclassDefault implementation of the Female String Expression socketclassThe default implementation of GlobalVariable.classThe default implementation of LogixNG.classEvery AnalogActionBean has an DefaultMaleAnalogActionSocket as its parent.classEvery AnalogExpressionBean has an DefaultMaleAnalogExpressionSocket as its parent.classEvery DigitalActionBean has an DefaultMaleDigitalActionSocket as its parent.classEvery DigitalBooleanActionBean has an DefaultMaleDigitalBooleanActionSocket as its parent.classEvery DigitalExpressionBean has an DefaultMaleDigitalExpressionSocket as its parent.classEvery StringActionBean has an DefaultMaleStringActionSocket as its parent.classEvery StringExpressionBean has an DefaultMaleStringExpressionSocket as its parent.classThe default implementation of Module.Methods in jmri.jmrit.logixng.implementation that return BaseModifier and TypeMethodDescriptionAbstractBase.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) Do a deep copy of children from the original to me.AbstractFemaleSocket.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) final BaseAbstractMaleSocket.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) ClipboardMany.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) DefaultGlobalVariable.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) DefaultLogixNG.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) final Basefinal BaseAbstractMaleSocket.getObject()Get the object that this male socket holds.AbstractFemaleSocket.getParent()Get the parent.AbstractMaleSocket.getParent()ClipboardMany.getParent()DefaultClipboard.getParent()DefaultConditionalNG.getParent()Get the parent.DefaultGlobalVariable.getParent()Get the parent.DefaultLogixNG.getParent()Get the parent.DefaultModule.getParent()Get the parent.final BaseAbstractBase.getRoot()Get the root of the tree that this item belongs to.final BaseAbstractFemaleSocket.getRoot()Get the root of the tree that this item belongs to.final BaseAbstractMaleSocket.getRoot()Get the root of the tree that this item belongs to.final BaseDefaultGlobalVariable.getRoot()Get the root of the tree that this item belongs to.final BaseDefaultLogixNG.getRoot()Get the root of the tree that this item belongs to.Methods in jmri.jmrit.logixng.implementation that return types with arguments of type BaseModifier and TypeMethodDescriptionDefaultAnalogActionManager.getActionClasses()DefaultDigitalActionManager.getActionClasses()DefaultDigitalBooleanActionManager.getActionClasses()DefaultStringActionManager.getActionClasses()DefaultFemaleAnalogActionSocket.getConnectableClasses()Get a set of classes that are compatible with this female socket.DefaultFemaleAnalogExpressionSocket.getConnectableClasses()Get a set of classes that are compatible with this female socket.DefaultFemaleAnySocket.getConnectableClasses()DefaultFemaleDigitalActionSocket.getConnectableClasses()DefaultFemaleDigitalBooleanActionSocket.getConnectableClasses()DefaultFemaleDigitalExpressionSocket.getConnectableClasses()DefaultFemaleGenericExpressionSocket.getConnectableClasses()DefaultFemaleStringActionSocket.getConnectableClasses()DefaultFemaleStringExpressionSocket.getConnectableClasses()Get a set of classes that are compatible with this female socket.DefaultAnalogExpressionManager.getExpressionClasses()DefaultDigitalExpressionManager.getExpressionClasses()DefaultStringExpressionManager.getExpressionClasses()Methods in jmri.jmrit.logixng.implementation with parameters of type BaseModifier and TypeMethodDescriptionDefaultAnalogActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultAnalogExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultDigitalActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultDigitalBooleanActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultDigitalExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultStringActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultStringExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) AbstractBase.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) Do a deep copy of children from the original to me.AbstractFemaleSocket.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) final BaseAbstractMaleSocket.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) ClipboardMany.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) DefaultGlobalVariable.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) DefaultLogixNG.deepCopyChildren(Base original, Map<String, String> systemNames, Map<String, String> userNames) voidAbstractMaleSocket.executeErrorHandlingModule(Base item, String message, List<String> messageList, Exception e) Executes the error handling module.voidAbstractMaleSocket.handleError(Base item, String message, RuntimeException e, org.slf4j.Logger log) voidAbstractMaleSocket.handleError(Base item, String message, List<String> messageList, JmriException e, org.slf4j.Logger log) voidAbstractMaleSocket.handleError(Base item, String message, JmriException e, org.slf4j.Logger log) booleanbooleanvoidSet the parent.voidvoidvoidvoidSet the parent.voidSet the parent.voidSet the parent.voidSet the parent.Constructors in jmri.jmrit.logixng.implementation with parameters of type BaseModifierConstructorDescriptionAbstractFemaleSocket(Base parent, FemaleSocketListener listener, String name) AbstractMaleSocket(BaseManager<? extends NamedBean> manager, Base object) DefaultFemaleAnalogActionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleAnalogExpressionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleAnySocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleDigitalActionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleDigitalBooleanActionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleDigitalExpressionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleGenericExpressionSocket(FemaleGenericExpressionSocket.SocketType socketType, Base parent, FemaleSocketListener listener, String name) DefaultFemaleStringActionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleStringExpressionSocket(Base parent, FemaleSocketListener listener, String name) -
Uses of Base in jmri.jmrit.logixng.implementation.swing
Methods in jmri.jmrit.logixng.implementation.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected final voidAbstractMaleSocketSwing.createPanel(Base object, JPanel buttonPanel) protected voidDefaultModuleSwing.createPanel(Base object, JPanel buttonPanel) voidDefaultModuleSwing.executeEvaluate(Base object) Execute or evaluate an item that this object configures.final JPanelAbstractMaleSocketSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.DefaultModuleSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.protected JPanelAbstractMaleSocketSwing.getSubPanel(Base object) protected JPanelDefaultMaleDigitalExpressionSocketSwing.getSubPanel(Base object) booleanErrorHandlingDialog_MultiLine.showDialog(Base item, String errorMessage, List<String> errorMessageList) booleanErrorHandlingDialog.showDialog(Base item, String errorMessage) final voidAbstractMaleSocketSwing.updateObject(Base object) Updates the object with the data in the form.voidDefaultModuleSwing.updateObject(Base object) Updates the object with the data in the form.protected voidAbstractMaleSocketSwing.updateObjectForSubPanel(Base object) voidDefaultMaleDigitalExpressionSocketSwing.updateObjectForSubPanel(Base object) -
Uses of Base in jmri.jmrit.logixng.swing
Methods in jmri.jmrit.logixng.swing with parameters of type BaseModifier and TypeMethodDescriptionvoidAbstractSwingConfigurator.executeEvaluate(Base object) Execute or evaluate an item that this object configures.voidSwingConfiguratorInterface.executeEvaluate(Base object) Execute or evaluate an item that this object configures.voidAbstractSwingConfigurator.getAllSymbols(Base object, SymbolTable symbolTable) SwingConfiguratorInterface.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.voidSwingConfiguratorInterface.updateObject(Base object) Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng.tools.debugger
Classes in jmri.jmrit.logixng.tools.debugger that implement BaseModifier and TypeClassDescriptionclassAbstract debugger male socketclassclassclassclassclassclassclassMethods in jmri.jmrit.logixng.tools.debugger with parameters of type Base -
Uses of Base in jmri.jmrit.logixng.tools.debugger.swing
Methods in jmri.jmrit.logixng.tools.debugger.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected final voidAbstractDebuggerMaleSocketSwing.createPanel(Base object, JPanel buttonPanel) protected JPanelAbstractDebuggerMaleSocketSwing.createSubPanel(Base object, JPanel buttonPanel) The sub class may override this method to add more detail to the panel.final JPanelAbstractDebuggerMaleSocketSwing.getConfigPanel(Base object, JPanel buttonPanel) Get a configuration panel for an object.final voidAbstractDebuggerMaleSocketSwing.updateObject(Base object) Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng.tools.swing
Classes in jmri.jmrit.logixng.tools.swing that implement BaseModifier and TypeClassDescription(package private) classMaleSocket for a Module.Methods in jmri.jmrit.logixng.tools.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected voidTreePane.getPath(Base base, List<FemaleSocket> list) Get the path for the item base.voidTreePane.updateTree(Base item) -
Uses of Base in jmri.jmrit.logixng.util
Classes in jmri.jmrit.logixng.util that implement BaseMethods in jmri.jmrit.logixng.util that return BaseMethods in jmri.jmrit.logixng.util with parameters of type BaseModifier and TypeMethodDescriptionvoidLogixNG_SelectNamedBean.getUsageDetail(int level, NamedBean bean, List<NamedBeanUsageReport> report, NamedBean cdl, Base base, LogixNG_SelectNamedBean.Type type) void -
Uses of Base in jmri.jmrit.operations.logixng
Classes in jmri.jmrit.operations.logixng that implement BaseModifier and TypeClassDescriptionclassThis action starts an OperationsPro automation.Methods in jmri.jmrit.operations.logixng that return Base -
Uses of Base in jmri.jmrit.operations.logixng.swing
Methods in jmri.jmrit.operations.logixng.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected voidOperationsProStartAutomationSwing.createPanel(Base object, JPanel buttonPanel) voidOperationsProStartAutomationSwing.updateObject(Base object) Updates the object with the data in the form. -
Uses of Base in jmri.jmrix.can.cbus.logixng
Classes in jmri.jmrix.can.cbus.logixng that implement BaseMethods in jmri.jmrix.can.cbus.logixng that return Base -
Uses of Base in jmri.jmrix.can.cbus.logixng.swing
Methods in jmri.jmrix.can.cbus.logixng.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected voidSendMergCbusEventSwing.createPanel(Base object, JPanel buttonPanel) voidSendMergCbusEventSwing.updateObject(Base object) Updates the object with the data in the form. -
Uses of Base in jmri.jmrix.loconet.logixng
Classes in jmri.jmrix.loconet.logixng that implement BaseModifier and TypeClassDescriptionclassSets all engine slots to status commonclassRequest an update of the LocoNet slotsclassThis expression compares the number of slots that are currently in use with a threshold number.classSets the speed to zero if the loco hasn't been used in a while.Methods in jmri.jmrix.loconet.logixng that return BaseModifier and TypeMethodDescription -
Uses of Base in jmri.jmrix.loconet.logixng.swing
Methods in jmri.jmrix.loconet.logixng.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected voidActionClearSlotsSwing.createPanel(Base object, JPanel buttonPanel) protected voidActionUpdateSlotsSwing.createPanel(Base object, JPanel buttonPanel) protected voidExpressionSlotUsageSwing.createPanel(Base object, JPanel buttonPanel) protected voidSetSpeedZeroSwing.createPanel(Base object, JPanel buttonPanel) voidActionClearSlotsSwing.updateObject(Base object) Updates the object with the data in the form.voidActionUpdateSlotsSwing.updateObject(Base object) Updates the object with the data in the form.voidExpressionSlotUsageSwing.updateObject(Base object) Updates the object with the data in the form.voidSetSpeedZeroSwing.updateObject(Base object) Updates the object with the data in the form. -
Uses of Base in jmri.jmrix.mqtt.logixng
Classes in jmri.jmrix.mqtt.logixng that implement BaseModifier and TypeClassDescriptionclassThis action publishes a message to MQTT.classThis action subscribes to a topic to MQTT.Methods in jmri.jmrix.mqtt.logixng that return Base -
Uses of Base in jmri.jmrix.mqtt.logixng.swing
Methods in jmri.jmrix.mqtt.logixng.swing with parameters of type BaseModifier and TypeMethodDescriptionprotected voidPublishSwing.createPanel(Base object, JPanel buttonPanel) protected voidSubscribeSwing.createPanel(Base object, JPanel buttonPanel) voidPublishSwing.updateObject(Base object) Updates the object with the data in the form.voidSubscribeSwing.updateObject(Base object) Updates the object with the data in the form.