Uses of Class
org.jrd.frontend.frame.main.decompilerview.TextWithControls
-
Packages that use TextWithControls Package Description org.jrd.frontend.frame.main org.jrd.frontend.frame.main.decompilerview -
-
Uses of TextWithControls in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as TextWithControls Modifier and Type Field Description private TextWithControls
GlobalConsole. log
-
Uses of TextWithControls in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as TextWithControls Modifier and Type Field Description private TextWithControls
BytecodeDecompilerView. additionalBytecodeBuffer
private TextWithControls
BytecodeDecompilerView. additionalSrcBuffer
private TextWithControls
BytecodeDecompilerView. bytecodeBuffer
private TextWithControls
BytecodeDecompilerView. bytemanScript
Methods in org.jrd.frontend.frame.main.decompilerview that return TextWithControls Modifier and Type Method Description (package private) TextWithControls
BytecodeDecompilerView. getAdditionalBytecodeBuffer()
(package private) TextWithControls
BytecodeDecompilerView. getAdditionalSrcBuffer()
(package private) TextWithControls
BytecodeDecompilerView. getBytecodeBuffer()
(package private) TextWithControls
BytecodeDecompilerView. getBytemanScript()
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type TextWithControls Modifier and Type Method Description static SearchControlsPanel
SearchControlsPanel. createBytecodeControls(TextWithControls owner)
private void
SearchControlsPanel. setUnderlyingTextView(TextWithControls owner)
-