Uses of Interface
jmri.util.swing.WindowInterface
-
-
Uses of WindowInterface in apps
Classes in apps that implement WindowInterface Modifier and Type Class Description class
AppsLaunchFrame
Base class for main frame (window) of traditional-style JMRI applicationsMethods in apps with parameters of type WindowInterface Modifier and Type Method Description protected void
Apps. createMenus(javax.swing.JMenuBar menuBar, WindowInterface wi)
Create default menubar.protected static void
AppsMainMenu. createMenus(javax.swing.JMenuBar menuBar, WindowInterface wi, javax.swing.JPanel pane, java.lang.String windowHelpID)
Add menus to a menu bar.Constructors in apps with parameters of type WindowInterface Constructor Description CheckForUpdateAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
CheckForUpdateAction(java.lang.String s, WindowInterface wi)
LicenseAction(java.lang.String s, javax.swing.Icon i, WindowInterface w)
LicenseAction(java.lang.String s, WindowInterface w)
ReportContextAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
ReportContextAction(java.lang.String s, WindowInterface wi)
RestartAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
RestartAction(java.lang.String s, WindowInterface wi)
SystemConsoleAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
SystemConsoleAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in apps.DecoderPro
Constructors in apps.DecoderPro with parameters of type WindowInterface Constructor Description DecoderProAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
DecoderProAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in apps.gui3
Constructors in apps.gui3 with parameters of type WindowInterface Constructor Description FirstTimeStartUpWizardAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
FirstTimeStartUpWizardAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in apps.gui3.dp3
Classes in apps.gui3.dp3 that implement WindowInterface Modifier and Type Class Description class
DecoderPro3Window
Standalone DecoderPro3 Window.Constructors in apps.gui3.dp3 with parameters of type WindowInterface Constructor Description DecoderPro3Action(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
DecoderPro3Action(java.lang.String s, WindowInterface wi)
PaneProgDp3Action(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
PaneProgDp3Action(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in apps.gui3.paned
Classes in apps.gui3.paned that implement WindowInterface Modifier and Type Class Description class
PanelProFrame
Standalone, but paned, PanelPro window.Constructors in apps.gui3.paned with parameters of type WindowInterface Constructor Description PanelProAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
PanelProAction(java.lang.String s, WindowInterface wi)
Enhanced constructor for placing the pane in various GUIsQuitAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
QuitAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in apps.gui3.tabbedpreferences
Classes in apps.gui3.tabbedpreferences that implement WindowInterface Modifier and Type Class Description class
TabbedPreferencesFrame
Support displayingTabbedPreferences
in a window.Constructors in apps.gui3.tabbedpreferences with parameters of type WindowInterface Constructor Description TabbedPreferencesAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
TabbedPreferencesAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String category)
TabbedPreferencesAction(java.lang.String s, WindowInterface wi)
TabbedPreferencesAction(java.lang.String s, WindowInterface wi, java.lang.String category, java.lang.String subCategory)
-
Uses of WindowInterface in apps.jmrit.log
Classes in apps.jmrit.log that implement WindowInterface Modifier and Type Class Description class
LogFrame
Frame for adding to the log file. -
Uses of WindowInterface in apps.PanelPro
Constructors in apps.PanelPro with parameters of type WindowInterface Constructor Description PanelProAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
PanelProAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in apps.swing
Constructors in apps.swing with parameters of type WindowInterface Constructor Description AboutAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
AboutAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in apps.TrainCrew
Constructors in apps.TrainCrew with parameters of type WindowInterface Constructor Description InstallFromURL(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
InstallFromURL(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmris
Classes in jmri.jmris that implement WindowInterface Modifier and Type Class Description class
JmriServerFrame
Frame displaying start/stop buttons for the JMRI server. -
Uses of WindowInterface in jmri.jmris.simpleserver
Classes in jmri.jmris.simpleserver that implement WindowInterface Modifier and Type Class Description class
SimpleServerFrame
Frame displaying start/stop buttons for the JMRI Simple Server. -
Uses of WindowInterface in jmri.jmris.srcp
Classes in jmri.jmris.srcp that implement WindowInterface Modifier and Type Class Description class
JmriSRCPServerFrame
Frame displaying start/stop buttons for the JMRI SRCP server. -
Uses of WindowInterface in jmri.jmrit
Constructors in jmri.jmrit with parameters of type WindowInterface Constructor Description XmlFileCheckAction(java.lang.String s, WindowInterface wi)
XmlFileValidateAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.analogclock
Classes in jmri.jmrit.analogclock that implement WindowInterface Modifier and Type Class Description class
AnalogClockFrame
Creates a JFrame containing an analog clockface and hands. -
Uses of WindowInterface in jmri.jmrit.audio.swing
Classes in jmri.jmrit.audio.swing that implement WindowInterface 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 WindowInterface in jmri.jmrit.automat.monitor
Classes in jmri.jmrit.automat.monitor that implement WindowInterface Modifier and Type Class Description class
AutomatTableFrame
Frame providing a table of Automat instances -
Uses of WindowInterface in jmri.jmrit.beantable
Classes in jmri.jmrit.beantable that implement WindowInterface 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. -
Uses of WindowInterface in jmri.jmrit.beantable.light
Classes in jmri.jmrit.beantable.light that implement WindowInterface Modifier and Type Class Description class
AddEditSingleLightControlFrame
Frame to add or edit a single Light Control. -
Uses of WindowInterface in jmri.jmrit.beantable.oblock
Classes in jmri.jmrit.beantable.oblock that implement WindowInterface 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. -
Uses of WindowInterface in jmri.jmrit.beantable.routetable
Classes in jmri.jmrit.beantable.routetable that implement WindowInterface 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 WindowInterface in jmri.jmrit.beantable.signalmast
Classes in jmri.jmrit.beantable.signalmast that implement WindowInterface Modifier and Type Class Description class
AddSignalMastJFrame
JFrame to create a new SignalMastclass
SignalMastRepeaterJFrame
JFrame to create a new SignalMast -
Uses of WindowInterface in jmri.jmrit.blockboss
Classes in jmri.jmrit.blockboss that implement WindowInterface Modifier and Type Class Description class
BlockBossFrame
Provide a GUI for configuring "Simple Signal Logic" (BlockBossLogic) objects. -
Uses of WindowInterface in jmri.jmrit.cabsignals
Constructors in jmri.jmrit.cabsignals with parameters of type WindowInterface Constructor Description CabSignalAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
CabSignalAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.catalog
Classes in jmri.jmrit.catalog that implement WindowInterface Modifier and Type Class Description class
ImageIndexEditor
A JFrame for creating and editing an Image Index. -
Uses of WindowInterface in jmri.jmrit.conditional
Classes in jmri.jmrit.conditional that implement WindowInterface Modifier and Type Class Description class
ConditionalCopyFrame
Extracted from ConditionalEditList.class
ConditionalEditFrame
Extracted from ConditionalEditList.class
ConditionalFrame
Basis for ConditionalEditFrame and ConditionalCopyFrame. -
Uses of WindowInterface in jmri.jmrit.consisttool
Classes in jmri.jmrit.consisttool that implement WindowInterface Modifier and Type Class Description class
ConsistToolFrame
Frame object for manipulating consists.Constructors in jmri.jmrit.consisttool with parameters of type WindowInterface Constructor Description ConsistToolAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
ConsistToolAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.decoderdefn
Constructors in jmri.jmrit.decoderdefn with parameters of type WindowInterface Constructor Description DecoderIndexCreateAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
DecoderIndexCreateAction(java.lang.String s, WindowInterface wi)
InstallDecoderFileAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
InstallDecoderFileAction(java.lang.String s, WindowInterface wi)
InstallDecoderURLAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
InstallDecoderURLAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.dispatcher
Classes in jmri.jmrit.dispatcher that implement WindowInterface 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. -
Uses of WindowInterface in jmri.jmrit.display
Classes in jmri.jmrit.display that implement WindowInterface 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 LayoutEditor -
Uses of WindowInterface in jmri.jmrit.display.controlPanelEditor
Classes in jmri.jmrit.display.controlPanelEditor that implement WindowInterface 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
-
Uses of WindowInterface in jmri.jmrit.display.controlPanelEditor.shape
Classes in jmri.jmrit.display.controlPanelEditor.shape that implement WindowInterface 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 WindowInterface in jmri.jmrit.display.layoutEditor
Classes in jmri.jmrit.display.layoutEditor that implement WindowInterface 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 object -
Uses of WindowInterface in jmri.jmrit.display.palette
Classes in jmri.jmrit.display.palette that implement WindowInterface 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 WindowInterface in jmri.jmrit.display.panelEditor
Classes in jmri.jmrit.display.panelEditor that implement WindowInterface Modifier and Type Class Description class
PanelEditor
Provides a simple editor for adding jmri.jmrit.display items to a captive JFrame. -
Uses of WindowInterface in jmri.jmrit.display.switchboardEditor
Classes in jmri.jmrit.display.switchboardEditor that implement WindowInterface 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. -
Uses of WindowInterface in jmri.jmrit.dualdecoder
Classes in jmri.jmrit.dualdecoder that implement WindowInterface Modifier and Type Class Description class
DualDecoderSelectFrame
Frame for user dual-decoder select too.Constructors in jmri.jmrit.dualdecoder with parameters of type WindowInterface Constructor Description DualDecoderToolAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
DualDecoderToolAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.entryexit
Classes in jmri.jmrit.entryexit that implement WindowInterface Modifier and Type Class Description class
AddEntryExitPairFrame
Create frame for an Add Entry Exit. -
Uses of WindowInterface in jmri.jmrit.etcs.dmi.swing
Classes in jmri.jmrit.etcs.dmi.swing that implement WindowInterface Modifier and Type Class Description class
DmiFrame
Class to represent an ERTMS ETCS DMI Screen within a JFrame. -
Uses of WindowInterface in jmri.jmrit.jython
Constructors in jmri.jmrit.jython with parameters of type WindowInterface Constructor Description RunJythonScript(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
RunJythonScript(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.lcdclock
Classes in jmri.jmrit.lcdclock that implement WindowInterface Modifier and Type Class Description class
LcdClockFrame
Frame providing a simple clock showing Lcd tubes. -
Uses of WindowInterface in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement WindowInterface 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 WindowInterface in jmri.jmrit.logixng.tools.swing
Classes in jmri.jmrit.logixng.tools.swing that implement WindowInterface 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. -
Uses of WindowInterface in jmri.jmrit.mailreport
Classes in jmri.jmrit.mailreport that implement WindowInterface Modifier and Type Class Description class
ReportFrame
Frame for uploading debugging information -
Uses of WindowInterface in jmri.jmrit.mastbuilder
Classes in jmri.jmrit.mastbuilder that implement WindowInterface Modifier and Type Class Description class
MastBuilderPane
Pane for building Signal Mast definitions. -
Uses of WindowInterface in jmri.jmrit.nixieclock
Classes in jmri.jmrit.nixieclock that implement WindowInterface Modifier and Type Class Description class
NixieClockFrame
Frame providing a simple clock showing Nixie tubes. -
Uses of WindowInterface in jmri.jmrit.operations
Classes in jmri.jmrit.operations that implement WindowInterface Modifier and Type Class Description class
OperationsFrame
Frame for operations -
Uses of WindowInterface in jmri.jmrit.operations.automation
Classes in jmri.jmrit.operations.automation that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.locations
Classes in jmri.jmrit.operations.locations that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.locations.divisions
Classes in jmri.jmrit.operations.locations.divisions that implement WindowInterface Modifier and Type Class Description class
DivisionEditFrame
Frame for user edit of a division -
Uses of WindowInterface in jmri.jmrit.operations.locations.schedules
Classes in jmri.jmrit.operations.locations.schedules that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.locations.schedules.tools
Classes in jmri.jmrit.operations.locations.schedules.tools that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.locations.tools
Classes in jmri.jmrit.operations.locations.tools that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.rollingstock
Classes in jmri.jmrit.operations.rollingstock that implement WindowInterface 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 layout -
Uses of WindowInterface in jmri.jmrit.operations.rollingstock.cars
Classes in jmri.jmrit.operations.rollingstock.cars that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.rollingstock.cars.tools
Classes in jmri.jmrit.operations.rollingstock.cars.tools that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.rollingstock.engines
Classes in jmri.jmrit.operations.rollingstock.engines that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.rollingstock.engines.tools
Classes in jmri.jmrit.operations.rollingstock.engines.tools that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.routes
Classes in jmri.jmrit.operations.routes that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.routes.tools
Classes in jmri.jmrit.operations.routes.tools that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.setup
Classes in jmri.jmrit.operations.setup that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.trains
Classes in jmri.jmrit.operations.trains that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.trains.excel
Classes in jmri.jmrit.operations.trains.excel that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.trains.schedules
Classes in jmri.jmrit.operations.trains.schedules that implement WindowInterface 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 WindowInterface in jmri.jmrit.operations.trains.tools
Classes in jmri.jmrit.operations.trains.tools that implement WindowInterface 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 WindowInterface in jmri.jmrit.permission.swing
Constructors in jmri.jmrit.permission.swing with parameters of type WindowInterface Constructor Description ChangePasswordAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
ChangePasswordAction(java.lang.String s, WindowInterface wi)
LoginAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
LoginAction(java.lang.String s, WindowInterface wi)
LogoutAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
LogoutAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.picker
Classes in jmri.jmrit.picker that implement WindowInterface Modifier and Type Class Description class
PickFrame
-
Uses of WindowInterface in jmri.jmrit.powerpanel
Classes in jmri.jmrit.powerpanel that implement WindowInterface Modifier and Type Class Description class
PowerPanelFrame
Frame for controlling layout power via a PowerManager.Constructors in jmri.jmrit.powerpanel with parameters of type WindowInterface Constructor Description PowerPanelAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
PowerPanelAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.pragotronclock
Classes in jmri.jmrit.pragotronclock that implement WindowInterface Modifier and Type Class Description class
PragotronClockFrame
Frame providing a simple clock showing Pragotron clock. -
Uses of WindowInterface in jmri.jmrit.roster
Constructors in jmri.jmrit.roster with parameters of type WindowInterface Constructor Description AbstractRosterItemAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
AbstractRosterItemAction(java.lang.String s, WindowInterface wi)
CopyRosterItemAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
CopyRosterItemAction(java.lang.String s, WindowInterface wi)
DeleteRosterItemAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
DeleteRosterItemAction(java.lang.String s, WindowInterface wi)
FullBackupExportAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
FullBackupExportAction(java.lang.String s, WindowInterface wi)
FullBackupImportAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
FullBackupImportAction(java.lang.String s, WindowInterface wi)
ImportRosterItemAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
ImportRosterItemAction(java.lang.String s, WindowInterface wi)
PrintListAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
PrintListAction(java.lang.String s, WindowInterface wi)
PrintRosterAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
PrintRosterAction(java.lang.String s, WindowInterface wi)
RecreateRosterAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
RecreateRosterAction(java.lang.String s, WindowInterface wi)
UpdateDecoderDefinitionAction(java.lang.String name, javax.swing.Icon i, WindowInterface wi)
Update the decoder definitions in the roster.UpdateDecoderDefinitionAction(java.lang.String name, WindowInterface wi)
Update the decoder definitions in the roster. -
Uses of WindowInterface in jmri.jmrit.roster.swing
Classes in jmri.jmrit.roster.swing that implement WindowInterface Modifier and Type Class Description class
RosterFrame
A window for Roster management.Constructors in jmri.jmrit.roster.swing with parameters of type WindowInterface Constructor Description CopyRosterGroupAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
CopyRosterGroupAction(java.lang.String s, WindowInterface wi)
CreateRosterGroupAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
CreateRosterGroupAction(java.lang.String s, WindowInterface wi)
DeleteRosterGroupAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
DeleteRosterGroupAction(java.lang.String s, WindowInterface wi)
RenameRosterGroupAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
RenameRosterGroupAction(java.lang.String s, WindowInterface wi)
RosterFrameAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
RosterFrameAction(java.lang.String s, WindowInterface wi)
RosterFrameAction(java.lang.String s, WindowInterface wi, boolean allowQuit)
-
Uses of WindowInterface in jmri.jmrit.roster.swing.rostergroup
Classes in jmri.jmrit.roster.swing.rostergroup that implement WindowInterface Modifier and Type Class Description class
RosterGroupTableFrame
Provide a JFrame to display the Roster Data Based upon BeanTableFrame.Constructors in jmri.jmrit.roster.swing.rostergroup with parameters of type WindowInterface Constructor Description RosterGroupTableAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
RosterGroupTableAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.roster.swing.speedprofile
Classes in jmri.jmrit.roster.swing.speedprofile that implement WindowInterface Modifier and Type Class Description class
SpeedProfileFrame
Frame Entry Exit Framesclass
SpeedProfileTable
Display Speed Profile.Constructors in jmri.jmrit.roster.swing.speedprofile with parameters of type WindowInterface Constructor Description SpeedProfileAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
SpeedProfileAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.sample
Constructors in jmri.jmrit.sample with parameters of type WindowInterface Constructor Description SampleToolsMenuItem(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
SampleToolsMenuItem(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.sendpacket
Classes in jmri.jmrit.sendpacket that implement WindowInterface Modifier and Type Class Description class
SendPacketFrame
User interface for sending DCC packets. -
Uses of WindowInterface in jmri.jmrit.sensorgroup
Classes in jmri.jmrit.sensorgroup that implement WindowInterface Modifier and Type Class Description class
SensorGroupFrame
User interface for creating and editing sensor groups. -
Uses of WindowInterface in jmri.jmrit.signalling
Classes in jmri.jmrit.signalling that implement WindowInterface 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. -
Uses of WindowInterface in jmri.jmrit.simpleclock
Classes in jmri.jmrit.simpleclock that implement WindowInterface Modifier and Type Class Description class
SimpleClockFrame
Frame for user configuration of Simple Timebase. -
Uses of WindowInterface in jmri.jmrit.simplelightctrl
Classes in jmri.jmrit.simplelightctrl that implement WindowInterface Modifier and Type Class Description class
SimpleLightCtrlFrame
Frame controlling a single light. -
Uses of WindowInterface in jmri.jmrit.simpleprog
Classes in jmri.jmrit.simpleprog that implement WindowInterface Modifier and Type Class Description class
SimpleProgFrame
Frame providing a simple command station programmerConstructors in jmri.jmrit.simpleprog with parameters of type WindowInterface Constructor Description SimpleProgAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
SimpleProgAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.simpleturnoutctrl
Classes in jmri.jmrit.simpleturnoutctrl that implement WindowInterface Modifier and Type Class Description class
SimpleTurnoutCtrlFrame
Frame to control a single turnout.Constructors in jmri.jmrit.simpleturnoutctrl with parameters of type WindowInterface Constructor Description SimpleTurnoutCtrlAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
SimpleTurnoutCtrlAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.speedometer
Classes in jmri.jmrit.speedometer that implement WindowInterface Modifier and Type Class Description class
SpeedometerFrame
Frame providing access to a speedometer.Constructors in jmri.jmrit.speedometer with parameters of type WindowInterface Constructor Description SpeedometerAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
SpeedometerAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.swing.meter
Classes in jmri.jmrit.swing.meter that implement WindowInterface Modifier and Type Class Description class
MeterFrame
Frame providing a simple LCD-based display of track voltage. -
Uses of WindowInterface in jmri.jmrit.symbolicprog.tabbedframe
Classes in jmri.jmrit.symbolicprog.tabbedframe that implement WindowInterface 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 WindowInterface in jmri.jmrit.throttle
Classes in jmri.jmrit.throttle that implement WindowInterface Modifier and Type Class Description class
ThrottlesPreferencesWindow
A frame to display and edit Throttles preferencesclass
ThrottleWindow
Constructors in jmri.jmrit.throttle with parameters of type WindowInterface Constructor Description LoadDefaultXmlThrottlesLayoutAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
LoadDefaultXmlThrottlesLayoutAction(java.lang.String s, WindowInterface wi)
ThrottleCreationAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
ThrottleCreationAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.timetable.swing
Classes in jmri.jmrit.timetable.swing that implement WindowInterface Modifier and Type Class Description class
TimeTableFrame
Create and maintain timetables. -
Uses of WindowInterface in jmri.jmrit.ussctc
Classes in jmri.jmrit.ussctc that implement WindowInterface 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 WindowInterface in jmri.jmrit.vsdecoder.swing
Classes in jmri.jmrit.vsdecoder.swing that implement WindowInterface 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 WindowInterface in jmri.jmrit.whereused
Classes in jmri.jmrit.whereused that implement WindowInterface Modifier and Type Class Description class
WhereUsedFrame
Create a where used report based on the selected bean. -
Uses of WindowInterface in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement WindowInterface 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 requestsConstructors in jmri.jmrit.withrottle with parameters of type WindowInterface Constructor Description WiThrottleCreationAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
WiThrottleCreationAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrit.z21server
Classes in jmri.jmrit.z21server that implement WindowInterface Modifier and Type Class Description class
UserInterface
Constructors in jmri.jmrit.z21server with parameters of type WindowInterface Constructor Description Z21serverCreationAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
Z21serverCreationAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrix
Classes in jmri.jmrix that implement WindowInterface Modifier and Type Class Description class
AbstractMonFrame
Abstract base class for Frames displaying communications monitor information. -
Uses of WindowInterface in jmri.jmrix.acela.acelamon
Classes in jmri.jmrix.acela.acelamon that implement WindowInterface Modifier and Type Class Description class
AcelaMonFrame
Frame displaying (and logging) Acela command messages -
Uses of WindowInterface in jmri.jmrix.acela.nodeconfig
Classes in jmri.jmrix.acela.nodeconfig that implement WindowInterface Modifier and Type Class Description class
NodeConfigFrame
Frame for user configuration of Acela nodes -
Uses of WindowInterface in jmri.jmrix.acela.packetgen
Classes in jmri.jmrix.acela.packetgen that implement WindowInterface Modifier and Type Class Description class
AcelaPacketGenFrame
Frame for user input of Acela messages -
Uses of WindowInterface in jmri.jmrix.bachrus
Classes in jmri.jmrix.bachrus that implement WindowInterface Modifier and Type Class Description class
SpeedoConsoleFrame
Frame for Speedo Console for Bachrus running stand reader interface -
Uses of WindowInterface in jmri.jmrix.bidib.swing
Constructors in jmri.jmrix.bidib.swing with parameters of type WindowInterface Constructor Description BiDiBNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, BiDiBSystemConnectionMemo memo)
BiDiBNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, BiDiBSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs -
Uses of WindowInterface in jmri.jmrix.can.cbus.swing
Classes in jmri.jmrix.can.cbus.swing that implement WindowInterface 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 WindowInterface in jmri.jmrix.can.cbus.swing.modeswitcher
Classes in jmri.jmrix.can.cbus.swing.modeswitcher that implement WindowInterface 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 WindowInterface in jmri.jmrix.can.cbus.swing.nodeconfig
Classes in jmri.jmrix.can.cbus.swing.nodeconfig that implement WindowInterface Modifier and Type Class Description class
CbusNodeEditEventFrame
Frame to control an instance of CBUS highlighter to highlight events.class
CbusNodeRestoreFcuFrame
-
Uses of WindowInterface in jmri.jmrix.can.swing
Constructors in jmri.jmrix.can.swing with parameters of type WindowInterface Constructor Description CanNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, CanSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs.CanNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, CanSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of WindowInterface in jmri.jmrix.cmri.serial.assignment
Classes in jmri.jmrix.cmri.serial.assignment that implement WindowInterface Modifier and Type Class Description class
ListFrame
Frame for running CMRI assignment list. -
Uses of WindowInterface in jmri.jmrix.cmri.serial.cmrinetmanager
Classes in jmri.jmrix.cmri.serial.cmrinetmanager that implement WindowInterface 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 WindowInterface in jmri.jmrix.cmri.serial.diagnostic
Classes in jmri.jmrix.cmri.serial.diagnostic that implement WindowInterface Modifier and Type Class Description class
DiagnosticFrame
Frame for running CMRI diagnostics -
Uses of WindowInterface in jmri.jmrix.cmri.serial.nodeconfigmanager
Classes in jmri.jmrix.cmri.serial.nodeconfigmanager that implement WindowInterface 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 WindowInterface in jmri.jmrix.cmri.serial.nodeiolist
Classes in jmri.jmrix.cmri.serial.nodeiolist that implement WindowInterface Modifier and Type Class Description class
NodeIOListFrame
Frame for running CMRI assignment list. -
Uses of WindowInterface in jmri.jmrix.cmri.serial.packetgen
Classes in jmri.jmrix.cmri.serial.packetgen that implement WindowInterface Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of CMRI serial messages -
Uses of WindowInterface in jmri.jmrix.cmri.serial.serialmon
Classes in jmri.jmrix.cmri.serial.serialmon that implement WindowInterface 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 WindowInterface in jmri.jmrix.dcc4pc.swing
Constructors in jmri.jmrix.dcc4pc.swing with parameters of type WindowInterface Constructor Description Dcc4PcNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, Dcc4PcSystemConnectionMemo memo)
Dcc4PcNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, Dcc4PcSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs -
Uses of WindowInterface in jmri.jmrix.dccpp.dccppovertcp
Classes in jmri.jmrix.dccpp.dccppovertcp that implement WindowInterface Modifier and Type Class Description class
ServerFrame
Frame displaying and programming a DCCppovertcp server. -
Uses of WindowInterface in jmri.jmrix.dccpp.swing
Classes in jmri.jmrix.dccpp.swing that implement WindowInterface Modifier and Type Class Description class
ConfigBaseStationFrame
-
Uses of WindowInterface in jmri.jmrix.dccpp.swing.mon
Classes in jmri.jmrix.dccpp.swing.mon that implement WindowInterface Modifier and Type Class Description class
DCCppMonFrame
Frame displaying (and logging) DCCpp command messages. -
Uses of WindowInterface in jmri.jmrix.dccpp.swing.packetgen
Classes in jmri.jmrix.dccpp.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
PacketGenFrame
Frame for user input of XpressNet messages -
Uses of WindowInterface in jmri.jmrix.dccpp.swing.virtuallcd
Classes in jmri.jmrix.dccpp.swing.virtuallcd that implement WindowInterface 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 WindowInterface in jmri.jmrix.easydcc.easydccmon
Classes in jmri.jmrix.easydcc.easydccmon that implement WindowInterface Modifier and Type Class Description class
EasyDccMonFrame
Frame displaying (and logging) EasyDCC command messages. -
Uses of WindowInterface in jmri.jmrix.easydcc.packetgen
Classes in jmri.jmrix.easydcc.packetgen that implement WindowInterface Modifier and Type Class Description class
EasyDccPacketGenFrame
Frame for user input of EasyDCC messages. -
Uses of WindowInterface in jmri.jmrix.ecos.swing
Constructors in jmri.jmrix.ecos.swing with parameters of type WindowInterface Constructor Description EcosNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, EcosSystemConnectionMemo memo)
EcosNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, EcosSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of WindowInterface in jmri.jmrix.ecos.swing.preferences
Classes in jmri.jmrix.ecos.swing.preferences that implement WindowInterface Modifier and Type Class Description class
PreferencesFrame
Frame for ECoS preferences -
Uses of WindowInterface in jmri.jmrix.grapevine.nodeconfig
Classes in jmri.jmrix.grapevine.nodeconfig that implement WindowInterface Modifier and Type Class Description class
NodeConfigFrame
Frame for user configuration of serial nodes. -
Uses of WindowInterface in jmri.jmrix.grapevine.nodetable
Classes in jmri.jmrix.grapevine.nodetable that implement WindowInterface 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 WindowInterface in jmri.jmrix.grapevine.packetgen
Classes in jmri.jmrix.grapevine.packetgen that implement WindowInterface Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of WindowInterface in jmri.jmrix.grapevine.serialmon
Classes in jmri.jmrix.grapevine.serialmon that implement WindowInterface Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) serial command messages. -
Uses of WindowInterface in jmri.jmrix.ieee802154.swing.nodeconfig
Classes in jmri.jmrix.ieee802154.swing.nodeconfig that implement WindowInterface 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 WindowInterface in jmri.jmrix.ieee802154.swing.packetgen
Classes in jmri.jmrix.ieee802154.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
PacketGenFrame
Frame for user input of XpressNet messages -
Uses of WindowInterface in jmri.jmrix.ieee802154.xbee.swing.nodeconfig
Classes in jmri.jmrix.ieee802154.xbee.swing.nodeconfig that implement WindowInterface 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 WindowInterface in jmri.jmrix.ieee802154.xbee.swing.packetgen
Classes in jmri.jmrix.ieee802154.xbee.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
PacketGenFrame
Frame for user input of Xbee ieee802154 messages -
Uses of WindowInterface in jmri.jmrix.jinput.treecontrol
Classes in jmri.jmrix.jinput.treecontrol that implement WindowInterface Modifier and Type Class Description class
TreeFrame
Frame for controlling JInput access to USN -
Uses of WindowInterface in jmri.jmrix.jmriclient.swing.packetgen
Classes in jmri.jmrix.jmriclient.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
PacketGenFrame
Frame for user input of JMRIClient messages -
Uses of WindowInterface in jmri.jmrix.lenz.swing.li101
Classes in jmri.jmrix.lenz.swing.li101 that implement WindowInterface Modifier and Type Class Description class
LI101Frame
Frame displaying the LI101 configuration utility -
Uses of WindowInterface in jmri.jmrix.lenz.swing.liusb
Classes in jmri.jmrix.lenz.swing.liusb that implement WindowInterface Modifier and Type Class Description class
LIUSBConfigFrame
Frame displaying the LIUSB configuration utility. -
Uses of WindowInterface in jmri.jmrix.lenz.swing.lv102
Classes in jmri.jmrix.lenz.swing.lv102 that implement WindowInterface Modifier and Type Class Description class
LV102Frame
Frame displaying the LV102 configuration utility -
Uses of WindowInterface in jmri.jmrix.lenz.swing.lz100
Classes in jmri.jmrix.lenz.swing.lz100 that implement WindowInterface Modifier and Type Class Description class
LZ100Frame
Frame displaying the LZ100 configuration utility -
Uses of WindowInterface in jmri.jmrix.lenz.swing.lzv100
Classes in jmri.jmrix.lenz.swing.lzv100 that implement WindowInterface Modifier and Type Class Description class
LZV100Frame
Frame displaying the LZV100 configuration utility. -
Uses of WindowInterface in jmri.jmrix.lenz.swing.packetgen
Classes in jmri.jmrix.lenz.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
PacketGenFrame
Frame for user input of XpressNet messages -
Uses of WindowInterface in jmri.jmrix.lenz.swing.stackmon
Classes in jmri.jmrix.lenz.swing.stackmon that implement WindowInterface Modifier and Type Class Description class
StackMonFrame
This frame provides a method for searching the command station stack. -
Uses of WindowInterface in jmri.jmrix.lenz.swing.systeminfo
Classes in jmri.jmrix.lenz.swing.systeminfo that implement WindowInterface Modifier and Type Class Description class
SystemInfoFrame
Frame displaying Version information for XpressNet hardware. -
Uses of WindowInterface in jmri.jmrix.loconet.demoport
Constructors in jmri.jmrix.loconet.demoport with parameters of type WindowInterface Constructor Description DemoSerialPortAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
DemoSerialPortAction(java.lang.String s, WindowInterface wi)
-
Uses of WindowInterface in jmri.jmrix.loconet.hexfile
Classes in jmri.jmrix.loconet.hexfile that implement WindowInterface 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 WindowInterface in jmri.jmrix.loconet.loconetovertcp
Classes in jmri.jmrix.loconet.loconetovertcp that implement WindowInterface Modifier and Type Class Description class
LnTcpServerFrame
Frame displaying the status of the a LocoNet over TCP server. -
Uses of WindowInterface in jmri.jmrix.loconet.sdfeditor
Classes in jmri.jmrix.loconet.sdfeditor that implement WindowInterface Modifier and Type Class Description class
EditorFrame
Frame for editing Digitrax SDF files. -
Uses of WindowInterface in jmri.jmrix.loconet.swing
Methods in jmri.jmrix.loconet.swing with parameters of type WindowInterface Modifier and Type Method Description javax.swing.Action
LocoNetMenu. createGuiAction(LocoNetMenuItem item, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Create an Action object from a LocoNetMenuItem, linked to the appropriate WindowInterface, for use as a menu item on a LocoNet menu.java.util.ArrayList<javax.swing.JMenu>
LocoNetMenu. getExtensionMenuItems(boolean isConnectionWithHardwareInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Get an ArrayList of JMenu objects as provided via the SPI "extension" mechanisms.javax.swing.Action
LocoNetMenu. processExternalItem(LocoNetMenuItem item, boolean isLocoNetInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Create an Action suitable for inclusion as a menu item on a LocoNet menu.Constructors in jmri.jmrix.loconet.swing with parameters of type WindowInterface Constructor Description LnNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, LocoNetSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs.LnNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, LocoNetSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of WindowInterface in jmri.jmrix.loconet.swing.menuitemspi
Methods in jmri.jmrix.loconet.swing.menuitemspi with parameters of type WindowInterface Modifier and Type Method Description java.util.List<javax.swing.JMenu>
MenuItemsService. getMenuExtensionsItems(boolean isLocoNetInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Return menu items from all LocoNet Menu Extension SPI providers. -
Uses of WindowInterface in jmri.jmrix.loconet.swing.menuitemspi.spi
Methods in jmri.jmrix.loconet.swing.menuitemspi.spi with parameters of type WindowInterface Modifier and Type Method Description java.util.ArrayList<javax.swing.JMenu>
MenuItemsInterface. getMenuItems(boolean isLocoNetInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
An interface for extension of the menu(s) associated with JMRI LocoNet-based connections, the JAVA SPI mechanism. -
Uses of WindowInterface in jmri.jmrix.maple.assignment
Classes in jmri.jmrix.maple.assignment that implement WindowInterface Modifier and Type Class Description class
ListFrame
Frame for running assignment list. -
Uses of WindowInterface in jmri.jmrix.maple.nodeconfig
Classes in jmri.jmrix.maple.nodeconfig that implement WindowInterface Modifier and Type Class Description class
NodeConfigFrame
Frame for user configuration of Maple panel nodes. -
Uses of WindowInterface in jmri.jmrix.maple.packetgen
Classes in jmri.jmrix.maple.packetgen that implement WindowInterface Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of WindowInterface in jmri.jmrix.maple.serialmon
Classes in jmri.jmrix.maple.serialmon that implement WindowInterface Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) serial command messages. -
Uses of WindowInterface in jmri.jmrix.marklin.swing
Constructors in jmri.jmrix.marklin.swing with parameters of type WindowInterface Constructor Description MarklinNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, MarklinSystemConnectionMemo memo)
MarklinNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, MarklinSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs -
Uses of WindowInterface in jmri.jmrix.mrc.swing
Constructors in jmri.jmrix.mrc.swing with parameters of type WindowInterface Constructor Description MrcNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, MrcSystemConnectionMemo memo)
MrcNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, MrcSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs -
Uses of WindowInterface in jmri.jmrix.nce.swing
Constructors in jmri.jmrix.nce.swing with parameters of type WindowInterface Constructor Description NceNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, NceSystemConnectionMemo memo)
NceNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, NceSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of WindowInterface in jmri.jmrix.oaktree.nodeconfig
Classes in jmri.jmrix.oaktree.nodeconfig that implement WindowInterface Modifier and Type Class Description class
NodeConfigFrame
Frame for user configuration of OakTree serial nodes. -
Uses of WindowInterface in jmri.jmrix.oaktree.packetgen
Classes in jmri.jmrix.oaktree.packetgen that implement WindowInterface Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of WindowInterface in jmri.jmrix.oaktree.serialmon
Classes in jmri.jmrix.oaktree.serialmon that implement WindowInterface Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) serial command messages. -
Uses of WindowInterface in jmri.jmrix.openlcb.swing
Classes in jmri.jmrix.openlcb.swing that implement WindowInterface Modifier and Type Class Description class
NodeSpecificFrame
JmriJFrame subclass which stores additional information for locating this frame as carrying OpenLCB node information. -
Uses of WindowInterface in jmri.jmrix.openlcb.swing.protocoloptions
Classes in jmri.jmrix.openlcb.swing.protocoloptions that implement WindowInterface Modifier and Type Class Description class
ProtocolOptionsFrame
JmriFrame that allows the user to edit the OpenLCB protocol options. -
Uses of WindowInterface in jmri.jmrix.openlcb.swing.tie
Classes in jmri.jmrix.openlcb.swing.tie that implement WindowInterface Modifier and Type Class Description class
TieToolFrame
Frame for running assignment list. -
Uses of WindowInterface in jmri.jmrix.powerline.swing
Constructors in jmri.jmrix.powerline.swing with parameters of type WindowInterface Constructor Description PowerlineNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, SerialSystemConnectionMemo memo)
PowerlineNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, SerialSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs -
Uses of WindowInterface in jmri.jmrix.powerline.swing.packetgen
Classes in jmri.jmrix.powerline.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of WindowInterface in jmri.jmrix.pricom.downloader
Classes in jmri.jmrix.pricom.downloader that implement WindowInterface Modifier and Type Class Description class
LoaderFrame
Frame for downloading (mangled) .hex files -
Uses of WindowInterface in jmri.jmrix.pricom.pockettester
Classes in jmri.jmrix.pricom.pockettester that implement WindowInterface 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 WindowInterface in jmri.jmrix.qsi.packetgen
Classes in jmri.jmrix.qsi.packetgen that implement WindowInterface Modifier and Type Class Description class
PacketGenFrame
Frame for user input of QSI messages. -
Uses of WindowInterface in jmri.jmrix.qsi.qsimon
Classes in jmri.jmrix.qsi.qsimon that implement WindowInterface Modifier and Type Class Description class
QsiMonFrame
Frame displaying (and logging) QSI command messages -
Uses of WindowInterface in jmri.jmrix.rfid.swing
Constructors in jmri.jmrix.rfid.swing with parameters of type WindowInterface Constructor Description RfidNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, RfidSystemConnectionMemo memo)
RfidNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, RfidSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of WindowInterface in jmri.jmrix.rfid.swing.tagcarwin
Classes in jmri.jmrix.rfid.swing.tagcarwin that implement WindowInterface Modifier and Type Class Description class
AssociateFrame
The frame to hold an AssociateTag panel -
Uses of WindowInterface in jmri.jmrix.roco.z21.swing.configtool
Classes in jmri.jmrix.roco.z21.swing.configtool that implement WindowInterface Modifier and Type Class Description class
Z21ConfigFrame
Frame displaying Version information and broadcast flags for Z21 hardware. -
Uses of WindowInterface in jmri.jmrix.roco.z21.swing.packetgen
Classes in jmri.jmrix.roco.z21.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
PacketGenFrame
Frame for user input of XpressNet messages. -
Uses of WindowInterface in jmri.jmrix.rps.aligntable
Classes in jmri.jmrix.rps.aligntable that implement WindowInterface Modifier and Type Class Description class
AlignTableFrame
Frame for user configuration of RPS alignment. -
Uses of WindowInterface in jmri.jmrix.rps.rpsmon
Classes in jmri.jmrix.rps.rpsmon that implement WindowInterface Modifier and Type Class Description class
RpsMonFrame
Frame displaying (and logging) RPS messages. -
Uses of WindowInterface in jmri.jmrix.rps.swing.debugger
Classes in jmri.jmrix.rps.swing.debugger that implement WindowInterface Modifier and Type Class Description class
DebuggerFrame
Frame for manual operation and debugging of the RPS system. -
Uses of WindowInterface in jmri.jmrix.rps.swing.polling
Classes in jmri.jmrix.rps.swing.polling that implement WindowInterface Modifier and Type Class Description class
PollTableFrame
Frame for control of RPS polling. -
Uses of WindowInterface in jmri.jmrix.rps.swing.soundset
Classes in jmri.jmrix.rps.swing.soundset that implement WindowInterface Modifier and Type Class Description class
SoundSetFrame
Frame for controlling sound-speed calculation for RPS system. -
Uses of WindowInterface in jmri.jmrix.rps.trackingpanel
Classes in jmri.jmrix.rps.trackingpanel that implement WindowInterface Modifier and Type Class Description class
RpsTrackingFrame
Frame containing the entire display tool. -
Uses of WindowInterface in jmri.jmrix.secsi.nodeconfig
Classes in jmri.jmrix.secsi.nodeconfig that implement WindowInterface Modifier and Type Class Description class
NodeConfigFrame
Frame for user configuration of serial nodes. -
Uses of WindowInterface in jmri.jmrix.secsi.packetgen
Classes in jmri.jmrix.secsi.packetgen that implement WindowInterface Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of WindowInterface in jmri.jmrix.secsi.serialmon
Classes in jmri.jmrix.secsi.serialmon that implement WindowInterface Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) serial command messages. -
Uses of WindowInterface in jmri.jmrix.sprog.console
Classes in jmri.jmrix.sprog.console that implement WindowInterface Modifier and Type Class Description class
SprogConsoleFrame
Frame for Sprog Console -
Uses of WindowInterface in jmri.jmrix.sprog.packetgen
Classes in jmri.jmrix.sprog.packetgen that implement WindowInterface Modifier and Type Class Description class
SprogPacketGenFrame
Frame for user input of Sprog messages. -
Uses of WindowInterface in jmri.jmrix.sprog.sprogmon
Classes in jmri.jmrix.sprog.sprogmon that implement WindowInterface Modifier and Type Class Description class
SprogMonFrame
Frame displaying (and logging) Sprog command messages -
Uses of WindowInterface in jmri.jmrix.sprog.sprogslotmon
Classes in jmri.jmrix.sprog.sprogslotmon that implement WindowInterface Modifier and Type Class Description class
SprogSlotMonFrame
Frame providing a command station slot manager. -
Uses of WindowInterface in jmri.jmrix.sprog.update
Classes in jmri.jmrix.sprog.update that implement WindowInterface 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 WindowInterface in jmri.jmrix.srcp.swing.packetgen
Classes in jmri.jmrix.srcp.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
PacketGenFrame
Frame for user input of SRCP messages. -
Uses of WindowInterface in jmri.jmrix.swing
Classes in jmri.jmrix.swing that implement WindowInterface Modifier and Type Class Description class
AbstractPacketGenFrame
Frame for user input of XpressNet messagesConstructors in jmri.jmrix.swing with parameters of type WindowInterface Constructor Description SystemConnectionNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, M memo)
SystemConnectionNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, M memo)
-
Uses of WindowInterface in jmri.jmrix.tams.swing
Constructors in jmri.jmrix.tams.swing with parameters of type WindowInterface Constructor Description TamsNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, TamsSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs.TamsNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, TamsSystemConnectionMemo memo)
Enhanced constructor for placing the pane in various GUIs. -
Uses of WindowInterface in jmri.jmrix.tmcc.packetgen
Classes in jmri.jmrix.tmcc.packetgen that implement WindowInterface Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of WindowInterface in jmri.jmrix.tmcc.serialmon
Classes in jmri.jmrix.tmcc.serialmon that implement WindowInterface Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) TMCC serial command messages. -
Uses of WindowInterface in jmri.jmrix.xpa.swing.packetgen
Classes in jmri.jmrix.xpa.swing.packetgen that implement WindowInterface Modifier and Type Class Description class
XpaPacketGenFrame
Frame for user input of Xpa+Modem (dialing) messages. -
Uses of WindowInterface in jmri.jmrix.xpa.swing.xpaconfig
Classes in jmri.jmrix.xpa.swing.xpaconfig that implement WindowInterface Modifier and Type Class Description class
XpaConfigureFrame
Frame for configuring an XPA using a modem. -
Uses of WindowInterface in jmri.jmrix.zimo.swing
Constructors in jmri.jmrix.zimo.swing with parameters of type WindowInterface Constructor Description Mx1NamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass, Mx1SystemConnectionMemo memo)
Mx1NamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass, Mx1SystemConnectionMemo memo)
Create a Mx1NamedPane associated with the given window. -
Uses of WindowInterface in jmri.util
Classes in jmri.util that implement WindowInterface Modifier and Type Class Description class
JmriJFrame
JFrame extended for common JMRI use.Fields in jmri.util declared as WindowInterface Modifier and Type Field Description protected WindowInterface
JmriJFrame. windowInterface
Methods in jmri.util that return WindowInterface Modifier and Type Method Description WindowInterface
JmriJFrame. getWindowInterface()
Methods in jmri.util with parameters of type WindowInterface Modifier and Type Method Description void
JmriJFrame. setWindowInterface(WindowInterface wi)
Constructors in jmri.util with parameters of type WindowInterface Constructor Description WindowMenu(WindowInterface wi)
-
Uses of WindowInterface in jmri.util.swing
Classes in jmri.util.swing that implement WindowInterface Modifier and Type Class Description class
JFrameInterface
A simple WindowInterface for a JFrame.Fields in jmri.util.swing declared as WindowInterface Modifier and Type Field Description protected WindowInterface
JmriAbstractAction. wi
Methods in jmri.util.swing that return WindowInterface Modifier and Type Method Description WindowInterface
JmriPanel. getWindowInterface()
Methods in jmri.util.swing with parameters of type WindowInterface Modifier and Type Method Description (package private) static javax.swing.Action
GuiUtilBase. actionFromNode(org.jdom2.Element child, WindowInterface wi, java.lang.Object context)
(package private) static javax.swing.JMenu
JMenuUtil. createMenuGroupFromElement(org.jdom2.Element main, WindowInterface wi, java.lang.Object context)
(package private) static javax.swing.JMenu
JMenuUtil. jMenuFromElement(org.jdom2.Element main, WindowInterface wi, java.lang.Object context)
static javax.swing.JMenu[]
JMenuUtil. loadMenu(java.lang.String path, WindowInterface wi, java.lang.Object context)
static javax.swing.JToolBar
JToolBarUtil. loadToolBar(java.lang.String name, WindowInterface wi, java.lang.Object context)
static javax.swing.tree.DefaultMutableTreeNode
JTreeUtil. loadTree(java.lang.String name, WindowInterface wi, java.lang.Object context)
void
JmriAbstractAction. setWindowInterface(WindowInterface wi)
void
JmriPanel. setWindowInterface(WindowInterface w)
(package private) static javax.swing.tree.DefaultMutableTreeNode
JTreeUtil. treeFromElement(org.jdom2.Element main, WindowInterface wi, java.lang.Object context)
Constructors in jmri.util.swing with parameters of type WindowInterface Constructor Description JmriAbstractAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
JmriAbstractAction(java.lang.String name, WindowInterface wi)
Enhanced constructor for placing the pane in various GUIs.JmriNamedPaneAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi, java.lang.String paneClass)
Constructor that associates a newly created panel with the given window, showing a name and iconJmriNamedPaneAction(java.lang.String s, WindowInterface wi, java.lang.String paneClass)
Constructor that associates a newly created panel with the given window, showing a name -
Uses of WindowInterface in jmri.util.swing.mdi
Classes in jmri.util.swing.mdi that implement WindowInterface Modifier and Type Class Description class
JmriJInternalFrameInterface
Display a JmriPanel in a JInternalFrame of its own.class
MdiMainFrame
Core JMRI JInternalPane GUI window. -
Uses of WindowInterface in jmri.util.swing.multipane
Classes in jmri.util.swing.multipane that implement WindowInterface Modifier and Type Class Description class
MultiPaneWindow
Core JMRI multi-pane GUI window.class
PanedInterface
Display a JComponent in a specific paned 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.Fields in jmri.util.swing.multipane declared as WindowInterface Modifier and Type Field Description (package private) WindowInterface
ThreePaneTLRWindow. rightTopWI
-
Uses of WindowInterface in jmri.util.swing.sdi
Classes in jmri.util.swing.sdi that implement WindowInterface Modifier and Type Class Description class
JmriJFrameInterface
Display a JmriPanel in a JFrame of its own. -
Uses of WindowInterface in jmri.util.usb
Classes in jmri.util.usb that implement WindowInterface Modifier and Type Class Description class
UsbBrowserFrame
-
Uses of WindowInterface in jmri.web.server
Constructors in jmri.web.server with parameters of type WindowInterface Constructor Description WebServerAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
WebServerAction(java.lang.String s, WindowInterface wi)
-