Uses of Class
apps.gui3.Apps3
-
Packages that use Apps3 Package Description apps.gui3 The gui3 package provides basic function for JMRI applications that use the new "Gui3" user interface first seen in the updated DecoderPro (formerly known as DecoderPro3).apps.gui3.dp3 The current DecoderPro application, previously known as DecoderPro3.apps.gui3.mdi apps.gui3.paned Provide the GUI3 "paned", IDE-like, user interface. -
-
Uses of Apps3 in apps.gui3
Fields in apps.gui3 declared as Apps3 Modifier and Type Field Description (package private) Apps3
FirstTimeStartUpWizard. app
(package private) Apps3
FirstTimeStartUpWizardAction. app
Methods in apps.gui3 with parameters of type Apps3 Modifier and Type Method Description void
FirstTimeStartUpWizardAction. setApp(Apps3 app)
Constructors in apps.gui3 with parameters of type Apps3 Constructor Description FirstTimeStartUpWizard(JmriJFrame parent, Apps3 app)
-
Uses of Apps3 in apps.gui3.dp3
Subclasses of Apps3 in apps.gui3.dp3 Modifier and Type Class Description class
DecoderPro3
The JMRI application for developing the DecoderPro 3 GUI. -
Uses of Apps3 in apps.gui3.mdi
Subclasses of Apps3 in apps.gui3.mdi Modifier and Type Class Description class
MDI
The JMRI application for developing the 3rd GUI
This file is part of JMRI. -
Uses of Apps3 in apps.gui3.paned
Subclasses of Apps3 in apps.gui3.paned Modifier and Type Class Description class
Paned
The JMRI application for developing the 3rd GUI.
-