Uses of Class
jmri.jmrit.display.Editor
Packages that use Editor
Package
Description
Provides control panel and associated visible icon classes.
XML persistance for the
jmri.jmrit.display package.Layout Editor currently represents both structure and graphical display through a single set of objects.
Select from palette of items.
-
Uses of Editor in jmri.jmrit.display
Fields in jmri.jmrit.display declared as EditorModifier and TypeFieldDescriptionprotected EditorPositionableJComponent._editorprotected EditorPositionableJPanel._editorprotected EditorPositionableLabel._editorMethods in jmri.jmrit.display with type parameters of type EditorModifier and TypeMethodDescription<T extends Editor>
TGet the editor with the given name and type.Get all managed editors that implement the specified type.Get the set of all editors that implement the specified type.Methods in jmri.jmrit.display that return EditorModifier and TypeMethodDescriptionprotected EditorEditor.changeView(String className) Get the editor with the given title.Get the editor with the given name.DisplayFrame.getEditor()Positionable.getEditor()PositionableJComponent.getEditor()PositionableJPanel.getEditor()PositionableLabel.getEditor()EditorManager.getTargetFrame(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 EditorModifier and TypeMethodDescriptionEditorManager.getAll()Get all managed editors.EditorManager.getList()Get the set of all Editors as a List.Methods in jmri.jmrit.display with parameters of type EditorModifier and TypeMethodDescriptionvoidAdd an editor to this manager.booleanCheck if an editor is in the manager.static AbstractActionCoordinateEdit.getClassesEditAction(Positionable pos, String title, Editor editor) static AbstractActionCoordinateEdit.getIdEditAction(Positionable pos, String title, Editor editor) voidCoordinateEdit.initClasses(Editor editor) voidvoidRemove an editor from this manager.voidvoidvoidvoidprotected voidIndicatorTrackPaths.setLocoIcon(OBlock block, Point pt, 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 EditorModifierConstructorDescriptionAnalogClock2Display(Editor editor) AnalogClock2Display(Editor editor, String url) BlockContentsIcon(String s, Editor editor) BlockContentsIcon(NamedIcon s, Editor editor) DisplayFrame(String name, Editor editor) Create a JmriJFrame for ItemPalette or for edit popups of a given editor panel.GlobalVariableComboIcon(Editor editor, String[] list) GlobalVariableIcon(String s, Editor editor) GlobalVariableIcon(NamedIcon s, Editor editor) GlobalVariableInputIcon(int nCols, Editor editor) GlobalVariableSpinnerIcon(Editor editor) IndicatorTrackIcon(Editor editor) IndicatorTurnoutIcon(Editor editor) LinkingLabel(String s, Editor editor, String url) LinkingLabel(NamedIcon s, Editor editor, String url) LogixNGIcon(int identity, String s, Editor editor) LogixNGIcon(int identity, NamedIcon s, Editor editor) LogixNGIcon(String s, Editor editor) LogixNGIcon(NamedIcon s, Editor editor) MemoryComboIcon(Editor editor, String[] list) MemoryIcon(String s, Editor editor) MemoryIcon(NamedIcon s, Editor editor) MemoryInputIcon(int nCols, Editor editor) MemoryOrGVComboIcon(Editor editor) MemoryOrGVIcon(String s, Editor editor) MemoryOrGVIcon(NamedIcon s, Editor editor) MemorySpinnerIcon(Editor editor) MultiSensorIcon(Editor editor) PositionableIcon(String s, Editor editor) PositionableIcon(NamedIcon s, Editor editor) PositionableIcon(Editor editor) PositionableJComponent(Editor editor) PositionableJPanel(Editor editor) PositionableLabel(String s, Editor editor) Create a new Positionable Label.PositionableLabel(NamedIcon s, Editor editor) ReporterIcon(Editor editor) RpsPositionIcon(Editor editor) SensorIcon(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 -
Uses of Editor in jmri.jmrit.display.controlPanelEditor
Subclasses of Editor in jmri.jmrit.display.controlPanelEditorModifier and TypeClassDescriptionclassProvides a simple editor for adding jmri.jmrit.display items to a captive JFrame.Constructors in jmri.jmrit.display.controlPanelEditor with parameters of type Editor -
Uses of Editor in jmri.jmrit.display.controlPanelEditor.configurexml
Methods in jmri.jmrit.display.controlPanelEditor.configurexml with parameters of type Editor -
Uses of Editor in jmri.jmrit.display.controlPanelEditor.shape
Methods in jmri.jmrit.display.controlPanelEditor.shape with parameters of type EditorModifier and TypeMethodDescriptionbooleanShapeDrawer.doMouseClicked(JmriMouseEvent event, Editor ed) booleanShapeDrawer.doMouseReleased(Positionable selection, JmriMouseEvent event, Editor ed) protected PositionableShapeDrawCircle.makeFigure(Rectangle r, Editor ed) protected PositionableShapeDrawEllipse.makeFigure(Rectangle r, Editor ed) protected abstract PositionableShapeDrawFrame.makeFigure(Rectangle r, Editor ed) protected PositionableShapeDrawPolygon.makeFigure(Rectangle r, Editor ed) protected PositionableShapeDrawRectangle.makeFigure(Rectangle r, Editor ed) protected PositionableShapeDrawRoundRect.makeFigure(Rectangle r, Editor ed) protected voidDrawPolygon.makeVertex(JmriMouseEvent event, Editor ed) Constructors in jmri.jmrit.display.controlPanelEditor.shape with parameters of type EditorModifierConstructorDescriptionDrawCircle(String which, String title, PositionableShape ps, Editor ed, boolean create) DrawEllipse(String which, String title, PositionableShape ps, Editor ed, boolean create) protectedDrawFrame(String which, String title, PositionableShape ps, Editor ed, boolean create) DrawPolygon(String which, String title, PositionableShape ps, Editor ed, boolean create) DrawRectangle(String which, String title, PositionableShape ps, Editor ed, boolean create) DrawRoundRect(String which, String title, PositionableShape ps, Editor ed, boolean create) PositionableCircle(Editor editor) PositionableCircle(Editor editor, Shape shape) PositionableEllipse(Editor editor) PositionableEllipse(Editor editor, Shape shape) PositionablePolygon(Editor editor, Shape shape) PositionableRectangle(Editor editor) PositionableRectangle(Editor editor, Shape shape) PositionableRoundRect(Editor editor) PositionableRoundRect(Editor editor, Shape shape) PositionableShape(Editor editor) PositionableShape(Editor editor, Shape shape) ShapeDrawer(Editor ed) -
Uses of Editor in jmri.jmrit.display.layoutEditor
Subclasses of Editor in jmri.jmrit.display.layoutEditorModifier and TypeClassDescriptionfinal classProvides 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 EditorModifier and TypeMethodDescriptionstatic ItemPaletteItemPalette.getDefault(String title, Editor ed) voidConstructors in jmri.jmrit.display.palette with parameters of type Editor -
Uses of Editor in jmri.jmrit.display.panelEditor
Subclasses of Editor in jmri.jmrit.display.panelEditorModifier and TypeClassDescriptionclassProvides 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.switchboardEditorModifier and TypeClassDescriptionclassProvides 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 EditorModifier and TypeMethodDescriptionprotected EditorSwitchboardEditor.changeView(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 -
Uses of Editor in jmri.server.json.util
Methods in jmri.server.json.util with parameters of type Editor -
Uses of Editor in jmri.web.servlet.panel
Methods in jmri.web.servlet.panel that return Editor