Uses of Interface
jmri.jmrit.logixng.InlineLogixNG
Packages that use InlineLogixNG
Package
Description
Provides control panel and associated visible icon classes.
Layout Editor currently represents both structure and graphical display through a single set of objects.
-
Uses of InlineLogixNG in jmri.jmrit.display
Subinterfaces of InlineLogixNG in jmri.jmrit.displayModifier and TypeInterfaceDescriptioninterfaceDefines track objects that display status color.interfaceDefines display objects.Classes in jmri.jmrit.display that implement InlineLogixNGModifier and TypeClassDescriptionclassAn Analog Clock for displaying in a panel.classAn icon that plays an audio on a web panel.classAn icon to display the value contained within a Block.classAn icon to display and input a GlobalVariable value in a TextField.classAn icon to display a status of a GlobalVariable.classAn icon to display and input a GlobalVariable value in a TextField.classAn icon to display a status of a GlobalVariable in a JSpinner.classAn icon to display the status of a track segment in a block.classAn icon to display a status and state of a color coded turnout.classAn icon to display a status of a light.classLinkingLabel is a PositionableLabel that opens a link to another window or URL when clickedclassAn icon that displays the position of a loco on a panel.classAn icon that executes a LogixNG when clicked on.classAn icon to display and input a Memory value in a TextField.classAn icon to display a status of a Memory.classAn icon to display and input a Memory value in a TextField.classAn icon to display and input a Memory value in a TextField.classAn icon to display a status of a Memory.classAn icon to display a status of a Memory in a JSpinner.classAn icon to display a status of set of Sensors.classGather common methods for Turnouts, Sensors, SignalHeads, Masts, etc.classclassclassPositionableLabel is a JLabel that can be dragged around the inside of the enclosing Container using a right-drag.classAn icon to display info from a Reporter, e.g. transponder or RFID reader.classAn icon to display the position of an RPS input.classAn icon to display a status of a Sensor.classAn icon to display a status of a SignalHead.classAn icon to display a status of aSignalMast.classAn icon to display a status of a Slip, either Single or Double.classAn icon to display a status of a turnout. -
Uses of InlineLogixNG in jmri.jmrit.display.controlPanelEditor
Classes in jmri.jmrit.display.controlPanelEditor that implement InlineLogixNG -
Uses of InlineLogixNG in jmri.jmrit.display.controlPanelEditor.shape
Classes in jmri.jmrit.display.controlPanelEditor.shape that implement InlineLogixNGModifier and TypeClassDescriptionclassclassPositionableCircle PositionableShapes.classclassclassclassPositionableRoundRect adds corner radii to PositionableShapes.classPositionableShape is item drawn by java.awt.Graphics2D. -
Uses of InlineLogixNG in jmri.jmrit.display.layoutEditor
Classes in jmri.jmrit.display.layoutEditor that implement InlineLogixNGModifier and TypeClassDescriptionclassAn icon to display a status of a Block Object.classAn icon to display a status of a GlobalVariable.classMVC View component for the LayoutDoubleSlipclass.classMVC View component for the LayoutDoubleXOver class.classMVC View component for the LayoutLHTurnout class.classMVC View component for the LayoutLHXOver class.classMVC View component for the LayoutRHTurnout class.classMVC View component for the LayoutRHXOver class.classMVC View component for the LayoutSingleSlip class.classMVC View component for the LayoutSlip class.classMVC View component abstract base for the LayoutTrack hierarchy.classMVC View component for the LayoutTurnout class.classMVC View component for the LayoutTurntable class.classMVC View component for the LayoutWye class.classMVC View component for the LayoutXOver class.classMVC View component for the LevelXing classclassAn icon to display a status of a Memory.classMVC View component for the PositionablePoint class.classMVC View component for the TrackSegment class. -
Uses of InlineLogixNG in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return InlineLogixNGModifier and TypeMethodDescriptionLogixNG.getInlineLogixNG()Get the InlineLogixNG that owns this LogixNG, if the LogixNG is inline.Methods in jmri.jmrit.logixng with parameters of type InlineLogixNGModifier and TypeMethodDescriptionvoidLogixNG.setInlineLogixNG(InlineLogixNG inlineLogixNG) Set the InlineLogixNG that owns this LogixNG, if the LogixNG is inline. -
Uses of InlineLogixNG in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return InlineLogixNGModifier and TypeMethodDescriptionDefaultLogixNG.getInlineLogixNG()Get the InlineLogixNG that owns this LogixNG, if the LogixNG is inline.Methods in jmri.jmrit.logixng.implementation with parameters of type InlineLogixNGModifier and TypeMethodDescriptionvoidDefaultLogixNG.setInlineLogixNG(InlineLogixNG inlineLogixNG) Set the InlineLogixNG that owns this LogixNG, if the LogixNG is inline. -
Uses of InlineLogixNG in jmri.jmrit.logixng.tools.swing
Methods in jmri.jmrit.logixng.tools.swing with parameters of type InlineLogixNGModifier and TypeMethodDescriptionstatic StringInlineLogixNGsTableModel.getEditorName(InlineLogixNG inlineLogixNG) static StringInlineLogixNGsTableModel.getPositionableName(InlineLogixNG inlineLogixNG) static StringInlineLogixNGsTableModel.getTypeName(InlineLogixNG inlineLogixNG) static intInlineLogixNGsTableModel.getX(InlineLogixNG inlineLogixNG) static intInlineLogixNGsTableModel.getY(InlineLogixNG inlineLogixNG) -
Uses of InlineLogixNG in jmri.jmrit.operations.trains
Classes in jmri.jmrit.operations.trains that implement InlineLogixNGModifier and TypeClassDescriptionclassAn icon that displays the position of a train icon on a panel.
