Uses of Class
org.jrd.backend.completion.JrdCompletionSettings
-
Packages that use JrdCompletionSettings Package Description org.jrd.backend.completion org.jrd.frontend.frame.main.decompilerview -
-
Uses of JrdCompletionSettings in org.jrd.backend.completion
Methods in org.jrd.backend.completion that return JrdCompletionSettings Modifier and Type Method Description static JrdCompletionSettingsJrdCompletionSettings. getDefault(boolean dynamicClasses)static JrdCompletionSettingsJrdCompletionSettings. getDefault(ClassesAndMethodsProvider isDynamic) -
Uses of JrdCompletionSettings in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as JrdCompletionSettings Modifier and Type Field Description private JrdCompletionSettingsTextWithControls. oldSettingsMethods in org.jrd.frontend.frame.main.decompilerview that return JrdCompletionSettings Modifier and Type Method Description private JrdCompletionSettingsCompletionSettingsDialogue. post()Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type JrdCompletionSettings Modifier and Type Method Description private voidCompletionSettingsDialogue. pre(JrdCompletionSettings settings)CompletionSettingsCompletionSettingsDialogue. showForResults(java.awt.Component parent, JrdCompletionSettings settings)
-