Uses of Class
org.jrd.backend.data.DependenciesReader
Packages that use DependenciesReader
-
Uses of DependenciesReader in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as DependenciesReaderModifier and TypeFieldDescriptionprivate DependenciesReader
BytecodeDecompilerView.dependenciesReader
Methods in org.jrd.frontend.frame.main.decompilerview that return DependenciesReaderMethods in org.jrd.frontend.frame.main.decompilerview with parameters of type DependenciesReaderModifier and TypeMethodDescriptionvoid
BytecodeDecompilerView.setDepsProvider
(DependenciesReader depsReader) -
Uses of DependenciesReader in org.jrd.frontend.frame.main.popup
Fields in org.jrd.frontend.frame.main.popup declared as DependenciesReaderModifier and TypeFieldDescriptionprivate final DependenciesReader
JListPopupMenu.DepndencyResolverListener.mDependenciesReader
Constructors in org.jrd.frontend.frame.main.popup with parameters of type DependenciesReaderModifierConstructorDescriptionClassListPopupMenu
(JList<T> parentJList, int originallySelected, boolean showCheckboxes, DependenciesReader dr) (package private)
DepndencyResolverListener
(DependenciesReader dependenciesReader, List<T> parentJList) JListPopupMenu
(JList<T> parentJList, boolean showCheckboxes, DependenciesReader dependenciesReader)