Uses of Class
org.jrd.frontend.MainFrame.MainFrameView
-
-
Uses of MainFrameView in org.jrd.frontend.AboutFrame
Constructors in org.jrd.frontend.AboutFrame with parameters of type MainFrameView Constructor Description AboutView(MainFrameView mainFrameView)
-
Uses of MainFrameView in org.jrd.frontend.ConfigureFrame
Constructors in org.jrd.frontend.ConfigureFrame with parameters of type MainFrameView Constructor Description ConfigureView(MainFrameView mainFrameView)
-
Uses of MainFrameView in org.jrd.frontend.LicenseFrame
Constructors in org.jrd.frontend.LicenseFrame with parameters of type MainFrameView Constructor Description LicenseView(MainFrameView mainFrameView)
-
Uses of MainFrameView in org.jrd.frontend.MainFrame
Fields in org.jrd.frontend.MainFrame declared as MainFrameView Modifier and Type Field Description private MainFrameView
VmDecompilerInformationController. mainFrameView
Constructors in org.jrd.frontend.MainFrame with parameters of type MainFrameView Constructor Description VmDecompilerInformationController(MainFrameView mainFrameView, Model model)
-
Uses of MainFrameView in org.jrd.frontend.NewConnectionFrame
Constructors in org.jrd.frontend.NewConnectionFrame with parameters of type MainFrameView Constructor Description NewConnectionView(MainFrameView mainFrameView)
-
Uses of MainFrameView in org.jrd.frontend.PluginMangerFrame
Constructors in org.jrd.frontend.PluginMangerFrame with parameters of type MainFrameView Constructor Description PluginConfigurationEditorView(MainFrameView mainFrameView)
Modal window for editing configuration files for decompilers.
-