Uses of Interface
jmri.jmrit.logixng.InlineLogixNG
-
Packages that use InlineLogixNG Package Description jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.controlPanelEditor jmri.jmrit.display.controlPanelEditor.shape jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.logixng jmri.jmrit.logixng.implementation jmri.jmrit.logixng.tools.swing jmri.jmrit.operations.trains -
-
Uses of InlineLogixNG in jmri.jmrit.display
Subinterfaces of InlineLogixNG in jmri.jmrit.display Modifier and Type Interface Description interfaceIndicatorTrackDefines track objects that display status color.interfacePositionableDefines display objects.Classes in jmri.jmrit.display that implement InlineLogixNG Modifier and Type Class Description classAnalogClock2DisplayAn Analog Clock for displaying in a panel.classAudioIconAn icon that plays an audio on a web panel.classBlockContentsIconAn icon to display the value contained within a Block.classGlobalVariableComboIconAn icon to display and input a GlobalVariable value in a TextField.classGlobalVariableIconAn icon to display a status of a GlobalVariable.classGlobalVariableInputIconAn icon to display and input a GlobalVariable value in a TextField.classGlobalVariableSpinnerIconAn icon to display a status of a GlobalVariable in a JSpinner.classIndicatorTrackIconAn icon to display the status of a track segment in a block.classIndicatorTurnoutIconAn icon to display a status and state of a color coded turnout.classLightIconAn icon to display a status of a light.classLinkingLabelLinkingLabel is a PositionableLabel that opens a link to another window or URL when clickedclassLocoIconAn icon that displays the position of a loco on a panel.classLogixNGIconAn icon that executes a LogixNG when clicked on.classMemoryComboIconAn icon to display and input a Memory value in a TextField.classMemoryIconAn icon to display a status of a Memory.classMemoryInputIconAn icon to display and input a Memory value in a TextField.classMemoryOrGVComboIconAn icon to display and input a Memory value in a TextField.classMemoryOrGVIconAn icon to display a status of a Memory.classMemorySpinnerIconAn icon to display a status of a Memory in a JSpinner.classMultiSensorIconAn icon to display a status of set of Sensors.classPositionableIconGather common methods for Turnouts, Sensors, SignalHeads, Masts, etc.classPositionableJComponentclassPositionableJPanelclassPositionableLabelPositionableLabel is a JLabel that can be dragged around the inside of the enclosing Container using a right-drag.classReporterIconAn icon to display info from a Reporter, e.g. transponder or RFID reader.classRpsPositionIconAn icon to display the position of an RPS input.classSensorIconAn icon to display a status of a Sensor.classSignalHeadIconAn icon to display a status of a SignalHead.classSignalMastIconAn icon to display a status of aSignalMast.classSlipTurnoutIconAn icon to display a status of a Slip, either Single or Double.classTurnoutIconAn 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 Modifier and Type Class Description classPortalIcon -
Uses of InlineLogixNG in jmri.jmrit.display.controlPanelEditor.shape
Classes in jmri.jmrit.display.controlPanelEditor.shape that implement InlineLogixNG Modifier and Type Class Description classLocoLabelclassPositionableCirclePositionableCircle PositionableShapes.classPositionableEllipseclassPositionablePolygonclassPositionableRectangleclassPositionableRoundRectPositionableRoundRect adds corner radii to PositionableShapes.classPositionableShapePositionableShape is item drawn by java.awt.Graphics2D. -
Uses of InlineLogixNG in jmri.jmrit.display.layoutEditor
Classes in jmri.jmrit.display.layoutEditor that implement InlineLogixNG Modifier and Type Class Description classBlockContentsIconAn icon to display a status of a Block Object.classGlobalVariableIconAn icon to display a status of a GlobalVariable.classLayoutDoubleSlipViewMVC View component for the LayoutDoubleSlipclass.classLayoutDoubleXOverViewMVC View component for the LayoutDoubleXOver class.classLayoutLHTurnoutViewMVC View component for the LayoutLHTurnout class.classLayoutLHXOverViewMVC View component for the LayoutLHXOver class.classLayoutRHTurnoutViewMVC View component for the LayoutRHTurnout class.classLayoutRHXOverViewMVC View component for the LayoutRHXOver class.classLayoutSingleSlipViewMVC View component for the LayoutSingleSlip class.classLayoutSlipViewMVC View component for the LayoutSlip class.classLayoutTrackViewMVC View component abstract base for the LayoutTrack hierarchy.classLayoutTurnoutViewMVC View component for the LayoutTurnout class.classLayoutTurntableViewMVC View component for the LayoutTurntable class.classLayoutWyeViewMVC View component for the LayoutWye class.classLayoutXOverViewMVC View component for the LayoutXOver class.classLevelXingViewMVC View component for the LevelXing classclassMemoryIconAn icon to display a status of a Memory.classPositionablePointViewMVC View component for the PositionablePoint class.classTrackSegmentViewMVC View component for the TrackSegment class. -
Uses of InlineLogixNG in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return InlineLogixNG Modifier and Type Method Description InlineLogixNGLogixNG. getInlineLogixNG()Get the InlineLogixNG that owns this LogixNG, if the LogixNG is inline.Methods in jmri.jmrit.logixng with parameters of type InlineLogixNG Modifier and Type Method Description voidLogixNG. 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 InlineLogixNG Modifier and Type Method Description InlineLogixNGDefaultLogixNG. getInlineLogixNG()Get the InlineLogixNG that owns this LogixNG, if the LogixNG is inline.Methods in jmri.jmrit.logixng.implementation with parameters of type InlineLogixNG Modifier and Type Method Description voidDefaultLogixNG. 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 InlineLogixNG Modifier and Type Method Description static java.lang.StringInlineLogixNGsTableModel. getEditorName(InlineLogixNG inlineLogixNG)static java.lang.StringInlineLogixNGsTableModel. getPositionableName(InlineLogixNG inlineLogixNG)static java.lang.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 InlineLogixNG Modifier and Type Class Description classTrainIconAn icon that displays the position of a train icon on a panel.
-
