Uses of Enum Class
org.jrd.frontend.frame.main.decompilerview.TextWithControls.CodeCompletionType
Packages that use TextWithControls.CodeCompletionType
-
Uses of TextWithControls.CodeCompletionType in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as TextWithControls.CodeCompletionTypeModifier and TypeFieldDescriptionprivate final TextWithControls.CodeCompletionType
TextWithControls.cct
Methods in org.jrd.frontend.frame.main.decompilerview that return TextWithControls.CodeCompletionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TextWithControls.CodeCompletionType[]
TextWithControls.CodeCompletionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jrd.frontend.frame.main.decompilerview with parameters of type TextWithControls.CodeCompletionTypeModifierConstructorDescriptionTextWithControls
(String title, String codeSelect, TextWithControls.CodeCompletionType cct, ClassesAndMethodsProvider classesAndMethodsProvider)