PythonPlugin
Package:
ghidra.python
Type:
class
11.2_PUBLIC
removed
type
:
ghidra.python.PythonPlugin
class PythonPlugin
10.3_PUBLIC
added
method
:
getCompletions
java.
util.
List<
ghidra.
app.
plugin.
core.
console.
CodeCompletion
> getCompletions(
java.
lang.
String cmd,
int caretPos)
modified
method
:
getIcon
return type: ImageIcon → Icon
- javax.
swing.
ImageIcon
getIcon(
)
+ javax.
swing.
Icon
getIcon(
)
9.0.2_PUBLIC
added
method
:
dispose
void dispose(
)
added
method
:
init
void init(
)
9.0.1_PUBLIC
introduced
Initial version