Uses of Class
jmri.util.JmriJFrame
-
-
Uses of JmriJFrame in apps
Subclasses of JmriJFrame in apps Modifier and Type Class Description class
AppsLaunchFrame
Base class for main frame (window) of traditional-style JMRI applicationsMethods in apps with parameters of type JmriJFrame Modifier and Type Method Description protected static void
Apps. createFrame(Apps containedPane, JmriJFrame frame)
protected void
Apps. setPrefsFrameHelp(JmriJFrame frame, java.lang.String location)
Set the location of the window-specific help for the preferences pane.protected void
AppsLaunchFrame. 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 JmriJFrame
FirstTimeStartUpWizardAction. f
protected JmriJFrame
Apps3. mainFrame
(package private) JmriJFrame
FirstTimeStartUpWizard. parent
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 class
DecoderPro3Window
Standalone DecoderPro3 Window.Fields in apps.gui3.dp3 declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
PaneProgDp3Action. f
-
Uses of JmriJFrame in apps.gui3.paned
Subclasses of JmriJFrame in apps.gui3.paned Modifier and Type Class Description class
PanelProFrame
Standalone, but paned, PanelPro window. -
Uses of JmriJFrame in apps.gui3.tabbedpreferences
Subclasses of JmriJFrame in apps.gui3.tabbedpreferences Modifier and Type Class Description class
TabbedPreferencesFrame
Support displayingTabbedPreferences
in a window. -
Uses of JmriJFrame in apps.jmrit.log
Subclasses of JmriJFrame in apps.jmrit.log Modifier and Type Class Description class
LogFrame
Frame for adding to the log file. -
Uses of JmriJFrame in jmri.jmris
Subclasses of JmriJFrame in jmri.jmris Modifier and Type Class Description class
JmriServerFrame
Frame 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 class
SimpleServerFrame
Frame 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 class
JmriSRCPServerFrame
Frame 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 class
AnalogClockFrame
Creates 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 class
AbstractAudioFrame
Abstract GUI to edit Audio objects This file is part of JMRI.class
AudioBufferFrame
Defines a GUI to edit AudioBuffer objects.class
AudioListenerFrame
Define a GUI to edit AudioListener objects This file is part of JMRI.class
AudioSourceFrame
Defines 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 class
AutomatTableFrame
Frame 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 class
AudioTableFrame
This file is part of JMRI.class
BeanTableFrame<E extends NamedBean>
Provide a JFrame to display a table of NamedBeans.class
ListedTableFrame<E extends NamedBean>
Provide access to the various tables in the tabbed Tables interface via a listed pane (normally to the left).class
OBlockTableFrame
Override to place the four OBlock tables in tabbed interface.class
SignalHeadAddEditFrame
Frame for creating / editing Signal Heads.Fields in jmri.jmrit.beantable declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
LRouteTableAction. _addFrame
(package private) JmriJFrame
BlockTableAction. addFrame
(package private) JmriJFrame
IdTagTableAction. addFrame
(package private) JmriJFrame
LightTableAction. addFrame
(package private) JmriJFrame
MemoryTableAction. addFrame
(package private) JmriJFrame
SectionTableAction. addFrame
(package private) JmriJFrame
SensorTableAction. addFrame
(package private) JmriJFrame
SignalGroupTableAction. addFrame
(package private) JmriJFrame
TransitTableAction. addFrame
(package private) JmriJFrame
TurnoutTableAction. addFrame
(package private) JmriJFrame
LogixTableAction. addLogixFrame
(package private) JmriJFrame
AbstractLogixNGTableAction. addLogixNGFrame
(package private) JmriJFrame
OBlockTableAction. addOBlockFrame
(package private) JmriJFrame
SignalGroupSubTableAction. addSubFrame
(package private) JmriJFrame
SectionTableAction. frame
(package private) JmriJFrame
SignalGroupTableAction. signalHeadEditFrame
(package private) JmriJFrame
SignalMastLogicTableAction. signalMastLogicFrame
Methods in jmri.jmrit.beantable with parameters of type JmriJFrame Modifier and Type Method Description (package private) void
SignalMastLogicTableAction. autoCreatePairs(JmriJFrame f)
(package private) void
BlockTableAction. 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) JmriJFrame
BeanEditAction. f
-
Uses of JmriJFrame in jmri.jmrit.beantable.light
Subclasses of JmriJFrame in jmri.jmrit.beantable.light Modifier and Type Class Description class
AddEditSingleLightControlFrame
Frame 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 class
BlockPathEditFrame
Defines a GUI for editing OBlock - OPath objects in the _tabbed OBlock Table interface.class
PortalEditFrame
Defines a GUI for editing OBlocks - Portal objects in the _tabbed OBlock Table interface.class
SignalEditFrame
Defines 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 JmriJFrame
TableFrames. 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) void
BlockPathEditFrame. addCloseListener(JmriJFrame frame)
(package private) void
SignalEditFrame. addCloseListener(JmriJFrame frame)
(package private) void
TableFrames. addCloseListener(JmriJFrame desktop)
-
Uses of JmriJFrame in jmri.jmrit.beantable.routetable
Subclasses of JmriJFrame in jmri.jmrit.beantable.routetable Modifier and Type Class Description class
AbstractRouteAddEditFrame
Base class for Add/Edit frame for the Route Table.class
RouteAddFrame
Add frame for the Route Table.class
RouteEditFrame
Edit 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 class
AddSignalMastJFrame
JFrame to create a new SignalMastclass
SignalMastRepeaterJFrame
JFrame to create a new SignalMastFields in jmri.jmrit.beantable.signalmast declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
SignalMastRepeaterPanel. signalMastLogicFrame
-
Uses of JmriJFrame in jmri.jmrit.blockboss
Subclasses of JmriJFrame in jmri.jmrit.blockboss Modifier and Type Class Description class
BlockBossFrame
Provide 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 class
ImageIndexEditor
A 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 class
ConditionalCopyFrame
Extracted from ConditionalEditList.class
ConditionalEditFrame
Extracted from ConditionalEditList.class
ConditionalFrame
Basis for ConditionalEditFrame and ConditionalCopyFrame.Fields in jmri.jmrit.conditional declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
ConditionalEditFrame. _editActionFrame
(package private) JmriJFrame
ConditionalEditBase. _editLogixFrame
(package private) JmriJFrame
ConditionalEditFrame. _editVariableFrame
-
Uses of JmriJFrame in jmri.jmrit.consisttool
Subclasses of JmriJFrame in jmri.jmrit.consisttool Modifier and Type Class Description class
ConsistToolFrame
Frame object for manipulating consists. -
Uses of JmriJFrame in jmri.jmrit.dispatcher
Subclasses of JmriJFrame in jmri.jmrit.dispatcher Modifier and Type Class Description class
ActivateTrainFrame
Displays the Activate New Train dialog and processes information entered there.class
AutoTrainsFrame
AutoTrainsFrame provides a user interface to trains that are running automatically under Dispatcher.class
DispatcherFrame
Dispatcher functionality, working with Sections, Transits and ActiveTrain.Fields in jmri.jmrit.dispatcher declared as JmriJFrame Modifier and Type Field Description protected JmriJFrame
AutoTrainsFrame. autoTrainsFrame
protected JmriJFrame
DispatcherFrame. dispatcherFrame
(package private) JmriJFrame
OptionsMenu. optionsFrame
Methods in jmri.jmrit.dispatcher with parameters of type JmriJFrame Modifier and Type Method Description ActiveTrain
DispatcherFrame. 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.boolean
DispatcherFrame. extendActiveTrainsPath(Section s, ActiveTrain at, JmriJFrame jFrame)
Extend the allocation of a section to a active train.boolean
DispatcherFrame. removeFromActiveTrainPath(Section s, ActiveTrain at, JmriJFrame jFrame)
protected boolean
DispatcherFrame. requestAllocation(ActiveTrain activeTrain, Section section, int direction, int seqNumber, boolean showErrorMessages, JmriJFrame frame)
protected boolean
DispatcherFrame. 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 class
CoordinateEdit
Displays 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.class
DisplayFrame
Extended JmriJFrame that allows to add an InitEventListener for display of a tabbed frame in the CPE Add ItemItemPalette
pane.class
Editor
This is the Model and a Controller for panel editor Views.static class
Editor.JFrameItem
class
JmriJFrameWithPermissions
A JmriJFrame with permissions.class
MemoryIconCoordinateEdit
Displays 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.class
SensorTextEdit
Displays and allows user to modify the text display used in a sensor.class
SlipTurnoutTextEdit
Displays 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 void
Editor. 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) class
CircuitBuilder.CBFrame
class
ControlPanelEditor
Provides a simple editor for adding jmri.jmrit.display items to a captive JFrame.class
EditCircuitFrame
class
EditCircuitPaths
class
EditFrame
Abstract class for the editing frames of CircuitBulderclass
EditPortalDirection
class
EditPortalFrame
class
EditSignalFrame
Fields in jmri.jmrit.display.controlPanelEditor declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
CircuitBuilder. _cbFrame
-
Uses of JmriJFrame in jmri.jmrit.display.controlPanelEditor.shape
Subclasses of JmriJFrame in jmri.jmrit.display.controlPanelEditor.shape Modifier and Type Class Description class
DrawCircle
class
DrawEllipse
class
DrawFrame
Frame to create/edit a Control Panel shape PositionableShape object.class
DrawPolygon
class
DrawRectangle
class
DrawRoundRect
-
Uses of JmriJFrame in jmri.jmrit.display.layoutEditor
Subclasses of JmriJFrame in jmri.jmrit.display.layoutEditor Modifier and Type Class Description class
LayoutEditor
Provides a scrollable Layout Panel and editor toolbars (that can be hidden)class
MultiSensorIconFrame
Provides a simple editor for creating a MultiSensorIcon objectFields in jmri.jmrit.display.layoutEditor declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
MultiSensorIconFrame.Entry. edf
Methods in jmri.jmrit.display.layoutEditor with parameters of type JmriJFrame Modifier and Type Method Description SignalHead
LayoutEditorTools. getNextSignalFromObject(TrackSegment track, java.lang.Object object, java.lang.String signalHeadName, JmriJFrame frame)
Sensor
LayoutEditorTools. getSensorFromEntry(java.lang.String sensorName, boolean requireEntry, JmriJFrame frame)
Returns the Sensor corresponding to an entry field in the specified dialog.SignalHead
LayoutEditorTools. getSignalHeadFromEntry(java.lang.String signalName, boolean requireEntry, JmriJFrame frame)
SignalHead
LayoutEditorTools. getSignalHeadFromEntry(javax.swing.JTextField signalNameTextField, boolean requireEntry, JmriJFrame frame)
SignalHead
LayoutEditorTools. getSignalHeadFromEntry(NamedBeanComboBox<SignalHead> signalNameComboBox, boolean requireEntry, JmriJFrame frame)
Returns the SignalHead corresponding to an entry field in the specified dialog.SignalMast
LayoutEditorTools. 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 JmriJFrame
LayoutTurnoutEditor. editLayoutTurnoutFrame
-
Uses of JmriJFrame in jmri.jmrit.display.logixng
Methods in jmri.jmrit.display.logixng that return JmriJFrame Modifier and Type Method Description JmriJFrame
WindowManagement. getJmriJFrame()
Methods in jmri.jmrit.display.logixng with parameters of type JmriJFrame Modifier and Type Method Description void
WindowManagement.BringToFrontOrBack. run(JmriJFrame f)
void
WindowManagement.HideOrShow. run(JmriJFrame f)
void
WindowManagement.MaximizeMinimizeNormalize. run(JmriJFrame f)
void
WindowManagement. setJmriJFrame(JmriJFrame jmriJFrame)
-
Uses of JmriJFrame in jmri.jmrit.display.palette
Subclasses of JmriJFrame in jmri.jmrit.display.palette Modifier and Type Class Description class
IconDialog
This class is used when FamilyItemPanel classes add, modify or delete icon families.class
IndicatorTOIconDialog
class
ItemDialog
Container for dialogs that modify the user's changes to his/her icon catalog.class
ItemPalette
Container for adding items to Control Panels.class
MultiSensorIconDialog
Icons may be added or deleted from a family.class
SignalHeadIconDialog
This 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 class
PanelEditor
Provides 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 JmriJFrame
PanelEditor. 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 class
SwitchboardEditor
Provides 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) JmriJFrame
BeanSwitch. addFrame
Methods in jmri.jmrit.display.switchboardEditor that return JmriJFrame Modifier and Type Method Description JmriJFrame
SwitchboardEditor. 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 class
DualDecoderSelectFrame
Frame 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 class
AddEntryExitPairFrame
Create frame for an Add Entry Exit.Fields in jmri.jmrit.entryexit declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
AddEntryExitPairPanel. entryExitFrame
(package private) JmriJFrame
AddEntryExitPairPanel. optionsFrame
-
Uses of JmriJFrame in jmri.jmrit.etcs.dmi.swing
Subclasses of JmriJFrame in jmri.jmrit.etcs.dmi.swing Modifier and Type Class Description class
DmiFrame
Class 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 class
LcdClockFrame
Frame 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 class
LearnThrottleFrame
A JFrame to contain throttle elements such as speed control, function panel.class
NXFrame
Frame for defining and launching an entry/exit warrant.(package private) class
TrackerTableAction.TableFrame
Holds a table of Trackers that follow adjacent occupancy.class
WarrantFrame
WarrantFame creates and edits Warrants
This file is part of JMRI.(package private) class
WarrantRoute
Make panels for WarrantFrame and NXFrame windows that create and edit Warrants.class
WarrantTableFrame
The 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 class
ClipboardEditor
Editor of the clipboardclass
ConditionalNGDebugger
Editor of ConditionalNGclass
ConditionalNGEditor
Editor of ConditionalNGclass
ImportLogixFrame
Imports Logixs to LogixNGclass
InlineLogixNGsFrame
Shows the inline LogixNGs.class
LogixNGBrowseWindow
Browse window for LogixNGclass
LogixNGInitializationTable
Table for LogixNG initialization.class
ModuleEditor
Editor of Moduleclass
TreeEditor
Base class for LogixNG editorsclass
TreeViewer
Show the action/expression tree.class
WhereUsedFrame
Create a where used report based on the selected bean.Fields in jmri.jmrit.logixng.tools.swing declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
LogixNGEditor. _editConditionalNGFrame
(package private) JmriJFrame
LogixNGEditor. _editLogixNGFrame
-
Uses of JmriJFrame in jmri.jmrit.mailreport
Subclasses of JmriJFrame in jmri.jmrit.mailreport Modifier and Type Class Description class
ReportFrame
Frame for uploading debugging information -
Uses of JmriJFrame in jmri.jmrit.mastbuilder
Subclasses of JmriJFrame in jmri.jmrit.mastbuilder Modifier and Type Class Description class
MastBuilderPane
Pane for building Signal Mast definitions. -
Uses of JmriJFrame in jmri.jmrit.nixieclock
Subclasses of JmriJFrame in jmri.jmrit.nixieclock Modifier and Type Class Description class
NixieClockFrame
Frame 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 class
OperationsFrame
Frame for operations -
Uses of JmriJFrame in jmri.jmrit.operations.automation
Subclasses of JmriJFrame in jmri.jmrit.operations.automation Modifier and Type Class Description class
AutomationCopyFrame
Frame for making a new copy of a automation.class
AutomationsTableFrame
Frame for adding and editing the automation roster for operations.class
AutomationStartupFrame
Frame for user selection of a startup automationclass
AutomationTableFrame
Frame for user edit of a automation -
Uses of JmriJFrame in jmri.jmrit.operations.locations
Subclasses of JmriJFrame in jmri.jmrit.operations.locations Modifier and Type Class Description class
InterchangeEditFrame
Frame for user edit of a classification/interchange track.class
LocationEditFrame
Frame for user edit of locationclass
LocationsTableFrame
Frame for adding and editing the location roster for operations.class
SpurEditFrame
Frame for user edit of a spur.class
StagingEditFrame
Frame for user edit of a staging trackclass
TrackEditFrame
Frame for user edit of tracks.class
YardEditFrame
Frame for user edit of a yardclass
YardmasterByTrackFrame
Yardmaster by track frame.class
YardmasterFrame
Yardmaster Frame. -
Uses of JmriJFrame in jmri.jmrit.operations.locations.divisions
Subclasses of JmriJFrame in jmri.jmrit.operations.locations.divisions Modifier and Type Class Description class
DivisionEditFrame
Frame for user edit of a division -
Uses of JmriJFrame in jmri.jmrit.operations.locations.schedules
Subclasses of JmriJFrame in jmri.jmrit.operations.locations.schedules Modifier and Type Class Description class
ScheduleEditFrame
Frame for user edit of a scheduleclass
SchedulesTableFrame
Frame 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 class
ScheduleCopyFrame
Frame for copying a schedule for operations.(package private) class
ScheduleOptionsFrame
Frame used to edit alternate track selection and percentage of loads from staging.class
SchedulesAndStagingFrame
Frame to display the staging tracks and spurs with schedules.class
SchedulesByLoadFrame
Frame 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) class
AlternateTrackFrame
Frame that allows user to select alternate track and options.(package private) class
ChangeTrackFrame
Action to change the type of track.(package private) class
ChangeTracksFrame
Action to change all of tracks at a location to the same type of track.(package private) class
IgnoreUsedTrackFrame
Planned Pick ups.class
LocationCopyFrame
Frame for copying a location for operations.class
LocationsByCarLoadFrame
Frame to display which locations service certain car loadsclass
LocationsByCarTypeFrame
Frame to display which locations service certain car typesclass
LocationTrackBlockingOrderFrame
Frame for user edit of location(package private) class
PoolTrackFrame
Things to test with this frame: - Adding a new Pool name to the available pools list - What happens when a null track is passed to the frame - Selecting an existing pool and saving it to the track - Selecting a minimum length and saving it to the track - Not sure if we want to test the status display panel, as it doesn't do anything.class
PrintLocationsFrame
Frame to print a summary of the Location Roster contentsclass
SetPhysicalLocationFrame
Frame for setting train physical location coordinates for a location.class
ShowTrainsServingLocationFrame
Frame to show which trains can service this locationclass
TrackCopyFrame
Frame for copying a track for operations.class
TrackDestinationEditFrame
Frame for user edit of track destinationsclass
TrackEditCommentsFrame
class
TrackLoadEditFrame
Frame for user edit of track loadsclass
TrackRoadEditFrame
Frame 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 class
RollingStockAttributeEditFrame
Frame for editing a rolling stock attribute.class
RollingStockEditFrame
Frame for edit of rolling stock.class
RollingStockSetFrame<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 JmriJFrame
ImportRollingStock. fstatus
-
Uses of JmriJFrame in jmri.jmrit.operations.rollingstock.cars
Subclasses of JmriJFrame in jmri.jmrit.operations.rollingstock.cars Modifier and Type Class Description class
CarEditFrame
Frame for user edit of carclass
CarSetFrame
Frame for user to place car on the layoutclass
CarsTableFrame
Frame 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 class
CarAttributeEditFrame
Frame for editing a car attribute.class
CarLoadEditFrame
Frame for adding and editing the car load attribute for operations.class
CarsSetFrame
Frame for user to place a group of cars on the layoutclass
PrintCarRosterFrame
Prints a summary of the car roster -
Uses of JmriJFrame in jmri.jmrit.operations.rollingstock.engines
Subclasses of JmriJFrame in jmri.jmrit.operations.rollingstock.engines Modifier and Type Class Description class
EngineEditFrame
Frame for user edit of engineclass
EngineSetFrame
Frame for user to place engine on the layoutclass
EnginesTableFrame
Frame 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 class
EngineAttributeEditFrame
Frame for editing an engine attribute.class
EnginesSetFrame
Frame for user to modify a group of engines on the layoutclass
PrintEngineRosterFrame
Prints engine roster. -
Uses of JmriJFrame in jmri.jmrit.operations.routes
Subclasses of JmriJFrame in jmri.jmrit.operations.routes Modifier and Type Class Description class
RouteEditFrame
Frame for user edit of routeclass
RoutesTableFrame
Frame 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 class
RouteBlockingOrderEditFrame
Frame for user edit of q route's blocking order.class
RouteCopyFrame
Frame for copying a route for operations.class
SetTrainIconPositionFrame
Frame for setting train icon coordinates for a location.class
SetTrainIconRouteFrame
Frame for setting train icon coordinates for a location.class
ShowRoutesServingLocationFrame
Frame to show and edit which routes can service a location -
Uses of JmriJFrame in jmri.jmrit.operations.setup
Subclasses of JmriJFrame in jmri.jmrit.operations.setup Modifier and Type Class Description class
BuildReportOptionFrame
Frame for user edit of the build report optionsclass
EditManifestHeaderTextFrame
Frame for user edit of manifest header text stringsclass
EditManifestTextFrame
Frame for user edit of manifest text stringsclass
EditSwitchListTextFrame
Frame for user edit of switch list text stringsclass
OperationsSettingsFrame
Frame for user edit of operation parametersclass
OptionFrame
Frame for user edit of setup optionsclass
PrintMoreOptionFrame
Frame for user edit of additional manifest print optionsclass
PrintOptionFrame
Frame for user edit of manifest and switch list print options -
Uses of JmriJFrame in jmri.jmrit.operations.trains
Subclasses of JmriJFrame in jmri.jmrit.operations.trains Modifier and Type Class Description class
TrainConductorFrame
Conductor Frame.class
TrainEditBuildOptionsFrame
Frame for user edit of a train's build optionsclass
TrainEditFrame
Frame for user edit of a trainclass
TrainLoadOptionsFrame
Frame for user edit of a train's load optionsclass
TrainRoadOptionsFrame
Frame for user edit of a train's road optionsclass
TrainsTableFrame
Frame for adding and editing the train roster for operations.class
TrainSwitchListEditFrame
Frame for user selection of switch listsstatic class
TrainSwitchListEditFrame.TrainSwitchListCommentFrame
-
Uses of JmriJFrame in jmri.jmrit.operations.trains.excel
Subclasses of JmriJFrame in jmri.jmrit.operations.trains.excel Modifier and Type Class Description class
SetupExcelProgramFrame
Frame for user edit of the file name and setup of an Excel program.class
SetupExcelProgramManifestFrame
Frame for user edit of the file name of an Excel program used to generate custom manifests.class
SetupExcelProgramSwitchListFrame
Frame for user edit of the file name of an Excel program used to generate switch lists. -
Uses of JmriJFrame in jmri.jmrit.operations.trains.schedules
Subclasses of JmriJFrame in jmri.jmrit.operations.trains.schedules Modifier and Type Class Description class
TrainsScheduleEditFrame
Used to edit train schedules.class
TrainsScheduleTableFrame
Frame 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 class
ChangeDepartureTimesFrame
Change Departure Time frame for operations.class
PrintTrainsFrame
Prints a summary of a train or trains.class
ShowCarsInTrainFrame
Show Cars In Train Frame.class
TrainByCarTypeFrame
Frame to display by rolling stock, the locations serviced by this trainclass
TrainCopyFrame
Frame for making a new copy of a train.class
TrainManifestOptionFrame
Frame for user edit of the train manifest optionsclass
TrainsByCarTypeFrame
Frame to display which trains service certain car typesclass
TrainScriptFrame
Frame for user edit of a train's script options.class
TrainsScriptFrame
Frame for user edit of startup and shutdown operation scripts.class
TrainsTableSetColorFrame
Frame 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 class
PickFrame
-
Uses of JmriJFrame in jmri.jmrit.powerpanel
Subclasses of JmriJFrame in jmri.jmrit.powerpanel Modifier and Type Class Description class
PowerPanelFrame
Frame 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 class
PragotronClockFrame
Frame 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) JmriJFrame
PrintRosterEntry. _parent
Constructors 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 class
RosterFrame
A window for Roster management.Fields in jmri.jmrit.roster.swing declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
RemoveRosterEntryToGroupAction. frame
-
Uses of JmriJFrame in jmri.jmrit.roster.swing.rostergroup
Subclasses of JmriJFrame in jmri.jmrit.roster.swing.rostergroup Modifier and Type Class Description class
RosterGroupTableFrame
Provide 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 class
SpeedProfileFrame
Frame Entry Exit Framesclass
SpeedProfileTable
Display Speed Profile. -
Uses of JmriJFrame in jmri.jmrit.sendpacket
Subclasses of JmriJFrame in jmri.jmrit.sendpacket Modifier and Type Class Description class
SendPacketFrame
User interface for sending DCC packets. -
Uses of JmriJFrame in jmri.jmrit.sensorgroup
Subclasses of JmriJFrame in jmri.jmrit.sensorgroup Modifier and Type Class Description class
SensorGroupFrame
User 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 class
SignallingFrame
Provide a JFrame to display a pane to edit the Signal Mast Logic for one Signal Mast.class
SignallingSourceFrame
Frame for Signal Logic Source Mast status.Fields in jmri.jmrit.signalling declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
SignallingSourcePanel. signalMastLogicFrame
Methods in jmri.jmrit.signalling with parameters of type JmriJFrame Modifier and Type Method Description static void
SignallingGuiTools. 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 boolean
SignallingGuiTools. 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 void
SignallingGuiTools. 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 void
SignallingGuiTools. 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 class
SimpleClockFrame
Frame 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 class
SimpleLightCtrlFrame
Frame controlling a single light. -
Uses of JmriJFrame in jmri.jmrit.simpleprog
Subclasses of JmriJFrame in jmri.jmrit.simpleprog Modifier and Type Class Description class
SimpleProgFrame
Frame 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 class
SimpleTurnoutCtrlFrame
Frame to control a single turnout. -
Uses of JmriJFrame in jmri.jmrit.speedometer
Subclasses of JmriJFrame in jmri.jmrit.speedometer Modifier and Type Class Description class
SpeedometerFrame
Frame 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 class
MeterFrame
Frame 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 class
PaneOpsProgFrame
Extend the PaneProgFrame to handle ops mode operationsclass
PaneProgFrame
Frame providing a command station programmer from decoder definition files.class
PaneServiceProgFrame
Extend 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 class
ThrottlesPreferencesWindow
A frame to display and edit Throttles preferencesclass
ThrottleWindow
-
Uses of JmriJFrame in jmri.jmrit.timetable.swing
Subclasses of JmriJFrame in jmri.jmrit.timetable.swing Modifier and Type Class Description class
TimeTableFrame
Create and maintain timetables. -
Uses of JmriJFrame in jmri.jmrit.ussctc
Subclasses of JmriJFrame in jmri.jmrit.ussctc Modifier and Type Class Description class
FollowerFrame
User interface frame for creating and editing "Follower" logic on USS CTC machines.class
OsIndicatorFrame
User 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 JmriJFrame
VSDecoderManager. 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 class
ManageLocationsFrame
GUI to manage Reporters, Blocks, Locations and Listener attributes.class
VSDManagerFrame
Main 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 class
WhereUsedFrame
Create 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 class
ControllerFilterFrame
class
UserInterface
UserInterface.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 class
UserInterface
-
Uses of JmriJFrame in jmri.jmrix
Subclasses of JmriJFrame in jmri.jmrix Modifier and Type Class Description class
AbstractMonFrame
Abstract 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 class
AcelaMonFrame
Frame 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 class
NodeConfigFrame
Frame 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 class
AcelaPacketGenFrame
Frame 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 class
SpeedoConsoleFrame
Frame 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 class
CbusEventHighlightFrame
Frame to control an instance of CBUS highlighter to highlight events.class
CbusFilterFrame
Frame 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 class
SprogCbusModeSwitcherFrame
Base class for CBUS SPROG Mode Switcher .class
SprogCbusSimpleModeSwitcherFrame
Mode Switcher to switch modes between programmer and command station for simple hardware with a single track output.class
SprogCbusSprog3PlusModeSwitcherFrame
Mode 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 class
CbusNodeEditEventFrame
Frame to control an instance of CBUS highlighter to highlight events.class
CbusNodeRestoreFcuFrame
-
Uses of JmriJFrame in jmri.jmrix.cmri.serial.assignment
Subclasses of JmriJFrame in jmri.jmrix.cmri.serial.assignment Modifier and Type Class Description class
ListFrame
Frame 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 class
CMRInetManagerFrame
Frame for a table view to manage a CMRInet network.class
CMRInetMetricsFrame
Frame 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 class
DiagnosticFrame
Frame 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 class
NodeConfigManagerFrame
Frames 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 class
NodeIOListFrame
Frame 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 class
SerialPacketGenFrame
Frame 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 class
SerialFilterFrame
Frame for a message filter for CMRInet network packets.class
SerialMonFrame
Frame 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 class
ServerFrame
Frame 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 class
ConfigBaseStationFrame
-
Uses of JmriJFrame in jmri.jmrix.dccpp.swing.mon
Subclasses of JmriJFrame in jmri.jmrix.dccpp.swing.mon Modifier and Type Class Description class
DCCppMonFrame
Frame 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 class
PacketGenFrame
Frame 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 class
VirtualLCDFrame
Frame 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 class
EasyDccMonFrame
Frame 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 class
EasyDccPacketGenFrame
Frame 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 class
PreferencesFrame
Frame for ECoS preferences -
Uses of JmriJFrame in jmri.jmrix.grapevine.nodeconfig
Subclasses of JmriJFrame in jmri.jmrix.grapevine.nodeconfig Modifier and Type Class Description class
NodeConfigFrame
Frame 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 class
NodeTableFrame
Frame for user configuration of serial nodes.class
RenumberFrame
Frame 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 class
SerialPacketGenFrame
Frame 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 class
SerialMonFrame
Frame 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 class
AddNodeFrame
Frame for Adding new Nodesclass
EditNodeFrame
Frame for Editing Nodesclass
NodeConfigFrame
Frame 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 class
PacketGenFrame
Frame 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 class
XBeeAddNodeFrame
Frame for Adding new Nodesclass
XBeeEditNodeFrame
Frame for Editing Nodesclass
XBeeNodeConfigFrame
Frame 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 class
PacketGenFrame
Frame 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 class
TreeFrame
Frame 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 class
PacketGenFrame
Frame 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 class
LI101Frame
Frame 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 class
LIUSBConfigFrame
Frame 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 class
LV102Frame
Frame 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 class
LZ100Frame
Frame 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 class
LZV100Frame
Frame 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 class
PacketGenFrame
Frame 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 class
StackMonFrame
This 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 class
SystemInfoFrame
Frame 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 class
HexFileFrame
Frame 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 class
LnTcpServerFrame
Frame 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 class
EditorFrame
Frame 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 class
ListFrame
Frame 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 class
NodeConfigFrame
Frame 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 class
SerialPacketGenFrame
Frame 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 class
SerialMonFrame
Frame 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 class
NodeConfigFrame
Frame 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 class
SerialPacketGenFrame
Frame 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 class
SerialMonFrame
Frame 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 class
NodeSpecificFrame
JmriJFrame subclass which stores additional information for locating this frame as carrying OpenLCB node information. -
Uses of JmriJFrame in jmri.jmrix.openlcb.swing.protocoloptions
Subclasses of JmriJFrame in jmri.jmrix.openlcb.swing.protocoloptions Modifier and Type Class Description class
ProtocolOptionsFrame
JmriFrame 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 class
TieToolFrame
Frame 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 class
SerialPacketGenFrame
Frame 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 class
LoaderFrame
Frame 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 class
DataSource
Simple GUI for controlling the PRICOM Pocket Tester.class
MonitorFrame
Simple GUI for access to PRICOM Pocket Monitor.class
PacketTableFrame
Frame providing survey of DCC contentsclass
StatusFrame
Simple 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 class
PacketGenFrame
Frame 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 class
QsiMonFrame
Frame 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 class
AssociateFrame
The frame to hold an AssociateTag panelFields in jmri.jmrix.rfid.swing.tagcarwin declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
AssociateTag. parentFrame
Methods in jmri.jmrix.rfid.swing.tagcarwin with parameters of type JmriJFrame Modifier and Type Method Description void
AssociateTag. 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 class
Z21ConfigFrame
Frame 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 class
PacketGenFrame
Frame 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 class
AlignTableFrame
Frame 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 class
RpsMonFrame
Frame 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 class
DebuggerFrame
Frame 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 class
PollTableFrame
Frame 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 class
SoundSetFrame
Frame 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 class
RpsTrackingFrame
Frame 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 class
NodeConfigFrame
Frame 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 class
SerialPacketGenFrame
Frame 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 class
SerialMonFrame
Frame 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 class
SprogConsoleFrame
Frame for Sprog Console -
Uses of JmriJFrame in jmri.jmrix.sprog.packetgen
Subclasses of JmriJFrame in jmri.jmrix.sprog.packetgen Modifier and Type Class Description class
SprogPacketGenFrame
Frame 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 class
SprogMonFrame
Frame 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 class
SprogSlotMonFrame
Frame 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 class
SprogHexFile
Class to encapsulate an intel format hex file and methods to manipulate it.class
SprogIIUpdateFrame
Frame for SPROG II firmware update utility.class
SprogUpdateFrame
Frame for SPROG firmware update utility.class
SprogVersionFrame
Display 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 class
PacketGenFrame
Frame 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 class
AbstractPacketGenFrame
Frame 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 class
SerialPacketGenFrame
Frame 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 class
SerialMonFrame
Frame 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 class
XpaPacketGenFrame
Frame 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 class
XpaConfigureFrame
Frame 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 JmriJFrame
JmriJFrame. 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) void
JmriJFrame. 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 JmriJFrame
HardcopyWriter. previewFrame
-
Uses of JmriJFrame in jmri.util.swing.mdi
Subclasses of JmriJFrame in jmri.util.swing.mdi Modifier and Type Class Description class
MdiMainFrame
Core JMRI JInternalPane GUI window.Fields in jmri.util.swing.mdi declared as JmriJFrame Modifier and Type Field Description (package private) JmriJFrame
JmriJInternalFrameInterface. mainFrame
Constructors 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 class
MultiPaneWindow
Core JMRI multi-pane GUI window.class
ThreePaneTLRWindow
MultiPane JMRI window with a "top" area over "left" and "right" lower panes, optional toolbar and menu.class
TwoPaneTBWindow
MultiPane 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 class
UsbBrowserFrame
-
Uses of JmriJFrame in jmri.web.servlet.frameimage
Methods in jmri.web.servlet.frameimage with parameters of type JmriJFrame Modifier and Type Method Description void
JmriJFrameServlet. clickOnEditorPane(java.awt.Component c, int x, int y, JmriJFrame f)
-