PythonPlugin

Package: ghidra.python
Type: class

11.2_PUBLIC

removedtype: ghidra.python.PythonPlugin
class PythonPlugin

10.3_PUBLIC

addedmethod: getCompletions
java.util.List<ghidra.app.plugin.core.console.CodeCompletion> getCompletions(java.lang.String cmd, int caretPos)
modifiedmethod: getIcon
return type: ImageIcon → Icon
- javax.swing.ImageIcon getIcon()
+ javax.swing.Icon getIcon()

9.0.2_PUBLIC

addedmethod: dispose
void dispose()
addedmethod: init
void init()

9.0.1_PUBLIC

introducedInitial version