Uses of Class
jmri.util.JmriJFrame
-
-
Uses of JmriJFrame in apps
Subclasses of JmriJFrame in apps Modifier and Type Class Description classAppsLaunchFrameBase class for main frame (window) of traditional-style JMRI applicationsMethods in apps with parameters of type JmriJFrame Modifier and Type Method Description protected static voidApps. createFrame(Apps containedPane, JmriJFrame frame)protected voidApps. setPrefsFrameHelp(JmriJFrame frame, java.lang.String location)Set the location of the window-specific help for the preferences pane.protected voidAppsLaunchFrame. setPrefsFrameHelp(JmriJFrame f, java.lang.String l)Set the location of the window-specific help for the preferences pane. -
Uses of JmriJFrame in apps.gui3
Fields in apps.gui3 declared as JmriJFrame Modifier and Type Field Description (package private) static JmriJFrameFirstTimeStartUpWizardAction. fprotected JmriJFrameApps3. mainFrame(package private) JmriJFrameFirstTimeStartUpWizard. parentMethods in apps.gui3 with parameters of type JmriJFrame Modifier and Type Method Description FirstTimeStartUpWizardFirstTimeStartUpWizardAction. makeWizard(JmriJFrame f, Apps3 app)Constructors in apps.gui3 with parameters of type JmriJFrame Constructor Description FirstTimeStartUpWizard(JmriJFrame parent, Apps3 app) -
Uses of JmriJFrame in apps.gui3.dp3
Subclasses of JmriJFrame in apps.gui3.dp3 Modifier and Type Class Description classDecoderPro3WindowStandalone DecoderPro3 Window.Fields in apps.gui3.dp3 declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFramePaneProgDp3Action. f -
Uses of JmriJFrame in apps.gui3.lccpro
Subclasses of JmriJFrame in apps.gui3.lccpro Modifier and Type Class Description classLccProWindowStandalone LccPro Window. -
Uses of JmriJFrame in apps.gui3.paned
Subclasses of JmriJFrame in apps.gui3.paned Modifier and Type Class Description classPanelProFrameStandalone, but paned, PanelPro window. -
Uses of JmriJFrame in apps.gui3.tabbedpreferences
Subclasses of JmriJFrame in apps.gui3.tabbedpreferences Modifier and Type Class Description classTabbedPreferencesFrameSupport displayingTabbedPreferencesin a window. -
Uses of JmriJFrame in apps.jmrit.log
Subclasses of JmriJFrame in apps.jmrit.log Modifier and Type Class Description classLogFrameFrame for adding to the log file. -
Uses of JmriJFrame in jmri.jmris
Subclasses of JmriJFrame in jmri.jmris Modifier and Type Class Description classJmriServerFrameFrame displaying start/stop buttons for the JMRI server. -
Uses of JmriJFrame in jmri.jmris.simpleserver
Subclasses of JmriJFrame in jmri.jmris.simpleserver Modifier and Type Class Description classSimpleServerFrameFrame displaying start/stop buttons for the JMRI Simple Server. -
Uses of JmriJFrame in jmri.jmris.srcp
Subclasses of JmriJFrame in jmri.jmris.srcp Modifier and Type Class Description classJmriSRCPServerFrameFrame displaying start/stop buttons for the JMRI SRCP server. -
Uses of JmriJFrame in jmri.jmrit.analogclock
Subclasses of JmriJFrame in jmri.jmrit.analogclock Modifier and Type Class Description classAnalogClockFrameCreates a JFrame containing an analog clockface and hands. -
Uses of JmriJFrame in jmri.jmrit.audio.swing
Subclasses of JmriJFrame in jmri.jmrit.audio.swing Modifier and Type Class Description classAbstractAudioFrameAbstract GUI to edit Audio objects This file is part of JMRI.classAudioBufferFrameDefines a GUI to edit AudioBuffer objects.classAudioListenerFrameDefine a GUI to edit AudioListener objects This file is part of JMRI.classAudioSourceFrameDefines a GUI for editing AudioSource objects. -
Uses of JmriJFrame in jmri.jmrit.automat.monitor
Subclasses of JmriJFrame in jmri.jmrit.automat.monitor Modifier and Type Class Description classAutomatTableFrameFrame providing a table of Automat instances -
Uses of JmriJFrame in jmri.jmrit.beantable
Subclasses of JmriJFrame in jmri.jmrit.beantable Modifier and Type Class Description classAudioTableFrameThis file is part of JMRI.classBeanTableFrame<E extends NamedBean>Provide a JFrame to display a table of NamedBeans.classListedTableFrame<E extends NamedBean>Provide access to the various tables in the tabbed Tables interface via a listed pane (normally to the left).classOBlockTableFrameOverride to place the four OBlock tables in tabbed interface.classSignalHeadAddEditFrameFrame for creating / editing Signal Heads.Fields in jmri.jmrit.beantable declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameLRouteTableAction. _addFrame(package private) JmriJFrameIdTagTableAction. addFrame(package private) JmriJFrameLightTableAction. addFrame(package private) JmriJFrameMemoryTableAction. addFrame(package private) JmriJFrameSectionTableAction. addFrame(package private) JmriJFrameSensorTableAction. addFrame(package private) JmriJFrameSignalGroupTableAction. addFrame(package private) JmriJFrameTransitTableAction. addFrame(package private) JmriJFrameTurnoutTableAction. addFrame(package private) JmriJFrameAbstractLogixNGTableAction. addLogixNGFrame(package private) JmriJFrameOBlockTableAction. addOBlockFrame(package private) JmriJFrameSignalGroupSubTableAction. addSubFrame(package private) JmriJFrameSectionTableAction. frame(package private) JmriJFrameSignalGroupTableAction. signalHeadEditFrameMethods in jmri.jmrit.beantable with parameters of type JmriJFrame Modifier and Type Method Description (package private) voidSignalMastLogicTableAction. autoCreatePairs(JmriJFrame f)(package private) voidBlockTableAction. deletePaths(JmriJFrame f) -
Uses of JmriJFrame in jmri.jmrit.beantable.beanedit
Fields in jmri.jmrit.beantable.beanedit declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameBeanEditAction. f -
Uses of JmriJFrame in jmri.jmrit.beantable.light
Subclasses of JmriJFrame in jmri.jmrit.beantable.light Modifier and Type Class Description classAddEditSingleLightControlFrameFrame to add or edit a single Light Control. -
Uses of JmriJFrame in jmri.jmrit.beantable.oblock
Subclasses of JmriJFrame in jmri.jmrit.beantable.oblock Modifier and Type Class Description classBlockPathEditFrameDefines a GUI for editing OBlock - OPath objects in the _tabbed OBlock Table interface.classPortalEditFrameDefines a GUI for editing OBlocks - Portal objects in the _tabbed OBlock Table interface.classSignalEditFrameDefines a GUI for editing OBlock - Signal objects in the tabbed Table interface.Methods in jmri.jmrit.beantable.oblock that return JmriJFrame Modifier and Type Method Description protected JmriJFrameTableFrames. getDesktopFrame()Get the JFrame containig all UI windows.Methods in jmri.jmrit.beantable.oblock with parameters of type JmriJFrame Modifier and Type Method Description (package private) voidBlockPathEditFrame. addCloseListener(JmriJFrame frame)(package private) voidSignalEditFrame. addCloseListener(JmriJFrame frame)(package private) voidTableFrames. addCloseListener(JmriJFrame desktop) -
Uses of JmriJFrame in jmri.jmrit.beantable.routetable
Subclasses of JmriJFrame in jmri.jmrit.beantable.routetable Modifier and Type Class Description classAbstractRouteAddEditFrameBase class for Add/Edit frame for the Route Table.classRouteAddFrameAdd frame for the Route Table.classRouteEditFrameEdit frame for the Route Table. -
Uses of JmriJFrame in jmri.jmrit.beantable.signalmast
Subclasses of JmriJFrame in jmri.jmrit.beantable.signalmast Modifier and Type Class Description classAddSignalMastJFrameJFrame to create a new SignalMastclassSignalMastRepeaterJFrameJFrame to create a new SignalMast -
Uses of JmriJFrame in jmri.jmrit.blockboss
Subclasses of JmriJFrame in jmri.jmrit.blockboss Modifier and Type Class Description classBlockBossFrameProvide a GUI for configuring "Simple Signal Logic" (BlockBossLogic) objects. -
Uses of JmriJFrame in jmri.jmrit.catalog
Subclasses of JmriJFrame in jmri.jmrit.catalog Modifier and Type Class Description classImageIndexEditorA JFrame for creating and editing an Image Index. -
Uses of JmriJFrame in jmri.jmrit.conditional
Subclasses of JmriJFrame in jmri.jmrit.conditional Modifier and Type Class Description classConditionalCopyFrameExtracted from ConditionalEditList.classConditionalEditFrameExtracted from ConditionalEditList.classConditionalFrameBasis for ConditionalEditFrame and ConditionalCopyFrame.Fields in jmri.jmrit.conditional declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameConditionalEditFrame. _editActionFrame(package private) JmriJFrameConditionalEditBase. _editLogixFrame(package private) JmriJFrameConditionalEditFrame. _editVariableFrame -
Uses of JmriJFrame in jmri.jmrit.consisttool
Subclasses of JmriJFrame in jmri.jmrit.consisttool Modifier and Type Class Description classConsistToolFrameFrame object for manipulating consists. -
Uses of JmriJFrame in jmri.jmrit.dispatcher
Subclasses of JmriJFrame in jmri.jmrit.dispatcher Modifier and Type Class Description classActivateTrainFrameDisplays the Activate New Train Frame and processes information entered there.classAutoTrainsFrameAutoTrainsFrame provides a user interface to trains that are running automatically under Dispatcher.classDispatcherFrameDispatcher functionality, working with Sections, Transits and ActiveTrain.Fields in jmri.jmrit.dispatcher declared as JmriJFrame Modifier and Type Field Description protected JmriJFrameAutoTrainsFrame. autoTrainsFrameprotected JmriJFrameDispatcherFrame. dispatcherFrame(package private) JmriJFrameOptionsMenu. optionsFrameMethods in jmri.jmrit.dispatcher with parameters of type JmriJFrame Modifier and Type Method Description ActiveTrainDispatcherFrame. createActiveTrain(java.lang.String transitID, java.lang.String trainID, int tSource, java.lang.String startBlockName, int startBlockSectionSequenceNumber, java.lang.String endBlockName, int endBlockSectionSequenceNumber, boolean autoRun, java.lang.String dccAddress, int priority, boolean resetWhenDone, boolean reverseAtEnd, boolean showErrorMessages, JmriJFrame frame, int allocateMethod)Creates a new ActiveTrain, and registers it with Dispatcher.booleanDispatcherFrame. extendActiveTrainsPath(Section s, ActiveTrain at, JmriJFrame jFrame)Extend the allocation of a section to a active train.booleanDispatcherFrame. removeFromActiveTrainPath(Section s, ActiveTrain at, JmriJFrame jFrame)protected booleanDispatcherFrame. requestAllocation(ActiveTrain activeTrain, Section section, int direction, int seqNumber, boolean showErrorMessages, JmriJFrame frame)protected booleanDispatcherFrame. requestAllocation(ActiveTrain activeTrain, Section section, int direction, int seqNumber, boolean showErrorMessages, JmriJFrame frame, boolean firstAllocation)Creates an Allocation Request, and registers it with Dispatcher -
Uses of JmriJFrame in jmri.jmrit.display
Subclasses of JmriJFrame in jmri.jmrit.display Modifier and Type Class Description classCoordinateEditDisplays and allows user to modify x & y coordinates of positionable labels This class has been generalized to provide popup edit dialogs for positionable item properties when TextFields are needed to input data.classDisplayFrameExtended JmriJFrame that allows to add an InitEventListener for display of a tabbed frame in the CPE Add ItemItemPalettepane.classEditorThis is the Model and a Controller for panel editor Views.static classEditor.JFrameItemclassJmriJFrameWithPermissionsA JmriJFrame with permissions.classMemoryIconCoordinateEditDisplays and allows user to modify x & y coordinates of positionable labels This class has been generalized to provide popup edit dialogs for positionable item properties when TextFields are needed to input data.classSensorTextEditDisplays and allows user to modify the text display used in a sensor.classSlipTurnoutTextEditDisplays and allows user to modify the text display used in a turnout slip This is a modification of CoordinateEdit.java by Dan Boudreau for use with LayoutEditorMethods in jmri.jmrit.display with parameters of type JmriJFrame Modifier and Type Method Description protected voidEditor. setTargetPanel(javax.swing.JLayeredPane targetPanel, JmriJFrame frame)Set the target panel. -
Uses of JmriJFrame in jmri.jmrit.display.controlPanelEditor
Subclasses of JmriJFrame in jmri.jmrit.display.controlPanelEditor Modifier and Type Class Description (package private) classCircuitBuilder.CBFrameclassControlPanelEditorProvides a simple editor for adding jmri.jmrit.display items to a captive JFrame.classEditCircuitFrameclassEditCircuitPathsclassEditFrameAbstract class for the editing frames of CircuitBulderclassEditPortalDirectionclassEditPortalFrameclassEditSignalFrameFields in jmri.jmrit.display.controlPanelEditor declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameCircuitBuilder. _cbFrame -
Uses of JmriJFrame in jmri.jmrit.display.controlPanelEditor.shape
Subclasses of JmriJFrame in jmri.jmrit.display.controlPanelEditor.shape Modifier and Type Class Description classDrawCircleFrame to create/edit a Control Panel shape Circle object.classDrawEllipse(package private) classDrawFrameFrame to create/edit a Control Panel shape PositionableShape object.classDrawPolygonclassDrawRectangleclassDrawRoundRect -
Uses of JmriJFrame in jmri.jmrit.display.layoutEditor
Subclasses of JmriJFrame in jmri.jmrit.display.layoutEditor Modifier and Type Class Description classLayoutEditorProvides a scrollable Layout Panel and editor toolbars (that can be hidden)classMultiSensorIconFrameProvides a simple editor for creating a MultiSensorIcon objectFields in jmri.jmrit.display.layoutEditor declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameMultiSensorIconFrame.Entry. edfMethods in jmri.jmrit.display.layoutEditor with parameters of type JmriJFrame Modifier and Type Method Description SignalHeadLayoutEditorTools. getNextSignalFromObject(TrackSegment track, java.lang.Object object, java.lang.String signalHeadName, JmriJFrame frame)SensorLayoutEditorTools. getSensorFromEntry(java.lang.String sensorName, boolean requireEntry, JmriJFrame frame)Returns the Sensor corresponding to an entry field in the specified dialog.SignalHeadLayoutEditorTools. getSignalHeadFromEntry(java.lang.String signalName, boolean requireEntry, JmriJFrame frame)SignalHeadLayoutEditorTools. getSignalHeadFromEntry(javax.swing.JTextField signalNameTextField, boolean requireEntry, JmriJFrame frame)SignalHeadLayoutEditorTools. getSignalHeadFromEntry(NamedBeanComboBox<SignalHead> signalNameComboBox, boolean requireEntry, JmriJFrame frame)Returns the SignalHead corresponding to an entry field in the specified dialog.SignalMastLayoutEditorTools. getSignalMastFromEntry(java.lang.String signalMastName, boolean requireEntry, JmriJFrame frame)Returns the SignalMast corresponding to an entry field in the specified dialog.Constructors in jmri.jmrit.display.layoutEditor with parameters of type JmriJFrame Constructor Description Entry(javax.swing.JPanel self, JmriJFrame frame, java.lang.String name, int position) -
Uses of JmriJFrame in jmri.jmrit.display.layoutEditor.LayoutEditorDialogs
Fields in jmri.jmrit.display.layoutEditor.LayoutEditorDialogs declared as JmriJFrame Modifier and Type Field Description protected JmriJFrameLayoutTurnoutEditor. editLayoutTurnoutFrame -
Uses of JmriJFrame in jmri.jmrit.display.logixng
Methods in jmri.jmrit.display.logixng that return JmriJFrame Modifier and Type Method Description JmriJFrameWindowManagement. getJmriJFrame()Methods in jmri.jmrit.display.logixng with parameters of type JmriJFrame Modifier and Type Method Description voidWindowManagement.BringToFrontOrBack. run(JmriJFrame f)voidWindowManagement.HideOrShow. run(JmriJFrame f)voidWindowManagement.MaximizeMinimizeNormalize. run(JmriJFrame f)voidWindowManagement. setJmriJFrame(JmriJFrame jmriJFrame) -
Uses of JmriJFrame in jmri.jmrit.display.palette
Subclasses of JmriJFrame in jmri.jmrit.display.palette Modifier and Type Class Description classIconDialogThis class is used when FamilyItemPanel classes add, modify or delete icon families.classIndicatorTOIconDialogclassItemDialogContainer for dialogs that modify the user's changes to his/her icon catalog.classItemPaletteContainer for adding items to Control Panels.classMultiSensorIconDialogIcons may be added or deleted from a family.classSignalHeadIconDialogThis class is used when FamilyItemPanel classes add or modify icon sets families. -
Uses of JmriJFrame in jmri.jmrit.display.panelEditor
Subclasses of JmriJFrame in jmri.jmrit.display.panelEditor Modifier and Type Class Description classPanelEditorProvides a simple editor for adding jmri.jmrit.display items to a captive JFrame.Methods in jmri.jmrit.display.panelEditor that return JmriJFrame Modifier and Type Method Description JmriJFramePanelEditor. makeFrame(java.lang.String name)Create sequence of panels, etc, for layout: JFrame contains its ContentPane which contains a JPanel with BoxLayout (p1) which contains a JScollPane (js) which contains the targetPane. -
Uses of JmriJFrame in jmri.jmrit.display.switchboardEditor
Subclasses of JmriJFrame 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.Fields in jmri.jmrit.display.switchboardEditor declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameBeanSwitch. addFrameMethods in jmri.jmrit.display.switchboardEditor that return JmriJFrame Modifier and Type Method Description JmriJFrameSwitchboardEditor. makeFrame(java.lang.String name)Create sequence of panels, etc. for switches: JFrame contains its ContentPane which contains a JPanel with BoxLayout (p1) which contains a JScrollPane (js) which contains the targetPane. -
Uses of JmriJFrame in jmri.jmrit.dualdecoder
Subclasses of JmriJFrame in jmri.jmrit.dualdecoder Modifier and Type Class Description classDualDecoderSelectFrameFrame for user dual-decoder select too. -
Uses of JmriJFrame in jmri.jmrit.entryexit
Subclasses of JmriJFrame in jmri.jmrit.entryexit Modifier and Type Class Description classAddEntryExitPairFrameCreate frame for an Add Entry Exit.Fields in jmri.jmrit.entryexit declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameAddEntryExitPairPanel. entryExitFrame(package private) JmriJFrameAddEntryExitPairPanel. optionsFrame -
Uses of JmriJFrame in jmri.jmrit.etcs.dmi.swing
Subclasses of JmriJFrame in jmri.jmrit.etcs.dmi.swing Modifier and Type Class Description classDmiFrameClass to represent an ERTMS ETCS DMI Screen within a JFrame. -
Uses of JmriJFrame in jmri.jmrit.lcdclock
Subclasses of JmriJFrame in jmri.jmrit.lcdclock Modifier and Type Class Description classLcdClockFrameFrame providing a simple clock showing Lcd tubes. -
Uses of JmriJFrame in jmri.jmrit.logix
Subclasses of JmriJFrame in jmri.jmrit.logix Modifier and Type Class Description classLearnThrottleFrameA JFrame to contain throttle elements such as speed control, function panel.classNXFrameFrame for defining and launching an entry/exit warrant.(package private) classTrackerTableAction.TableFrameHolds a table of Trackers that follow adjacent occupancy.classWarrantFrameWarrantFame creates and edits Warrants
This file is part of JMRI.(package private) classWarrantRouteMake panels for WarrantFrame and NXFrame windows that create and edit Warrants.classWarrantTableFrameThe WarrantTableFrame lists the existing Warrants and has controls to set their routes, train IDs launch them and control their running (halt, resume, abort. etc. -
Uses of JmriJFrame in jmri.jmrit.logixng.tools.swing
Subclasses of JmriJFrame in jmri.jmrit.logixng.tools.swing Modifier and Type Class Description classClipboardEditorEditor of the clipboardclassConditionalNGDebuggerEditor of ConditionalNGclassConditionalNGEditorEditor of ConditionalNGstatic classEditErrorHandlingModuleAction.ErrorModuleEditorEditor of the error handling module.classImportLogixFrameImports Logixs to LogixNGclassInlineLogixNGsFrameShows the inline LogixNGs.classLogixNGBrowseWindowBrowse window for LogixNGclassLogixNGInitializationTableTable for LogixNG initialization.classModuleEditorEditor of ModuleclassTreeEditorBase class for LogixNG editorsclassTreeViewerShow the action/expression tree.classWhereUsedFrameCreate a where used report based on the selected bean. -
Uses of JmriJFrame in jmri.jmrit.mailreport
Subclasses of JmriJFrame in jmri.jmrit.mailreport Modifier and Type Class Description classReportFrameFrame for uploading debugging information -
Uses of JmriJFrame in jmri.jmrit.mastbuilder
Subclasses of JmriJFrame in jmri.jmrit.mastbuilder Modifier and Type Class Description classMastBuilderPanePane for building Signal Mast definitions. -
Uses of JmriJFrame in jmri.jmrit.nixieclock
Subclasses of JmriJFrame in jmri.jmrit.nixieclock Modifier and Type Class Description classNixieClockFrameFrame providing a simple clock showing Nixie tubes. -
Uses of JmriJFrame in jmri.jmrit.operations
Subclasses of JmriJFrame in jmri.jmrit.operations Modifier and Type Class Description classOperationsFrameFrame for operations -
Uses of JmriJFrame in jmri.jmrit.operations.automation.gui
Subclasses of JmriJFrame in jmri.jmrit.operations.automation.gui Modifier and Type Class Description classAutomationCopyFrameFrame for making a new copy of a automation.classAutomationsTableFrameFrame for adding and editing the automation roster for operations.classAutomationStartupFrameFrame for user selection of a startup automationclassAutomationTableFrameFrame for user edit of a automation -
Uses of JmriJFrame in jmri.jmrit.operations.locations.divisions
Subclasses of JmriJFrame in jmri.jmrit.operations.locations.divisions Modifier and Type Class Description classDivisionEditFrameFrame for user edit of a division -
Uses of JmriJFrame in jmri.jmrit.operations.locations.gui
Subclasses of JmriJFrame in jmri.jmrit.operations.locations.gui Modifier and Type Class Description classInterchangeEditFrameFrame for user edit of a classification/interchange track.classLocationEditFrameFrame for user edit of locationclassLocationsTableFrameFrame for adding and editing the location roster for operations.classSpurEditFrameFrame for user edit of a spur.classStagingEditFrameFrame for user edit of a staging trackclassTrackEditFrameFrame for user edit of tracks.classYardEditFrameFrame for user edit of a yardclassYardmasterByTrackFrameYardmaster by track frame.classYardmasterFrameYardmaster Frame. -
Uses of JmriJFrame in jmri.jmrit.operations.locations.schedules
Subclasses of JmriJFrame in jmri.jmrit.operations.locations.schedules Modifier and Type Class Description classScheduleEditFrameFrame for user edit of a scheduleclassSchedulesTableFrameFrame for adding and editing the Schedule roster for operations. -
Uses of JmriJFrame in jmri.jmrit.operations.locations.schedules.tools
Subclasses of JmriJFrame in jmri.jmrit.operations.locations.schedules.tools Modifier and Type Class Description classScheduleCopyFrameFrame for copying a schedule for operations.(package private) classScheduleOptionsFrameFrame used to edit alternate track selection and percentage of loads from staging.classSchedulesAndStagingFrameFrame to display the staging tracks and spurs with schedules.classSchedulesByLoadFrameFrame to display spurs with schedules and their loads -
Uses of JmriJFrame in jmri.jmrit.operations.locations.tools
Subclasses of JmriJFrame in jmri.jmrit.operations.locations.tools Modifier and Type Class Description (package private) classAlternateTrackFrameFrame that allows user to select alternate track and options.(package private) classChangeTrackFrameAction to change the type of track.(package private) classChangeTracksFrameAction to change all of tracks at a location to the same type of track.(package private) classIgnoreUsedTrackFramePlanned Pick ups.classLocationCopyFrameFrame for copying a location for operations.classLocationsByCarLoadFrameFrame to display which locations service certain car loadsclassLocationsByCarTypeFrameFrame to display which locations service certain car typesclassLocationTrackBlockingOrderFrameFrame for user edit of location(package private) classPoolTrackFrameclassPrintLocationsFrameFrame to print a summary of the Location Roster contentsclassSetPhysicalLocationFrameFrame for setting train physical location coordinates for a location.classShowTrainsServingLocationFrameFrame to show which trains can service this locationclassTrackCopyFrameFrame for copying a track for operations.classTrackDestinationEditFrameFrame for user edit of track destinationsclassTrackEditCommentsFrameclassTrackLoadEditFrameFrame for user edit of track loads(package private) classTrackPriorityFrameclassTrackRoadEditFrameFrame for user edit of track roads -
Uses of JmriJFrame in jmri.jmrit.operations.rollingstock
Subclasses of JmriJFrame in jmri.jmrit.operations.rollingstock Modifier and Type Class Description classRollingStockAttributeEditFrameFrame for editing a rolling stock attribute.classRollingStockEditFrameFrame for edit of rolling stock.classRollingStockSetFrame<T extends RollingStock>Frame for user to place RollingStock on the layoutFields in jmri.jmrit.operations.rollingstock declared as JmriJFrame Modifier and Type Field Description protected JmriJFrameImportCommon. fstatus -
Uses of JmriJFrame in jmri.jmrit.operations.rollingstock.cars.gui
Subclasses of JmriJFrame in jmri.jmrit.operations.rollingstock.cars.gui Modifier and Type Class Description classCarEditFrameFrame for user edit of carclassCarSetFrameFrame for user to place car on the layoutclassCarsTableFrameFrame for adding and editing the car roster for operations. -
Uses of JmriJFrame in jmri.jmrit.operations.rollingstock.cars.tools
Subclasses of JmriJFrame in jmri.jmrit.operations.rollingstock.cars.tools Modifier and Type Class Description classCarAttributeEditFrameFrame for editing a car attribute.classCarLoadEditFrameFrame for adding and editing the car load attribute for operations.classCarsSetFrameFrame for user to place a group of cars on the layoutclassPrintCarRosterFramePrints a summary of the car roster -
Uses of JmriJFrame in jmri.jmrit.operations.rollingstock.engines.gui
Subclasses of JmriJFrame in jmri.jmrit.operations.rollingstock.engines.gui Modifier and Type Class Description classEngineEditFrameFrame for user edit of engineclassEngineSetFrameFrame for user to place engine on the layoutclassEnginesTableFrameFrame for adding and editing the engine roster for operations. -
Uses of JmriJFrame in jmri.jmrit.operations.rollingstock.engines.tools
Subclasses of JmriJFrame in jmri.jmrit.operations.rollingstock.engines.tools Modifier and Type Class Description classEngineAttributeEditFrameFrame for editing an engine attribute.classEnginesSetFrameFrame for user to modify a group of engines on the layoutclassPrintEngineRosterFramePrints engine roster. -
Uses of JmriJFrame in jmri.jmrit.operations.routes.gui
Subclasses of JmriJFrame in jmri.jmrit.operations.routes.gui Modifier and Type Class Description classRouteEditFrameFrame for user edit of routeclassRoutesTableFrameFrame for adding and editing the route roster for operations. -
Uses of JmriJFrame in jmri.jmrit.operations.routes.tools
Subclasses of JmriJFrame in jmri.jmrit.operations.routes.tools Modifier and Type Class Description classRouteBlockingOrderEditFrameFrame for user edit of q route's blocking order.classRouteCopyFrameFrame for copying a route for operations.classSetTrainIconPositionFrameFrame for setting train icon coordinates for a location.classSetTrainIconRouteFrameFrame for setting train icon coordinates for a location.classShowRoutesServingLocationFrameFrame to show and edit which routes can service a location -
Uses of JmriJFrame in jmri.jmrit.operations.setup.gui
Subclasses of JmriJFrame in jmri.jmrit.operations.setup.gui Modifier and Type Class Description classBuildReportOptionFrameFrame for user edit of the build report optionsclassEditManifestHeaderTextFrameFrame for user edit of manifest header text stringsclassEditManifestTextFrameFrame for user edit of manifest text stringsclassEditSwitchListTextFrameFrame for user edit of switch list text stringsclassOperationsSettingsFrameFrame for user edit of operation parametersclassOptionFrameFrame for user edit of setup optionsclassPrintMoreOptionFrameFrame for user edit of additional manifest print optionsclassPrintOptionFrameFrame for user edit of manifest and switch list print options -
Uses of JmriJFrame in jmri.jmrit.operations.trains.excel
Subclasses of JmriJFrame in jmri.jmrit.operations.trains.excel Modifier and Type Class Description classSetupExcelProgramFrameFrame for user edit of the file name and setup of an Excel program.classSetupExcelProgramManifestFrameFrame for user edit of the file name of an Excel program used to generate custom manifests.classSetupExcelProgramSwitchListFrameFrame for user edit of the file name of an Excel program used to generate switch lists. -
Uses of JmriJFrame in jmri.jmrit.operations.trains.gui
Subclasses of JmriJFrame in jmri.jmrit.operations.trains.gui Modifier and Type Class Description classTrainConductorFrameConductor Frame.classTrainEditBuildOptionsFrameFrame for user edit of a train's build optionsclassTrainEditFrameFrame for user edit of a trainclassTrainLoadOptionsFrameFrame for user edit of a train's load optionsclassTrainRoadOptionsFrameFrame for user edit of a train's road optionsclassTrainsTableFrameFrame for adding and editing the train roster for operations.classTrainSwitchListEditFrameFrame for user selection of switch listsstatic classTrainSwitchListEditFrame.TrainSwitchListCommentFrame -
Uses of JmriJFrame in jmri.jmrit.operations.trains.schedules
Subclasses of JmriJFrame in jmri.jmrit.operations.trains.schedules Modifier and Type Class Description classTrainsScheduleEditFrameUsed to edit train schedules.classTrainsScheduleTableFrameFrame for adding and editing train schedules for operations. -
Uses of JmriJFrame in jmri.jmrit.operations.trains.tools
Subclasses of JmriJFrame in jmri.jmrit.operations.trains.tools Modifier and Type Class Description classChangeDepartureTimesFrameChange Departure Time frame for operations.classPrintTrainsFramePrints a summary of a train or trains.classShowCarsInTrainFrameShow Cars In Train Frame.classTrainByCarTypeFrameFrame to display by rolling stock, the locations serviced by this trainclassTrainCopyFrameFrame for making a new copy of a train.classTrainManifestOptionFrameFrame for user edit of the train manifest optionsclassTrainsByCarTypeFrameFrame to display which trains service certain car typesclassTrainScriptFrameFrame for user edit of a train's script options.classTrainsScriptFrameFrame for user edit of startup and shutdown operation scripts.classTrainsTableSetColorFrameFrame for setting up the Trains table colors in operations. -
Uses of JmriJFrame in jmri.jmrit.picker
Subclasses of JmriJFrame in jmri.jmrit.picker Modifier and Type Class Description classPickFrame -
Uses of JmriJFrame in jmri.jmrit.powerpanel
Subclasses of JmriJFrame in jmri.jmrit.powerpanel Modifier and Type Class Description classPowerPanelFrameFrame for controlling layout power via a PowerManager. -
Uses of JmriJFrame in jmri.jmrit.pragotronclock
Subclasses of JmriJFrame in jmri.jmrit.pragotronclock Modifier and Type Class Description classPragotronClockFrameFrame providing a simple clock showing Pragotron clock. -
Uses of JmriJFrame in jmri.jmrit.roster
Fields in jmri.jmrit.roster declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFramePrintRosterEntry. _parentConstructors in jmri.jmrit.roster with parameters of type JmriJFrame Constructor Description PrintRosterEntry(RosterEntry rosterEntry, java.util.List<javax.swing.JPanel> paneList, FunctionLabelPane flPane, RosterMediaPane rMPane, JmriJFrame parent)Configure variable fields and create a PrintRosterEntry instance while doing so.PrintRosterEntry(RosterEntry rosterEntry, JmriJFrame parent, java.lang.String programmerFilename)Constructor for a Print roster item (programmer tabs) selection pane from an XML definition file. -
Uses of JmriJFrame in jmri.jmrit.roster.swing
Subclasses of JmriJFrame in jmri.jmrit.roster.swing Modifier and Type Class Description classRosterFrameA window for Roster management.Fields in jmri.jmrit.roster.swing declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameRemoveRosterEntryToGroupAction. frame -
Uses of JmriJFrame in jmri.jmrit.roster.swing.rostergroup
Subclasses of JmriJFrame in jmri.jmrit.roster.swing.rostergroup Modifier and Type Class Description classRosterGroupTableFrameProvide a JFrame to display the Roster Data Based upon BeanTableFrame. -
Uses of JmriJFrame in jmri.jmrit.roster.swing.speedprofile
Subclasses of JmriJFrame in jmri.jmrit.roster.swing.speedprofile Modifier and Type Class Description classSpeedProfileFrameFrame Entry Exit FramesclassSpeedProfileTableDisplay Speed Profile. -
Uses of JmriJFrame in jmri.jmrit.sendpacket
Subclasses of JmriJFrame in jmri.jmrit.sendpacket Modifier and Type Class Description classSendPacketFrameUser interface for sending DCC packets. -
Uses of JmriJFrame in jmri.jmrit.sensorgroup
Subclasses of JmriJFrame in jmri.jmrit.sensorgroup Modifier and Type Class Description classSensorGroupFrameUser interface for creating and editing sensor groups. -
Uses of JmriJFrame in jmri.jmrit.signalling
Subclasses of JmriJFrame in jmri.jmrit.signalling Modifier and Type Class Description classSignallingFrameProvide a JFrame to display a pane to edit the Signal Mast Logic for one Signal Mast.classSignallingSourceFrameFrame for Signal Logic Source Mast status.Fields in jmri.jmrit.signalling declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameSignallingSourcePanel. signalMastLogicFrameMethods in jmri.jmrit.signalling with parameters of type JmriJFrame Modifier and Type Method Description static voidSignallingGuiTools. removeAlreadyAssignedSignalMastLogic(JmriJFrame frame, SignalMast mast)Display a message to the user asking them to confirm they wish to remove the Signal Mast Logic for a given Signal Mast.static booleanSignallingGuiTools. removeSignalMastLogic(JmriJFrame frame, SignalMast mast)Display a message to the user asking them to confirm they wish to remove the Signal Mast Logic for a given signal.static voidSignallingGuiTools. swapSignalMastLogic(JmriJFrame frame, SignalMast oldMast, SignalMast newMast)Display a message to the user asking them to confirm they wish to update the Signal Mast Logic by swapping two signal masts.static voidSignallingGuiTools. updateSignalMastLogic(JmriJFrame frame, SignalMast oldMast, SignalMast newMast)Display a message to the user asking them to confirm they wish to update the Signal Mast Logic from the old signal mast to the new one. -
Uses of JmriJFrame in jmri.jmrit.simpleclock
Subclasses of JmriJFrame in jmri.jmrit.simpleclock Modifier and Type Class Description classSimpleClockFrameFrame for user configuration of Simple Timebase. -
Uses of JmriJFrame in jmri.jmrit.simplelightctrl
Subclasses of JmriJFrame in jmri.jmrit.simplelightctrl Modifier and Type Class Description classSimpleLightCtrlFrameFrame controlling a single light. -
Uses of JmriJFrame in jmri.jmrit.simpleprog
Subclasses of JmriJFrame in jmri.jmrit.simpleprog Modifier and Type Class Description classSimpleProgFrameFrame providing a simple command station programmer -
Uses of JmriJFrame in jmri.jmrit.simpleturnoutctrl
Subclasses of JmriJFrame in jmri.jmrit.simpleturnoutctrl Modifier and Type Class Description classSimpleTurnoutCtrlFrameFrame to control a single turnout. -
Uses of JmriJFrame in jmri.jmrit.speedometer
Subclasses of JmriJFrame in jmri.jmrit.speedometer Modifier and Type Class Description classSpeedometerFrameFrame providing access to a speedometer. -
Uses of JmriJFrame in jmri.jmrit.swing.meter
Subclasses of JmriJFrame in jmri.jmrit.swing.meter Modifier and Type Class Description classMeterFrameFrame providing a simple LCD-based display of track voltage. -
Uses of JmriJFrame in jmri.jmrit.symbolicprog.tabbedframe
Subclasses of JmriJFrame in jmri.jmrit.symbolicprog.tabbedframe Modifier and Type Class Description classPaneOpsProgFrameExtend the PaneProgFrame to handle ops mode operationsclassPaneProgFrameFrame providing a command station programmer from decoder definition files.classPaneServiceProgFrameExtend the PaneProgFrame to handle service (Global) mode operations. -
Uses of JmriJFrame in jmri.jmrit.throttle
Subclasses of JmriJFrame in jmri.jmrit.throttle Modifier and Type Class Description classThrottlesPreferencesWindowA frame to display and edit Throttles preferencesclassThrottleWindow -
Uses of JmriJFrame in jmri.jmrit.timetable.swing
Subclasses of JmriJFrame in jmri.jmrit.timetable.swing Modifier and Type Class Description classTimeTableFrameCreate and maintain timetables. -
Uses of JmriJFrame in jmri.jmrit.ussctc
Subclasses of JmriJFrame in jmri.jmrit.ussctc Modifier and Type Class Description classFollowerFrameUser interface frame for creating and editing "Follower" logic on USS CTC machines.classOsIndicatorFrameUser interface frame for creating and editing "OS Indicator" logic on USS CTC machines. -
Uses of JmriJFrame in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return JmriJFrame Modifier and Type Method Description JmriJFrameVSDecoderManager. provideManagerFrame()Get the VSD GUI. -
Uses of JmriJFrame in jmri.jmrit.vsdecoder.swing
Subclasses of JmriJFrame in jmri.jmrit.vsdecoder.swing Modifier and Type Class Description classManageLocationsFrameGUI to manage Reporters, Blocks, Locations and Listener attributes.classVSDManagerFrameMain frame for the GUI VSDecoder Manager. -
Uses of JmriJFrame in jmri.jmrit.whereused
Subclasses of JmriJFrame in jmri.jmrit.whereused Modifier and Type Class Description classWhereUsedFrameCreate a where used report based on the selected bean. -
Uses of JmriJFrame in jmri.jmrit.withrottle
Subclasses of JmriJFrame in jmri.jmrit.withrottle Modifier and Type Class Description classControllerFilterFrameclassUserInterfaceUserInterface.java Create a window for WiThrottle information and and create a FacelessServer thread to handle jmdns and device requests -
Uses of JmriJFrame in jmri.jmrit.z21server
Subclasses of JmriJFrame in jmri.jmrit.z21server Modifier and Type Class Description classNumberMapFrameThis class handles the turnout number mapping window.classUserInterfaceUser interface. -
Uses of JmriJFrame in jmri.jmrix
Subclasses of JmriJFrame in jmri.jmrix Modifier and Type Class Description classAbstractMonFrameAbstract base class for Frames displaying communications monitor information. -
Uses of JmriJFrame in jmri.jmrix.acela.acelamon
Subclasses of JmriJFrame in jmri.jmrix.acela.acelamon Modifier and Type Class Description classAcelaMonFrameFrame displaying (and logging) Acela command messages -
Uses of JmriJFrame in jmri.jmrix.acela.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.acela.nodeconfig Modifier and Type Class Description classNodeConfigFrameFrame for user configuration of Acela nodes -
Uses of JmriJFrame in jmri.jmrix.acela.packetgen
Subclasses of JmriJFrame in jmri.jmrix.acela.packetgen Modifier and Type Class Description classAcelaPacketGenFrameFrame for user input of Acela messages -
Uses of JmriJFrame in jmri.jmrix.bachrus
Subclasses of JmriJFrame in jmri.jmrix.bachrus Modifier and Type Class Description classSpeedoConsoleFrameFrame for Speedo Console for Bachrus running stand reader interface -
Uses of JmriJFrame in jmri.jmrix.can.cbus.swing
Subclasses of JmriJFrame in jmri.jmrix.can.cbus.swing Modifier and Type Class Description classCbusEventHighlightFrameFrame to control an instance of CBUS highlighter to highlight events.classCbusFilterFrameFrame to control an instance of CBUS filter to filter events. -
Uses of JmriJFrame in jmri.jmrix.can.cbus.swing.modeswitcher
Subclasses of JmriJFrame in jmri.jmrix.can.cbus.swing.modeswitcher Modifier and Type Class Description classSprogCbusModeSwitcherFrameBase class for CBUS SPROG Mode Switcher .classSprogCbusSimpleModeSwitcherFrameMode Switcher to switch modes between programmer and command station for simple hardware with a single track output.classSprogCbusSprog3PlusModeSwitcherFrameMode Switcher to switch programming track mode. -
Uses of JmriJFrame in jmri.jmrix.can.cbus.swing.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.can.cbus.swing.nodeconfig Modifier and Type Class Description classCbusNodeEditEventFrameFrame to control an instance of CBUS highlighter to highlight events.classCbusNodeRestoreFcuFrame -
Uses of JmriJFrame in jmri.jmrix.cmri.serial.assignment
Subclasses of JmriJFrame in jmri.jmrix.cmri.serial.assignment Modifier and Type Class Description classListFrameFrame for running CMRI assignment list. -
Uses of JmriJFrame in jmri.jmrix.cmri.serial.cmrinetmanager
Subclasses of JmriJFrame in jmri.jmrix.cmri.serial.cmrinetmanager Modifier and Type Class Description classCMRInetManagerFrameFrame for a table view to manage a CMRInet network.classCMRInetMetricsFrameFrame for CMRInet Network Metrics. -
Uses of JmriJFrame in jmri.jmrix.cmri.serial.diagnostic
Subclasses of JmriJFrame in jmri.jmrix.cmri.serial.diagnostic Modifier and Type Class Description classDiagnosticFrameFrame for running CMRI diagnostics -
Uses of JmriJFrame in jmri.jmrix.cmri.serial.nodeconfigmanager
Subclasses of JmriJFrame in jmri.jmrix.cmri.serial.nodeconfigmanager Modifier and Type Class Description classNodeConfigManagerFrameFrames for a table view to manage CMRInet node configuration management. c2 Created a table view for node configuration operations. -
Uses of JmriJFrame in jmri.jmrix.cmri.serial.nodeiolist
Subclasses of JmriJFrame in jmri.jmrix.cmri.serial.nodeiolist Modifier and Type Class Description classNodeIOListFrameFrame for running CMRI assignment list. -
Uses of JmriJFrame in jmri.jmrix.cmri.serial.packetgen
Subclasses of JmriJFrame in jmri.jmrix.cmri.serial.packetgen Modifier and Type Class Description classSerialPacketGenFrameFrame for user input of CMRI serial messages -
Uses of JmriJFrame in jmri.jmrix.cmri.serial.serialmon
Subclasses of JmriJFrame in jmri.jmrix.cmri.serial.serialmon Modifier and Type Class Description classSerialFilterFrameFrame for a message filter for CMRInet network packets.classSerialMonFrameFrame displaying (and logging) CMRI serial command messages. -
Uses of JmriJFrame in jmri.jmrix.dccpp.dccppovertcp
Subclasses of JmriJFrame in jmri.jmrix.dccpp.dccppovertcp Modifier and Type Class Description classServerFrameFrame displaying and programming a DCCppovertcp server. -
Uses of JmriJFrame in jmri.jmrix.dccpp.swing
Subclasses of JmriJFrame in jmri.jmrix.dccpp.swing Modifier and Type Class Description classConfigBaseStationFrame -
Uses of JmriJFrame in jmri.jmrix.dccpp.swing.mon
Subclasses of JmriJFrame in jmri.jmrix.dccpp.swing.mon Modifier and Type Class Description classDCCppMonFrameFrame displaying (and logging) DCCpp command messages. -
Uses of JmriJFrame in jmri.jmrix.dccpp.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.dccpp.swing.packetgen Modifier and Type Class Description classPacketGenFrameFrame for user input of XpressNet messages -
Uses of JmriJFrame in jmri.jmrix.dccpp.swing.virtuallcd
Subclasses of JmriJFrame in jmri.jmrix.dccpp.swing.virtuallcd Modifier and Type Class Description classVirtualLCDFrameFrame to image the DCC-EX command station's OLED display Also sends request to DCC-EX to send copies of all LCD messages to this instance of JMRI -
Uses of JmriJFrame in jmri.jmrix.easydcc.easydccmon
Subclasses of JmriJFrame in jmri.jmrix.easydcc.easydccmon Modifier and Type Class Description classEasyDccMonFrameFrame displaying (and logging) EasyDCC command messages. -
Uses of JmriJFrame in jmri.jmrix.easydcc.packetgen
Subclasses of JmriJFrame in jmri.jmrix.easydcc.packetgen Modifier and Type Class Description classEasyDccPacketGenFrameFrame for user input of EasyDCC messages. -
Uses of JmriJFrame in jmri.jmrix.ecos.swing.preferences
Subclasses of JmriJFrame in jmri.jmrix.ecos.swing.preferences Modifier and Type Class Description classPreferencesFrameFrame for ECoS preferences -
Uses of JmriJFrame in jmri.jmrix.grapevine.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.grapevine.nodeconfig Modifier and Type Class Description classNodeConfigFrameFrame for user configuration of serial nodes. -
Uses of JmriJFrame in jmri.jmrix.grapevine.nodetable
Subclasses of JmriJFrame in jmri.jmrix.grapevine.nodetable Modifier and Type Class Description classNodeTableFrameFrame for user configuration of serial nodes.classRenumberFrameFrame lets user renumber a Grapevine node. -
Uses of JmriJFrame in jmri.jmrix.grapevine.packetgen
Subclasses of JmriJFrame in jmri.jmrix.grapevine.packetgen Modifier and Type Class Description classSerialPacketGenFrameFrame for user input of serial messages. -
Uses of JmriJFrame in jmri.jmrix.grapevine.serialmon
Subclasses of JmriJFrame in jmri.jmrix.grapevine.serialmon Modifier and Type Class Description classSerialMonFrameFrame displaying (and logging) serial command messages. -
Uses of JmriJFrame in jmri.jmrix.ieee802154.swing.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.ieee802154.swing.nodeconfig Modifier and Type Class Description classAddNodeFrameFrame for Adding new NodesclassEditNodeFrameFrame for Editing NodesclassNodeConfigFrameFrame for user configuration of IEEE 802.15.4 nodes. -
Uses of JmriJFrame in jmri.jmrix.ieee802154.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.ieee802154.swing.packetgen Modifier and Type Class Description classPacketGenFrameFrame for user input of XpressNet messages -
Uses of JmriJFrame in jmri.jmrix.ieee802154.xbee.swing.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.ieee802154.xbee.swing.nodeconfig Modifier and Type Class Description classXBeeAddNodeFrameFrame for Adding new NodesclassXBeeEditNodeFrameFrame for Editing NodesclassXBeeNodeConfigFrameFrame for user configuration of XBee nodes Derived from node configuration for c/mri nodes. -
Uses of JmriJFrame in jmri.jmrix.ieee802154.xbee.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.ieee802154.xbee.swing.packetgen Modifier and Type Class Description classPacketGenFrameFrame for user input of Xbee ieee802154 messages -
Uses of JmriJFrame in jmri.jmrix.jinput.treecontrol
Subclasses of JmriJFrame in jmri.jmrix.jinput.treecontrol Modifier and Type Class Description classTreeFrameFrame for controlling JInput access to USN -
Uses of JmriJFrame in jmri.jmrix.jmriclient.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.jmriclient.swing.packetgen Modifier and Type Class Description classPacketGenFrameFrame for user input of JMRIClient messages -
Uses of JmriJFrame in jmri.jmrix.lenz.swing.li101
Subclasses of JmriJFrame in jmri.jmrix.lenz.swing.li101 Modifier and Type Class Description classLI101FrameFrame displaying the LI101 configuration utility -
Uses of JmriJFrame in jmri.jmrix.lenz.swing.liusb
Subclasses of JmriJFrame in jmri.jmrix.lenz.swing.liusb Modifier and Type Class Description classLIUSBConfigFrameFrame displaying the LIUSB configuration utility. -
Uses of JmriJFrame in jmri.jmrix.lenz.swing.lv102
Subclasses of JmriJFrame in jmri.jmrix.lenz.swing.lv102 Modifier and Type Class Description classLV102FrameFrame displaying the LV102 configuration utility -
Uses of JmriJFrame in jmri.jmrix.lenz.swing.lz100
Subclasses of JmriJFrame in jmri.jmrix.lenz.swing.lz100 Modifier and Type Class Description classLZ100FrameFrame displaying the LZ100 configuration utility -
Uses of JmriJFrame in jmri.jmrix.lenz.swing.lzv100
Subclasses of JmriJFrame in jmri.jmrix.lenz.swing.lzv100 Modifier and Type Class Description classLZV100FrameFrame displaying the LZV100 configuration utility. -
Uses of JmriJFrame in jmri.jmrix.lenz.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.lenz.swing.packetgen Modifier and Type Class Description classPacketGenFrameFrame for user input of XpressNet messages -
Uses of JmriJFrame in jmri.jmrix.lenz.swing.stackmon
Subclasses of JmriJFrame in jmri.jmrix.lenz.swing.stackmon Modifier and Type Class Description classStackMonFrameThis frame provides a method for searching the command station stack. -
Uses of JmriJFrame in jmri.jmrix.lenz.swing.systeminfo
Subclasses of JmriJFrame in jmri.jmrix.lenz.swing.systeminfo Modifier and Type Class Description classSystemInfoFrameFrame displaying Version information for XpressNet hardware. -
Uses of JmriJFrame in jmri.jmrix.loconet.hexfile
Subclasses of JmriJFrame in jmri.jmrix.loconet.hexfile Modifier and Type Class Description classHexFileFrameFrame to inject LocoNet messages from a hex file and (optionally) mock a response to specific Discover messages. -
Uses of JmriJFrame in jmri.jmrix.loconet.loconetovertcp
Subclasses of JmriJFrame in jmri.jmrix.loconet.loconetovertcp Modifier and Type Class Description classLnTcpServerFrameFrame displaying the status of the a LocoNet over TCP server. -
Uses of JmriJFrame in jmri.jmrix.loconet.sdfeditor
Subclasses of JmriJFrame in jmri.jmrix.loconet.sdfeditor Modifier and Type Class Description classEditorFrameFrame for editing Digitrax SDF files. -
Uses of JmriJFrame in jmri.jmrix.maple.assignment
Subclasses of JmriJFrame in jmri.jmrix.maple.assignment Modifier and Type Class Description classListFrameFrame for running assignment list. -
Uses of JmriJFrame in jmri.jmrix.maple.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.maple.nodeconfig Modifier and Type Class Description classNodeConfigFrameFrame for user configuration of Maple panel nodes. -
Uses of JmriJFrame in jmri.jmrix.maple.packetgen
Subclasses of JmriJFrame in jmri.jmrix.maple.packetgen Modifier and Type Class Description classSerialPacketGenFrameFrame for user input of serial messages. -
Uses of JmriJFrame in jmri.jmrix.maple.serialmon
Subclasses of JmriJFrame in jmri.jmrix.maple.serialmon Modifier and Type Class Description classSerialMonFrameFrame displaying (and logging) serial command messages. -
Uses of JmriJFrame in jmri.jmrix.oaktree.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.oaktree.nodeconfig Modifier and Type Class Description classNodeConfigFrameFrame for user configuration of OakTree serial nodes. -
Uses of JmriJFrame in jmri.jmrix.oaktree.packetgen
Subclasses of JmriJFrame in jmri.jmrix.oaktree.packetgen Modifier and Type Class Description classSerialPacketGenFrameFrame for user input of serial messages. -
Uses of JmriJFrame in jmri.jmrix.oaktree.serialmon
Subclasses of JmriJFrame in jmri.jmrix.oaktree.serialmon Modifier and Type Class Description classSerialMonFrameFrame displaying (and logging) serial command messages. -
Uses of JmriJFrame in jmri.jmrix.openlcb.swing
Subclasses of JmriJFrame in jmri.jmrix.openlcb.swing Modifier and Type Class Description classNodeSpecificFrameJmriJFrame subclass which stores additional information for locating this frame as carrying OpenLCB node information. -
Uses of JmriJFrame in jmri.jmrix.openlcb.swing.lccpro
Subclasses of JmriJFrame in jmri.jmrix.openlcb.swing.lccpro Modifier and Type Class Description classLccProFrameA window for LCC Network management. -
Uses of JmriJFrame in jmri.jmrix.openlcb.swing.protocoloptions
Subclasses of JmriJFrame in jmri.jmrix.openlcb.swing.protocoloptions Modifier and Type Class Description classProtocolOptionsFrameJmriFrame that allows the user to edit the OpenLCB protocol options. -
Uses of JmriJFrame in jmri.jmrix.openlcb.swing.tie
Subclasses of JmriJFrame in jmri.jmrix.openlcb.swing.tie Modifier and Type Class Description classTieToolFrameFrame for running assignment list. -
Uses of JmriJFrame in jmri.jmrix.powerline.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.powerline.swing.packetgen Modifier and Type Class Description classSerialPacketGenFrameFrame for user input of serial messages. -
Uses of JmriJFrame in jmri.jmrix.pricom.downloader
Subclasses of JmriJFrame in jmri.jmrix.pricom.downloader Modifier and Type Class Description classLoaderFrameFrame for downloading (mangled) .hex files -
Uses of JmriJFrame in jmri.jmrix.pricom.pockettester
Subclasses of JmriJFrame in jmri.jmrix.pricom.pockettester Modifier and Type Class Description classDataSourceSimple GUI for controlling the PRICOM Pocket Tester.classMonitorFrameSimple GUI for access to PRICOM Pocket Monitor.classPacketTableFrameFrame providing survey of DCC contentsclassStatusFrameSimple to display DCC status from Pocket Tester. -
Uses of JmriJFrame in jmri.jmrix.qsi.packetgen
Subclasses of JmriJFrame in jmri.jmrix.qsi.packetgen Modifier and Type Class Description classPacketGenFrameFrame for user input of QSI messages. -
Uses of JmriJFrame in jmri.jmrix.qsi.qsimon
Subclasses of JmriJFrame in jmri.jmrix.qsi.qsimon Modifier and Type Class Description classQsiMonFrameFrame displaying (and logging) QSI command messages -
Uses of JmriJFrame in jmri.jmrix.rfid.swing.tagcarwin
Subclasses of JmriJFrame in jmri.jmrix.rfid.swing.tagcarwin Modifier and Type Class Description classAssociateFrameThe frame to hold an AssociateTag panelFields in jmri.jmrix.rfid.swing.tagcarwin declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameAssociateTag. parentFrameMethods in jmri.jmrix.rfid.swing.tagcarwin with parameters of type JmriJFrame Modifier and Type Method Description voidAssociateTag. setParentFrame(JmriJFrame parentFrame) -
Uses of JmriJFrame in jmri.jmrix.roco.z21.swing.configtool
Subclasses of JmriJFrame in jmri.jmrix.roco.z21.swing.configtool Modifier and Type Class Description classZ21ConfigFrameFrame displaying Version information and broadcast flags for Z21 hardware. -
Uses of JmriJFrame in jmri.jmrix.roco.z21.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.roco.z21.swing.packetgen Modifier and Type Class Description classPacketGenFrameFrame for user input of XpressNet messages. -
Uses of JmriJFrame in jmri.jmrix.rps.aligntable
Subclasses of JmriJFrame in jmri.jmrix.rps.aligntable Modifier and Type Class Description classAlignTableFrameFrame for user configuration of RPS alignment. -
Uses of JmriJFrame in jmri.jmrix.rps.rpsmon
Subclasses of JmriJFrame in jmri.jmrix.rps.rpsmon Modifier and Type Class Description classRpsMonFrameFrame displaying (and logging) RPS messages. -
Uses of JmriJFrame in jmri.jmrix.rps.swing.debugger
Subclasses of JmriJFrame in jmri.jmrix.rps.swing.debugger Modifier and Type Class Description classDebuggerFrameFrame for manual operation and debugging of the RPS system. -
Uses of JmriJFrame in jmri.jmrix.rps.swing.polling
Subclasses of JmriJFrame in jmri.jmrix.rps.swing.polling Modifier and Type Class Description classPollTableFrameFrame for control of RPS polling. -
Uses of JmriJFrame in jmri.jmrix.rps.swing.soundset
Subclasses of JmriJFrame in jmri.jmrix.rps.swing.soundset Modifier and Type Class Description classSoundSetFrameFrame for controlling sound-speed calculation for RPS system. -
Uses of JmriJFrame in jmri.jmrix.rps.trackingpanel
Subclasses of JmriJFrame in jmri.jmrix.rps.trackingpanel Modifier and Type Class Description classRpsTrackingFrameFrame containing the entire display tool. -
Uses of JmriJFrame in jmri.jmrix.secsi.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.secsi.nodeconfig Modifier and Type Class Description classNodeConfigFrameFrame for user configuration of serial nodes. -
Uses of JmriJFrame in jmri.jmrix.secsi.packetgen
Subclasses of JmriJFrame in jmri.jmrix.secsi.packetgen Modifier and Type Class Description classSerialPacketGenFrameFrame for user input of serial messages. -
Uses of JmriJFrame in jmri.jmrix.secsi.serialmon
Subclasses of JmriJFrame in jmri.jmrix.secsi.serialmon Modifier and Type Class Description classSerialMonFrameFrame displaying (and logging) serial command messages. -
Uses of JmriJFrame in jmri.jmrix.sprog.console
Subclasses of JmriJFrame in jmri.jmrix.sprog.console Modifier and Type Class Description classSprogConsoleFrameFrame for Sprog Console -
Uses of JmriJFrame in jmri.jmrix.sprog.packetgen
Subclasses of JmriJFrame in jmri.jmrix.sprog.packetgen Modifier and Type Class Description classSprogPacketGenFrameFrame for user input of Sprog messages. -
Uses of JmriJFrame in jmri.jmrix.sprog.sprogmon
Subclasses of JmriJFrame in jmri.jmrix.sprog.sprogmon Modifier and Type Class Description classSprogMonFrameFrame displaying (and logging) Sprog command messages -
Uses of JmriJFrame in jmri.jmrix.sprog.sprogslotmon
Subclasses of JmriJFrame in jmri.jmrix.sprog.sprogslotmon Modifier and Type Class Description classSprogSlotMonFrameFrame providing a command station slot manager. -
Uses of JmriJFrame in jmri.jmrix.sprog.update
Subclasses of JmriJFrame in jmri.jmrix.sprog.update Modifier and Type Class Description classSprogHexFileClass to encapsulate an intel format hex file and methods to manipulate it.classSprogIIUpdateFrameFrame for SPROG II firmware update utility.classSprogUpdateFrameFrame for SPROG firmware update utility.classSprogVersionFrameDisplay the firmware version of the attached SPROG hardware. -
Uses of JmriJFrame in jmri.jmrix.srcp.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.srcp.swing.packetgen Modifier and Type Class Description classPacketGenFrameFrame for user input of SRCP messages. -
Uses of JmriJFrame in jmri.jmrix.swing
Subclasses of JmriJFrame in jmri.jmrix.swing Modifier and Type Class Description classAbstractPacketGenFrameFrame for user input of XpressNet messages -
Uses of JmriJFrame in jmri.jmrix.tmcc.packetgen
Subclasses of JmriJFrame in jmri.jmrix.tmcc.packetgen Modifier and Type Class Description classSerialPacketGenFrameFrame for user input of serial messages. -
Uses of JmriJFrame in jmri.jmrix.tmcc.serialmon
Subclasses of JmriJFrame in jmri.jmrix.tmcc.serialmon Modifier and Type Class Description classSerialMonFrameFrame displaying (and logging) TMCC serial command messages. -
Uses of JmriJFrame in jmri.jmrix.xpa.swing.packetgen
Subclasses of JmriJFrame in jmri.jmrix.xpa.swing.packetgen Modifier and Type Class Description classXpaPacketGenFrameFrame for user input of Xpa+Modem (dialing) messages. -
Uses of JmriJFrame in jmri.jmrix.xpa.swing.xpaconfig
Subclasses of JmriJFrame in jmri.jmrix.xpa.swing.xpaconfig Modifier and Type Class Description classXpaConfigureFrameFrame for configuring an XPA using a modem. -
Uses of JmriJFrame in jmri.util
Methods in jmri.util with type parameters of type JmriJFrame Modifier and Type Method Description static <T extends JmriJFrame>
java.util.List<T>JmriJFrame. getFrameList(java.lang.Class<T> type)Get a list of currently-existing JmriJFrame objects that are specific sub-classes of JmriJFrame.Methods in jmri.util that return JmriJFrame Modifier and Type Method Description static JmriJFrameJmriJFrame. getFrame(java.lang.String name)Get a JmriJFrame of a particular name.Methods in jmri.util that return types with arguments of type JmriJFrame Modifier and Type Method Description static java.util.List<JmriJFrame>JmriJFrame. getFrameList()Get a List of the currently-existing JmriJFrame objects.Methods in jmri.util with parameters of type JmriJFrame Modifier and Type Method Description (package private) voidJmriJFrame. offSetFrameOnScreen(JmriJFrame f)Move a frame down and to the left by it's top offset or a fixed amount, whichever is larger -
Uses of JmriJFrame in jmri.util.davidflanagan
Fields in jmri.util.davidflanagan declared as JmriJFrame Modifier and Type Field Description protected JmriJFrameHardcopyWriter. previewFrame -
Uses of JmriJFrame in jmri.util.org.mitre.jawb.swing
Fields in jmri.util.org.mitre.jawb.swing declared as JmriJFrame Modifier and Type Field Description protected JmriJFrameDetachableTabbedPane.Detachable. frame -
Uses of JmriJFrame in jmri.util.swing.mdi
Subclasses of JmriJFrame in jmri.util.swing.mdi Modifier and Type Class Description classMdiMainFrameCore JMRI JInternalPane GUI window.Fields in jmri.util.swing.mdi declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrameJmriJInternalFrameInterface. mainFrameConstructors in jmri.util.swing.mdi with parameters of type JmriJFrame Constructor Description JmriJInternalFrameInterface(JmriJFrame mainFrame, javax.swing.JDesktopPane desktop) -
Uses of JmriJFrame in jmri.util.swing.multipane
Subclasses of JmriJFrame in jmri.util.swing.multipane Modifier and Type Class Description classMultiPaneWindowCore JMRI multi-pane GUI window.classThreePaneTLRWindowMultiPane JMRI window with a "top" area over "left" and "right" lower panes, optional toolbar and menu.classTwoPaneTBWindowMultiPane JMRI window with a "top" area over a single bottom lower pane, optional toolbar and menu. -
Uses of JmriJFrame in jmri.util.swing.sdi
Fields in jmri.util.swing.sdi with type parameters of type JmriJFrame Modifier and Type Field Description (package private) java.util.HashMap<JmriPanel,JmriJFrame>JmriJFrameInterface. frames -
Uses of JmriJFrame in jmri.util.usb
Subclasses of JmriJFrame in jmri.util.usb Modifier and Type Class Description classUsbBrowserFrame -
Uses of JmriJFrame in jmri.web.servlet.frameimage
Methods in jmri.web.servlet.frameimage with parameters of type JmriJFrame Modifier and Type Method Description voidJmriJFrameServlet. clickOnEditorPane(java.awt.Component c, int x, int y, JmriJFrame f)
-