Uses of Interface
org.jrd.frontend.frame.main.decompilerview.LinesProvider
Packages that use LinesProvider
Package
Description
-
Uses of LinesProvider in org.jrd.frontend.frame.hex
Fields in org.jrd.frontend.frame.hex declared as LinesProviderMethods in org.jrd.frontend.frame.hex with parameters of type LinesProviderModifier and TypeMethodDescriptionprivate voidStandaloneHex.addEmptyMainPanel(JTabbedPane tp, JButton openHex, JPanel plus, LinesProvider lp) private voidStandaloneHex.addMainPanel(JTabbedPane tp, JButton openHex, JPanel plus, LinesProvider lp) Constructors in org.jrd.frontend.frame.hex with parameters of type LinesProvider -
Uses of LinesProvider in org.jrd.frontend.frame.main.decompilerview
Classes in org.jrd.frontend.frame.main.decompilerview that implement LinesProvider -
Uses of LinesProvider in org.jrd.frontend.frame.main.popup
Fields in org.jrd.frontend.frame.main.popup declared as LinesProviderMethods in org.jrd.frontend.frame.main.popup with parameters of type LinesProviderModifier and TypeMethodDescriptionprivate static StringDiffPopup.patchTitle(LinesProvider component, Optional<String> fqn) Constructors in org.jrd.frontend.frame.main.popup with parameters of type LinesProviderModifierConstructorDescriptionDiffPopup(LinesProvider[] linesProviders, Optional<String> fqn, boolean onlyOne) Constructor parameters in org.jrd.frontend.frame.main.popup with type arguments of type LinesProviderModifierConstructorDescriptionDiffPopup(List<LinesProvider> linesProviders, Optional<String> fqn, boolean onlyOne)