Uses of Class
jmri.jmrit.display.layoutEditor.MultiIconEditor
-
Packages that use MultiIconEditor Package Description jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects. -
-
Uses of MultiIconEditor in jmri.jmrit.display.layoutEditor
Fields in jmri.jmrit.display.layoutEditor declared as MultiIconEditor Modifier and Type Field Description protected MultiIconEditor
LayoutEditorToolBarPanel. audioEditor
(package private) MultiIconEditor
MultiSensorIconFrame.Entry. ed
protected MultiIconEditor
LayoutEditorToolBarPanel. iconEditor
protected MultiIconEditor
LayoutEditorToolBarPanel. logixngEditor
protected MultiIconEditor
LayoutEditorToolBarPanel. sensorIconEditor
protected MultiIconEditor
LayoutEditorToolBarPanel. signalIconEditor
Methods in jmri.jmrit.display.layoutEditor with parameters of type MultiIconEditor Modifier and Type Method Description void
LayoutEditorTools. setSensorsAtBlockBoundary(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSensorsAtBlockBoundaryFromMenu(PositionablePoint p, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSensorsAtLevelXing(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSensorsAtLevelXingFromMenu(LevelXing xing, java.lang.String[] blocks, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSensorsAtSlip(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSensorsAtSlipFromMenu(LayoutSlip slip, java.lang.String[] blocks, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSensorsAtTurnoutFromMenu(LayoutTurnout to, java.lang.String[] blocks, MultiIconEditor theEditor, javax.swing.JFrame frame)
void
LayoutEditorTools. setSignalsAt3WayTurnout(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAt3WayTurnoutFromMenu(java.lang.String aName, java.lang.String bName, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtBlockBoundary(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtBlockBoundaryFromMenu(PositionablePoint p, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtLevelXing(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtLevelXingFromMenu(LevelXing xing, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtSlip(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtSlipFromMenu(LayoutSlip ls, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtThroatToThroatTurnouts(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtThroatToThroatTurnoutsFromMenu(LayoutTurnout to, java.lang.String linkedTurnoutName, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtTurnout(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtTurnoutFromMenu(LayoutTurnout to, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtXoverTurnout(MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtXoverTurnoutFromMenu(LayoutTurnout to, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
-