Uses of Class
org.jrd.frontend.frame.main.MainFrameView
-
-
Uses of MainFrameView in org.jrd.frontend.frame.about
Constructors in org.jrd.frontend.frame.about with parameters of type MainFrameView Constructor Description AboutView(MainFrameView mainFrameView)
-
Uses of MainFrameView in org.jrd.frontend.frame.filesystem
Constructors in org.jrd.frontend.frame.filesystem with parameters of type MainFrameView Constructor Description NewFsVmView(MainFrameView mainFrameView)
-
Uses of MainFrameView in org.jrd.frontend.frame.license
Constructors in org.jrd.frontend.frame.license with parameters of type MainFrameView Constructor Description LicenseView(MainFrameView mainFrameView)
-
Uses of MainFrameView in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as MainFrameView Modifier and Type Field Description private MainFrameView
DecompilationController. mainFrameView
Constructors in org.jrd.frontend.frame.main with parameters of type MainFrameView Constructor Description DecompilationController(MainFrameView mainFrameView, Model model, boolean isVerbose)
-
Uses of MainFrameView in org.jrd.frontend.frame.plugins
Constructors in org.jrd.frontend.frame.plugins with parameters of type MainFrameView Constructor Description PluginConfigurationEditorView(MainFrameView mainFrameView)
Modal window for editing configuration files for decompilers. -
Uses of MainFrameView in org.jrd.frontend.frame.remote
Constructors in org.jrd.frontend.frame.remote with parameters of type MainFrameView Constructor Description NewConnectionView(MainFrameView mainFrameView)
-
Uses of MainFrameView in org.jrd.frontend.frame.settings
Constructors in org.jrd.frontend.frame.settings with parameters of type MainFrameView Constructor Description SettingsView(MainFrameView mainFrameView)
-