Uses of Interface
org.jrd.frontend.frame.main.LoadingDialogProvider
-
Packages that use LoadingDialogProvider Package Description org.jrd.backend.data org.jrd.frontend.frame.main.decompilerview -
-
Uses of LoadingDialogProvider in org.jrd.backend.data
Fields in org.jrd.backend.data declared as LoadingDialogProvider Modifier and Type Field Description private LoadingDialogProvider
DependenciesReader. gui
Methods in org.jrd.backend.data that return LoadingDialogProvider Modifier and Type Method Description LoadingDialogProvider
DependenciesReader. getGui()
Constructors in org.jrd.backend.data with parameters of type LoadingDialogProvider Constructor Description DependenciesReader(ModelProvider model, LoadingDialogProvider gui)
-
Uses of LoadingDialogProvider in org.jrd.frontend.frame.main.decompilerview
Classes in org.jrd.frontend.frame.main.decompilerview that implement LoadingDialogProvider Modifier and Type Class Description class
DecompilationController
This class provides Action listeners and request handling for the GUI.
-