Uses of Class
jmri.jmrit.display.Editor
-
Packages that use Editor Package Description jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.configurexml XML persistance for thejmri.jmrit.displaypackage.jmri.jmrit.display.controlPanelEditor jmri.jmrit.display.controlPanelEditor.configurexml 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.display.palette Select from palette of items.jmri.jmrit.display.panelEditor jmri.jmrit.display.switchboardEditor jmri.jmrit.operations.trains jmri.server.json.util jmri.web.servlet.panel -
-
Uses of Editor in jmri.jmrit.display
Fields in jmri.jmrit.display declared as Editor Modifier and Type Field Description protected EditorPositionableJComponent. _editorprotected EditorPositionableJPanel. _editorprotected EditorPositionableLabel. _editorMethods in jmri.jmrit.display with type parameters of type Editor Modifier and Type Method Description <T extends Editor>
TEditorManager. get(java.lang.Class<T> type, java.lang.String name)Get the editor with the given name and type.<T extends Editor>
java.util.SortedSet<T>EditorManager. getAll(java.lang.Class<T> type)Get all managed editors that implement the specified type.<T extends Editor>
java.util.List<T>EditorManager. getList(java.lang.Class<T> type)Get the set of all editors that implement the specified type.Methods in jmri.jmrit.display that return Editor Modifier and Type Method Description protected EditorEditor. changeView(java.lang.String className)EditorEditorManager. get(java.lang.String title)Get the editor with the given title.EditorEditorManager. getByName(java.lang.String name)Get the editor with the given name.EditorDisplayFrame. getEditor()EditorPositionable. getEditor()EditorPositionableJComponent. getEditor()EditorPositionableJPanel. getEditor()EditorPositionableLabel. getEditor()EditorEditorManager. getTargetFrame(java.lang.String name)Get the editor with the given name or the editor with the given target frame name.Methods in jmri.jmrit.display that return types with arguments of type Editor Modifier and Type Method Description java.util.SortedSet<Editor>EditorManager. getAll()Get all managed editors.java.util.List<Editor>EditorManager. getList()Get the set of all Editors as a List.Methods in jmri.jmrit.display with parameters of type Editor Modifier and Type Method Description voidEditorManager. add(Editor editor)Add an editor to this manager.booleanEditorManager. contains(Editor editor)Check if an editor is in the manager.static javax.swing.AbstractActionCoordinateEdit. getClassesEditAction(Positionable pos, java.lang.String title, Editor editor)static javax.swing.AbstractActionCoordinateEdit. getIdEditAction(Positionable pos, java.lang.String title, Editor editor)voidCoordinateEdit. initClasses(Editor editor)voidCoordinateEdit. initId(Editor editor)voidEditorManager. remove(Editor editor)Remove an editor from this manager.voidPositionable. setEditor(Editor ed)voidPositionableJComponent. setEditor(Editor ed)voidPositionableJPanel. setEditor(Editor ed)voidPositionableLabel. setEditor(Editor ed)protected voidIndicatorTrackPaths. setLocoIcon(OBlock block, java.awt.Point pt, java.awt.Dimension size, Editor ed)voidDisplayFrame. updateBackground(Editor ed)Called when the background of the display panel is changed.Constructors in jmri.jmrit.display with parameters of type Editor Constructor Description AnalogClock2Display(Editor editor)AnalogClock2Display(Editor editor, java.lang.String url)AudioIcon(int identity, java.lang.String s, Editor editor)AudioIcon(int identity, NamedIcon s, Editor editor)AudioIcon(java.lang.String s, Editor editor)AudioIcon(NamedIcon s, Editor editor)BlockContentsIcon(java.lang.String s, Editor editor)BlockContentsIcon(NamedIcon s, Editor editor)DisplayFrame(java.lang.String name, Editor editor)Create a JmriJFrame for ItemPalette or for edit popups of a given editor panel.GlobalVariableComboIcon(Editor editor, java.lang.String[] list)GlobalVariableIcon(java.lang.String s, Editor editor)GlobalVariableIcon(NamedIcon s, Editor editor)GlobalVariableInputIcon(int nCols, Editor editor)GlobalVariableSpinnerIcon(Editor editor)IndicatorTrackIcon(Editor editor)IndicatorTurnoutIcon(Editor editor)LightIcon(Editor editor)LinkingLabel(java.lang.String s, Editor editor, java.lang.String url)LinkingLabel(NamedIcon s, Editor editor, java.lang.String url)LocoIcon(Editor editor)LogixNGIcon(int identity, java.lang.String s, Editor editor)LogixNGIcon(int identity, NamedIcon s, Editor editor)LogixNGIcon(java.lang.String s, Editor editor)LogixNGIcon(NamedIcon s, Editor editor)MemoryComboIcon(Editor editor, java.lang.String[] list)MemoryIcon(java.lang.String s, Editor editor)MemoryIcon(NamedIcon s, Editor editor)MemoryInputIcon(int nCols, Editor editor)MemoryOrGVComboIcon(Editor editor)MemoryOrGVIcon(java.lang.String s, Editor editor)MemoryOrGVIcon(NamedIcon s, Editor editor)MemorySpinnerIcon(Editor editor)MultiSensorIcon(Editor editor)PositionableIcon(java.lang.String s, Editor editor)PositionableIcon(NamedIcon s, Editor editor)PositionableIcon(Editor editor)PositionableJComponent(Editor editor)PositionableJPanel(Editor editor)PositionableLabel(java.lang.String s, Editor editor)Create a new Positionable Label.PositionableLabel(NamedIcon s, Editor editor)ReporterIcon(Editor editor)RpsPositionIcon(Editor editor)SensorIcon(java.lang.String s, Editor editor)SensorIcon(NamedIcon s, Editor editor)SensorIcon(Editor editor)SignalHeadIcon(Editor editor)SignalMastIcon(Editor editor)SlipTurnoutIcon(Editor editor)TurnoutIcon(Editor editor) -
Uses of Editor in jmri.jmrit.display.configurexml
Methods in jmri.jmrit.display.configurexml with parameters of type Editor Modifier and Type Method Description protected NamedIconPositionableLabelXml. getNamedIcon(java.lang.String childName, org.jdom2.Element element, java.lang.String name, Editor ed)NamedIconPositionableLabelXml. loadIcon(PositionableLabel l, java.lang.String attrName, org.jdom2.Element element, java.lang.String name, Editor ed) -
Uses of Editor in jmri.jmrit.display.controlPanelEditor
Subclasses of Editor in jmri.jmrit.display.controlPanelEditor Modifier and Type Class Description classControlPanelEditorProvides a simple editor for adding jmri.jmrit.display items to a captive JFrame.Constructors in jmri.jmrit.display.controlPanelEditor with parameters of type Editor Constructor Description PortalIcon(Editor editor)PortalIcon(Editor editor, Portal portal) -
Uses of Editor in jmri.jmrit.display.controlPanelEditor.configurexml
Methods in jmri.jmrit.display.controlPanelEditor.configurexml with parameters of type Editor Modifier and Type Method Description NamedIconControlPanelEditorXml. loadIcon(java.lang.String key, org.jdom2.Element element, Editor ed) -
Uses of Editor in jmri.jmrit.display.controlPanelEditor.shape
Methods in jmri.jmrit.display.controlPanelEditor.shape with parameters of type Editor Modifier and Type Method Description booleanShapeDrawer. doMouseClicked(JmriMouseEvent event, Editor ed)booleanShapeDrawer. doMouseReleased(Positionable selection, JmriMouseEvent event, Editor ed)protected PositionableShapeDrawCircle. makeFigure(java.awt.Rectangle r, Editor ed)protected PositionableShapeDrawEllipse. makeFigure(java.awt.Rectangle r, Editor ed)protected abstract PositionableShapeDrawFrame. makeFigure(java.awt.Rectangle r, Editor ed)protected PositionableShapeDrawPolygon. makeFigure(java.awt.Rectangle r, Editor ed)protected PositionableShapeDrawRectangle. makeFigure(java.awt.Rectangle r, Editor ed)protected PositionableShapeDrawRoundRect. makeFigure(java.awt.Rectangle r, Editor ed)protected voidDrawPolygon. makeVertex(JmriMouseEvent event, Editor ed)Constructors in jmri.jmrit.display.controlPanelEditor.shape with parameters of type Editor Constructor Description DrawCircle(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawEllipse(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawFrame(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawPolygon(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawRectangle(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawRoundRect(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)LocoLabel(Editor editor)PositionableCircle(Editor editor)PositionableCircle(Editor editor, java.awt.Shape shape)PositionableEllipse(Editor editor)PositionableEllipse(Editor editor, java.awt.Shape shape)PositionablePolygon(Editor editor, java.awt.Shape shape)PositionableRectangle(Editor editor)PositionableRectangle(Editor editor, java.awt.Shape shape)PositionableRoundRect(Editor editor)PositionableRoundRect(Editor editor, java.awt.Shape shape)PositionableShape(Editor editor)PositionableShape(Editor editor, java.awt.Shape shape)ShapeDrawer(Editor ed) -
Uses of Editor in jmri.jmrit.display.layoutEditor
Subclasses of Editor in jmri.jmrit.display.layoutEditor Modifier and Type Class Description classLayoutEditorProvides a scrollable Layout Panel and editor toolbars (that can be hidden) -
Uses of Editor in jmri.jmrit.display.palette
Methods in jmri.jmrit.display.palette with parameters of type Editor Modifier and Type Method Description static ItemPaletteItemPalette. getDefault(java.lang.String title, Editor ed)voidItemPalette. setEditor(Editor ed)Constructors in jmri.jmrit.display.palette with parameters of type Editor Constructor Description ItemPalette(java.lang.String title, Editor ed) -
Uses of Editor in jmri.jmrit.display.panelEditor
Subclasses of Editor in jmri.jmrit.display.panelEditor Modifier and Type Class Description classPanelEditorProvides a simple editor for adding jmri.jmrit.display items to a captive JFrame. -
Uses of Editor in jmri.jmrit.display.switchboardEditor
Subclasses of Editor in jmri.jmrit.display.switchboardEditor Modifier and Type Class Description classSwitchboardEditorProvides a simple editor for adding jmri.jmrit.display.switchBoard items to a JLayeredPane inside a captive JFrame.Methods in jmri.jmrit.display.switchboardEditor that return Editor Modifier and Type Method Description protected EditorSwitchboardEditor. changeView(java.lang.String className)changeView is not supported by SwitchBoards. -
Uses of Editor in jmri.jmrit.operations.trains
Constructors in jmri.jmrit.operations.trains with parameters of type Editor Constructor Description TrainIcon(Editor editor) -
Uses of Editor in jmri.server.json.util
Methods in jmri.server.json.util with parameters of type Editor Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeJsonUtilHttpService. getPanel(Editor editor, java.lang.String format, int id) -
Uses of Editor in jmri.web.servlet.panel
Methods in jmri.web.servlet.panel that return Editor Modifier and Type Method Description protected EditorAbstractPanelServlet. getEditor(java.lang.String name)
-