Uses of Class
jmri.jmrit.display.layoutEditor.LayoutEditor
-
Packages that use LayoutEditor Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.dispatcher jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.display.layoutEditor.LayoutEditorDialogs jmri.jmrit.entryexit Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of LayoutEditor in jmri
Methods in jmri with parameters of type LayoutEditor Modifier and Type Method Description void
SignalMastLogicManager. discoverSignallingDest(SignalMast source, LayoutEditor layout)
Discover valid destination signal masts for a given source Signal Mast on a given Layout Editor Panel. -
Uses of LayoutEditor in jmri.implementation
Fields in jmri.implementation declared as LayoutEditor Modifier and Type Field Description (package private) LayoutEditor
DefaultSignalMastLogic. editor
-
Uses of LayoutEditor in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as LayoutEditor Modifier and Type Field Description (package private) LayoutEditor
SectionTableAction. curLayoutEditor
Fields in jmri.jmrit.beantable with type parameters of type LayoutEditor Modifier and Type Field Description (package private) java.util.ArrayList<LayoutEditor>
SectionTableAction. lePanelList
-
Uses of LayoutEditor in jmri.jmrit.dispatcher
Fields in jmri.jmrit.dispatcher with type parameters of type LayoutEditor Modifier and Type Field Description (package private) java.util.ArrayList<LayoutEditor>
OptionsMenu. layoutEditorList
Methods in jmri.jmrit.dispatcher that return LayoutEditor Modifier and Type Method Description protected LayoutEditor
DispatcherFrame. getLayoutEditor()
Methods in jmri.jmrit.dispatcher with parameters of type LayoutEditor Modifier and Type Method Description protected void
DispatcherFrame. setLayoutEditor(LayoutEditor editor)
-
Uses of LayoutEditor in jmri.jmrit.display.layoutEditor
Fields in jmri.jmrit.display.layoutEditor declared as LayoutEditor Modifier and Type Field Description protected LayoutEditor
LayoutEditorToolBarPanel. layoutEditor
protected LayoutEditor
LayoutTrackView. layoutEditor
protected LayoutEditor
LayoutTrack. models
(package private) LayoutEditor
BlockContentsIcon. panel
(package private) LayoutEditor
MemoryIcon. panel
Fields in jmri.jmrit.display.layoutEditor with type parameters of type LayoutEditor Modifier and Type Field Description (package private) javax.swing.JComboBox<JCBHandle<LayoutEditor>>
PositionablePointView. editorCombo
Methods in jmri.jmrit.display.layoutEditor that return LayoutEditor Modifier and Type Method Description LayoutEditor
LayoutShape. getLayoutEditor()
LayoutEditor
LayoutTrackView. getLayoutEditor()
protected LayoutEditor
PositionablePoint. getLayoutEditor()
LayoutEditor
PositionablePoint. getLinkedEditor()
LayoutEditor
PositionablePointView. getLinkedEditor()
LayoutEditor
LayoutBlock. getMaxConnectedPanel()
Get the panel with the highest connectivity to this Layout Block.Methods in jmri.jmrit.display.layoutEditor with parameters of type LayoutEditor Modifier and Type Method Description void
LayoutBlock. addLayoutEditor(LayoutEditor panel)
Keep track of LayoutEditor panels that are using this LayoutBlock.void
LayoutBlock. deleteLayoutEditor(LayoutEditor panel)
java.util.List<NamedBean>
LayoutBlockConnectivityTools. discoverPairDest(NamedBean source, LayoutEditor editor, java.lang.Class<?> T, LayoutBlockConnectivityTools.Routing pathMethod)
Returns a list of valid destination beans reachable from a given source bean.java.util.HashMap<NamedBean,java.util.List<NamedBean>>
LayoutBlockConnectivityTools. discoverValidBeanPairs(LayoutEditor editor, java.lang.Class<?> T, LayoutBlockConnectivityTools.Routing pathMethod)
Discovers valid pairs of beans type T assigned to a layout editor.(package private) java.util.List<LayoutBlockConnectivityTools.FacingProtecting>
LayoutBlockConnectivityTools. generateBlocksWithBeans(LayoutEditor editor, java.lang.Class<?> T)
java.util.List<NamedBean>
LayoutBlockConnectivityTools. getBeansInPath(java.util.List<LayoutBlock> blocklist, LayoutEditor panel, java.lang.Class<?> T)
Returns a list of NamedBeans (Signalhead, Signalmast or Sensor) that are assigned to block boundaries in a given list.NamedBean
LayoutBlockManager. getFacingBean(Block facingBlock, Block protectedBlock, LayoutEditor panel, java.lang.Class<?> T)
Get a facing bean into a specified Block from a specified protected Block.LayoutBlock
LayoutBlockManager. getFacingBlock(java.lang.String signalName, LayoutEditor panel)
Get the LayoutBlock that a given signal is facing.LayoutBlock
LayoutBlockManager. getFacingBlock(SignalHead signalHead, LayoutEditor panel)
LayoutBlock
LayoutBlockManager. getFacingBlockByMast(SignalMast signalMast, LayoutEditor panel)
Get the LayoutBlock that a given signal is facing.LayoutBlock
LayoutBlockManager. getFacingBlockByNamedBean(NamedBean nb, LayoutEditor panel)
Get the block facing a given bean object (Sensor, SignalMast or SignalHead).LayoutBlock
LayoutBlockManager. getFacingBlockBySensor(java.lang.String sensorName, LayoutEditor panel)
Get the LayoutBlock that a given sensor is facing.LayoutBlock
LayoutBlockManager. getFacingBlockBySensor(Sensor sensor, LayoutEditor panel)
Get the LayoutBlock that a given sensor is facing.NamedBean
LayoutBlockManager. getFacingNamedBean(Block facingBlock, Block protectedBlock, LayoutEditor panel)
Get the named bean of either a Sensor or signalmast facing into a specified Block from a specified protected Block.Sensor
LayoutBlockManager. getFacingSensor(Block facingBlock, Block protectedBlock, LayoutEditor panel)
Get the Sensor facing into a specified Block from a specified protected Block.SignalMast
LayoutBlockManager. getFacingSignalMast(Block facingBlock, Block protectedBlock, LayoutEditor panel)
Get the Signal Mast facing into a specified Block from a specified protected Block.NamedBean
LayoutBlockManager. getNamedBeanAtEndBumper(Block facingBlock, LayoutEditor panel)
Get the named bean of either a Sensor or signalmast facing into a specified Block from a specified protected Block.LayoutBlock
LayoutBlockManager. getProtectedBlock(java.lang.String signalName, LayoutEditor panel)
Get the LayoutBlock that a given signal is protecting.LayoutBlock
LayoutBlockManager. getProtectedBlock(SignalHead signalHead, LayoutEditor panel)
LayoutBlock
LayoutBlockManager. getProtectedBlockByMast(SignalMast signalMast, LayoutEditor panel)
LayoutBlock
LayoutBlockManager. getProtectedBlockByNamedBean(NamedBean nb, LayoutEditor panel)
Get the block that a given bean object (Sensor, SignalMast or SignalHead) is protecting.LayoutBlock
LayoutBlockManager. getProtectedBlockBySensor(java.lang.String sensorName, LayoutEditor panel)
Get the LayoutBlock that a given sensor is protecting.LayoutBlock
LayoutBlockManager. getProtectedBlockBySensor(Sensor sensor, LayoutEditor panel)
Get the LayoutBlock that a given sensor is protecting.java.util.List<LayoutBlock>
LayoutBlockManager. getProtectingBlocksByNamedBean(NamedBean nb, LayoutEditor panel)
java.util.List<LayoutBlock>
LayoutBlockManager. getProtectingBlocksBySensor(Sensor sensor, LayoutEditor panel)
java.util.List<LayoutBlock>
LayoutBlockManager. getProtectingBlocksBySensorOld(Sensor sensor, LayoutEditor panel)
Sensor
LayoutBlockManager. getSensorAtEndBumper(Block facingBlock, LayoutEditor panel)
Get a Sensor facing into a specific Block.SignalMast
LayoutBlockManager. getSignalMastAtEndBumper(Block facingBlock, LayoutEditor panel)
Get a Signal Mast that is assigned to a block which has an end bumper at one end.static boolean
LayoutEditorTools. isAtWestEndOfAnchor(LayoutEditor layoutEditor, TrackSegment t, PositionablePoint p)
boolean
LayoutBlock. isOnPanel(LayoutEditor panel)
abstract void
LayoutTrack. setObjects(LayoutEditor le)
Initialization method for LayoutTrack sub-classes.void
LayoutTurnout. setObjects(LayoutEditor p)
Initialization method.void
LayoutTurntable. setObjects(LayoutEditor p)
Initialization method The name of each track segment connected to a ray track is initialized by by LayoutTurntableXml, then the following method is called after the entire LayoutEditor is loaded to set the specific TrackSegment objects.void
LevelXing. setObjects(LayoutEditor p)
Initialization method The above variables are initialized by PositionablePointXml, then the following method is called after the entire LayoutEditor is loaded to set the specific TrackSegment objects.void
PositionablePoint. setObjects(LayoutEditor p)
Initialization method The above variables are initialized by PositionablePointXml, then the following method is called after the entire LayoutEditor is loaded to set the specific TrackSegment objects.void
TrackSegment. setObjects(LayoutEditor p)
Initialization method.void
LayoutBlock. updatePathsUsingPanel(LayoutEditor panel)
Check/Update Path objects for the attached Block using the connectivity in the specified Layout Editor panel.Constructors in jmri.jmrit.display.layoutEditor with parameters of type LayoutEditor Constructor Description BlockContentsIcon(java.lang.String s, LayoutEditor panel)
ConnectivityUtil(LayoutEditor thePanel)
GlobalVariableIcon(java.lang.String s, LayoutEditor panel)
LayoutDoubleSlip(java.lang.String id, LayoutEditor layoutEditor)
Constructor method.LayoutDoubleSlipView(LayoutDoubleSlip slip, java.awt.geom.Point2D c, double rot, LayoutEditor layoutEditor)
Constructor method.LayoutDoubleXOver(java.lang.String id, LayoutEditor layoutEditor)
LayoutDoubleXOver(java.lang.String id, LayoutEditor layoutEditor, int v)
Main constructor method.LayoutDoubleXOverView(LayoutDoubleXOver xover, java.awt.geom.Point2D c, double rot, double xFactor, double yFactor, LayoutEditor layoutEditor)
Constructor method.LayoutEditorChecks(LayoutEditor layoutEditor)
The constructor for this classLayoutEditorComponent(LayoutEditor LayoutEditor)
LayoutEditorFloatingToolBarPanel(LayoutEditor layoutEditor)
constructor for LayoutEditorFloatingToolBarPanelLayoutEditorHorizontalToolBarPanel(LayoutEditor layoutEditor)
constructor for LayoutEditorHorizontalToolBarPanelLayoutEditorToolBarPanel(LayoutEditor layoutEditor)
Constructor for LayoutEditorToolBarPanel.LayoutEditorTools(LayoutEditor thePanel)
LayoutEditorVerticalToolBarPanel(LayoutEditor layoutEditor)
constructor for LayoutEditorVerticalToolBarPanelLayoutLHTurnout(java.lang.String id, LayoutEditor layoutEditor)
LayoutLHTurnout(java.lang.String id, LayoutEditor layoutEditor, int v)
Main constructor method.LayoutLHTurnoutView(LayoutLHTurnout turnout, java.awt.geom.Point2D c, double rot, double xFactor, double yFactor, LayoutEditor layoutEditor)
Constructor method.LayoutLHXOver(java.lang.String id, LayoutEditor layoutEditor)
LayoutLHXOver(java.lang.String id, LayoutEditor layoutEditor, int v)
Main constructor method.LayoutLHXOverView(LayoutLHXOver xover, java.awt.geom.Point2D c, double rot, double xFactor, double yFactor, LayoutEditor layoutEditor)
Main constructor method.LayoutRHTurnout(java.lang.String id, LayoutEditor layoutEditor)
LayoutRHTurnout(java.lang.String id, LayoutEditor layoutEditor, int v)
Main constructor method.LayoutRHTurnoutView(LayoutRHTurnout turnout, java.awt.geom.Point2D c, double rot, double xFactor, double yFactor, LayoutEditor layoutEditor)
Constructor method.LayoutRHXOver(java.lang.String id, LayoutEditor layoutEditor)
LayoutRHXOver(java.lang.String id, LayoutEditor layoutEditor, int v)
Main constructor method.LayoutRHXOverView(LayoutRHXOver xover, java.awt.geom.Point2D c, double rot, double xFactor, double yFactor, LayoutEditor layoutEditor)
Main constructor method.LayoutShape(java.lang.String name, java.awt.geom.Point2D c, LayoutEditor layoutEditor)
constructor method (used by LayoutEditor)LayoutShape(java.lang.String name, LayoutEditor layoutEditor)
constructor method (used by XML loading code)LayoutShape(java.lang.String name, LayoutShape.LayoutShapeType t, LayoutEditor layoutEditor)
constructor method (used by XML loading code)LayoutSingleSlip(java.lang.String id, LayoutEditor layoutEditor)
Constructor method.LayoutSingleSlipView(LayoutSingleSlip slip, java.awt.geom.Point2D c, double rot, LayoutEditor layoutEditor)
Constructor method.LayoutSlip(java.lang.String id, LayoutEditor models, LayoutTurnout.TurnoutType type)
Constructor method.LayoutSlipView(LayoutSlip slip, java.awt.geom.Point2D c, double rot, LayoutEditor layoutEditor)
Constructor method.LayoutTrack(java.lang.String ident, LayoutEditor models)
Constructor method.LayoutTrackView(LayoutTrack track, java.awt.geom.Point2D c, LayoutEditor layoutEditor)
constructor methodLayoutTrackView(LayoutTrack track, LayoutEditor layoutEditor)
Constructor method.LayoutTurnout(java.lang.String id, LayoutEditor models)
LayoutTurnout(java.lang.String id, LayoutEditor models, LayoutTurnout.TurnoutType t)
LayoutTurnout(java.lang.String id, LayoutTurnout.TurnoutType t, LayoutEditor models)
LayoutTurnout(java.lang.String id, LayoutTurnout.TurnoutType t, LayoutEditor models, int v)
Main constructor method.LayoutTurnoutView(LayoutTurnout turnout, java.awt.geom.Point2D c, double rot, double xFactor, double yFactor, LayoutEditor layoutEditor)
Constructor method.LayoutTurnoutView(LayoutTurnout turnout, java.awt.geom.Point2D c, double rot, LayoutEditor layoutEditor)
LayoutTurntable(java.lang.String id, LayoutEditor models)
Constructor methodLayoutTurntableView(LayoutTurntable turntable, java.awt.geom.Point2D c, LayoutEditor layoutEditor)
Constructor method.LayoutWye(java.lang.String id, LayoutEditor layoutEditor)
LayoutWye(java.lang.String id, LayoutEditor layoutEditor, int v)
Main constructor method.LayoutWyeView(LayoutWye wye, java.awt.geom.Point2D c, double rot, double xFactor, double yFactor, LayoutEditor layoutEditor)
Constructor method.LayoutXOver(java.lang.String id, LayoutTurnout.TurnoutType t, LayoutEditor layoutEditor, int v)
LayoutXOverView(LayoutXOver xover, java.awt.geom.Point2D c, double rot, double xFactor, double yFactor, LayoutEditor layoutEditor)
Constructor method.LevelXing(java.lang.String id, LayoutEditor models)
Constructor.LevelXingView(LevelXing xing, java.awt.geom.Point2D c, LayoutEditor layoutEditor)
constructor methodLevelXingView(LevelXing xing, LayoutEditor layoutEditor)
Constructor method.MemoryIcon(java.lang.String s, LayoutEditor panel)
MultiSensorIconFrame(LayoutEditor p)
PositionablePoint(java.lang.String id, PositionablePoint.PointType t, LayoutEditor models)
PositionablePointView(PositionablePoint point, java.awt.geom.Point2D c, LayoutEditor layoutEditor)
constructor method.TrackSegment(java.lang.String id, java.lang.String c1Name, HitPointType t1, java.lang.String c2Name, HitPointType t2, boolean main, LayoutEditor models)
TrackSegment(java.lang.String id, LayoutTrack c1, HitPointType t1, LayoutTrack c2, HitPointType t2, boolean main, LayoutEditor models)
TrackSegmentView(TrackSegment track, LayoutEditor layoutEditor)
TrackSegmentView(TrackSegment track, LayoutEditor layoutEditor, boolean arc, boolean flip, boolean circle)
constructor method. -
Uses of LayoutEditor in jmri.jmrit.display.layoutEditor.LayoutEditorDialogs
Fields in jmri.jmrit.display.layoutEditor.LayoutEditorDialogs declared as LayoutEditor Modifier and Type Field Description protected LayoutEditor
LayoutTrackEditor. layoutEditor
Methods in jmri.jmrit.display.layoutEditor.LayoutEditorDialogs with parameters of type LayoutEditor Modifier and Type Method Description static LayoutTrackEditor
LayoutTrackEditor. makeTrackEditor(LayoutTrack layoutTrack, LayoutEditor layoutEditor)
Constructors in jmri.jmrit.display.layoutEditor.LayoutEditorDialogs with parameters of type LayoutEditor Constructor Description EnterGridSizesDialog(LayoutEditor thePanel)
EnterReporterDialog(LayoutEditor thePanel)
LayoutDoubleSlipEditor(LayoutEditor layoutEditor)
constructor method.LayoutDoubleXOverEditor(LayoutEditor layoutEditor)
constructor method.LayoutLHTurnoutEditor(LayoutEditor layoutEditor)
constructor method.LayoutLHXOverEditor(LayoutEditor layoutEditor)
constructor method.LayoutRHTurnoutEditor(LayoutEditor layoutEditor)
constructor method.LayoutRHXOverEditor(LayoutEditor layoutEditor)
constructor method.LayoutSingleSlipEditor(LayoutEditor layoutEditor)
constructor method.LayoutSlipEditor(LayoutEditor layoutEditor)
constructor method.LayoutTrackDrawingOptionsDialog(LayoutEditor layoutEditor, boolean modal, LayoutTrackDrawingOptions ltdOptions)
Creates new form LayoutTrackDrawingOptionsDialog.LayoutTrackEditor(LayoutEditor layoutEditor)
constructor method.LayoutTurnoutEditor(LayoutEditor layoutEditor)
constructor method.LayoutTurntableEditor(LayoutEditor layoutEditor)
constructor method.LayoutWyeEditor(LayoutEditor layoutEditor)
constructor method.LayoutXOverEditor(LayoutEditor layoutEditor)
constructor method.LevelXingEditor(LayoutEditor layoutEditor)
constructor method.MoveSelectionDialog(LayoutEditor thePanel)
PositionablePointEditor(LayoutEditor layoutEditor)
constructor method.ScaleTrackDiagramDialog(LayoutEditor thePanel)
TrackSegmentEditor(LayoutEditor layoutEditor)
constructor method. -
Uses of LayoutEditor in jmri.jmrit.entryexit
Fields in jmri.jmrit.entryexit declared as LayoutEditor Modifier and Type Field Description (package private) LayoutEditor
AddEntryExitPairAction. panel
(package private) LayoutEditor
AddEntryExitPairPanel. panel
(package private) LayoutEditor
AddEntryExitPairPanel.TableModel. panel
(package private) LayoutEditor
PointDetails. panel
(package private) LayoutEditor
EntryExitPairs.DeletePair. pnl
(package private) LayoutEditor
EntryExitPairs. toUseWhenStable
Fields in jmri.jmrit.entryexit with type parameters of type LayoutEditor Modifier and Type Field Description (package private) java.util.List<LayoutEditor>
AddEntryExitPairPanel. panels
Methods in jmri.jmrit.entryexit that return LayoutEditor Modifier and Type Method Description LayoutEditor
PointDetails. getPanel()
Methods in jmri.jmrit.entryexit that return types with arguments of type LayoutEditor Modifier and Type Method Description java.util.List<LayoutEditor>
EntryExitPairs. getSourcePanelList()
Methods in jmri.jmrit.entryexit with parameters of type LayoutEditor Modifier and Type Method Description void
EntryExitPairs. addNXDestination(NamedBean source, NamedBean destination, LayoutEditor panel)
void
EntryExitPairs. addNXDestination(NamedBean source, NamedBean destination, LayoutEditor panel, java.lang.String id)
void
EntryExitPairs. addNXSourcePoint(LayoutBlock facing, java.util.List<LayoutBlock> protecting, NamedBean loc, LayoutEditor panel)
void
EntryExitPairs. addNXSourcePoint(NamedBean source, LayoutEditor panel)
void
EntryExitPairs. automaticallyDiscoverEntryExitPairs(LayoutEditor editor, int interlockType)
Discover all possible valid source and destination Signal Mast Logic pairs on all Layout Editor panels.boolean
Source. canBeBiDirection(java.lang.Object dest, LayoutEditor panel)
boolean
EntryExitPairs. canBeBiDirectional(java.lang.Object source, LayoutEditor panel, java.lang.Object dest)
void
EntryExitPairs. cancelInterlock(java.lang.Object source, LayoutEditor panel, java.lang.Object dest)
void
Source. cancelInterlock(java.lang.Object dest, LayoutEditor panel)
boolean
EntryExitPairs. deleteNxPair(NamedBean entrySensor, NamedBean exitSensor, LayoutEditor panel)
Entry point to delete a specific NX pair.java.util.List<java.lang.Object>
EntryExitPairs. getDestinationList(java.lang.Object obj, LayoutEditor panel)
java.lang.Object
EntryExitPairs. getEndPointLocation(NamedBean source, LayoutEditor panel)
int
EntryExitPairs. getEntryExitType(java.lang.Object source, LayoutEditor panel, java.lang.Object dest)
int
Source. getEntryExitType(java.lang.Object dest, LayoutEditor panel)
int
EntryExitPairs. getNxPairNumbers(LayoutEditor panel)
java.util.List<java.lang.Object>
EntryExitPairs. getNxSource(LayoutEditor panel)
java.lang.String
EntryExitPairs. getPointAsString(NamedBean obj, LayoutEditor panel)
Get the name of a destinationPoint on a LE Panel.PointDetails
EntryExitPairs. getPointDetails(java.lang.Object obj, LayoutEditor panel)
Return a point from a given LE Panel.(package private) PointDetails
EntryExitPairs. getPointDetails(LayoutBlock source, java.util.List<LayoutBlock> destination, LayoutEditor panel)
Return either an existing point stored in pointDetails, or create a new one as required.java.util.List<java.lang.Object>
EntryExitPairs. getSourceList(LayoutEditor panel)
Return a list of all source (origin) points on a given Layout Editor panel.boolean
Source. getUniDirection(java.lang.Object dest, LayoutEditor panel)
java.lang.String
EntryExitPairs. getUniqueId(java.lang.Object source, LayoutEditor panel, java.lang.Object dest)
java.lang.String
Source. getUniqueId(java.lang.Object dest, LayoutEditor panel)
void
AddEntryExitPairFrame. initComponents(LayoutEditor panel)
Create and set an AddEntryExitPairFrame on a given LE panel and add menuItems.boolean
EntryExitPairs. isDestinationValid(java.lang.Object source, java.lang.Object dest, LayoutEditor panel)
boolean
EntryExitPairs. isEnabled(java.lang.Object source, LayoutEditor panel, java.lang.Object dest)
boolean
Source. isEnabled(java.lang.Object dest, LayoutEditor panel)
boolean
EntryExitPairs. isPathActive(java.lang.Object sourceObj, java.lang.Object destObj, LayoutEditor panel)
boolean
EntryExitPairs. isUniDirection(java.lang.Object source, LayoutEditor panel, java.lang.Object dest)
PointDetails
EntryExitPairs. providePoint(NamedBean source, LayoutEditor panel)
Generate the point details, given a known source and a Layout Editor panel.void
EntryExitPairs. removePropertyChangeListener(java.beans.PropertyChangeListener list, NamedBean obj, LayoutEditor panel)
void
EntryExitPairs. setEnabled(java.lang.Object source, LayoutEditor panel, java.lang.Object dest, boolean set)
void
Source. setEnabled(java.lang.Object dest, LayoutEditor panel, boolean boo)
void
EntryExitPairs. setEntryExitType(java.lang.Object source, LayoutEditor panel, java.lang.Object dest, int set)
void
Source. setEntryExitType(java.lang.Object dest, LayoutEditor panel, int type)
void
EntryExitPairs. setMultiPointRoute(PointDetails requestpd, LayoutEditor panel)
(package private) void
AddEntryExitPairPanel.TableModel. setPanel(LayoutEditor panel)
void
PointDetails. setPanel(LayoutEditor panel)
void
PointDetails. setRefObjectByPanel(NamedBean refObs, LayoutEditor pnl)
void
EntryExitPairs. setUniDirection(java.lang.Object source, LayoutEditor panel, java.lang.Object dest, boolean set)
void
Source. setUniDirection(java.lang.Object dest, LayoutEditor panel, boolean set)
Constructors in jmri.jmrit.entryexit with parameters of type LayoutEditor Constructor Description AddEntryExitPairAction(java.lang.String s, LayoutEditor panel)
AddEntryExitPairPanel(LayoutEditor panel)
DeletePair(NamedBean src, NamedBean dest, LayoutEditor pnl)
Constructor for a DeletePair row.TableModel(LayoutEditor panel)
-
Uses of LayoutEditor in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder with type parameters of type LayoutEditor Modifier and Type Field Description java.util.HashMap<Block,LayoutEditor>
VSDecoderManager. possibleStartBlocks
(package private) java.util.HashMap<Block,LayoutEditor>
VSDGeoFile. possibleStartBlocks
Methods in jmri.jmrit.vsdecoder that return LayoutEditor Modifier and Type Method Description (package private) LayoutEditor
VSDecoder. getModels()
Methods in jmri.jmrit.vsdecoder with parameters of type LayoutEditor Modifier and Type Method Description (package private) void
VSDecoder. setModels(LayoutEditor models)
-
Uses of LayoutEditor in jmri.managers
Methods in jmri.managers with parameters of type LayoutEditor Modifier and Type Method Description void
DefaultSignalMastLogicManager. discoverSignallingDest(SignalMast source, LayoutEditor layout)
Discover valid destination Signal Masts for a given source Signal Mast on a given Layout Editor Panel.
-