TaskMonitorComponent

Package: ghidra.util.task
Type: class

10.0_PUBLIC

addedmethod: notifyCancelListeners
void notifyCancelListeners()
removedmethod: notifyChangeListeners
void notifyChangeListeners()

9.1_PUBLIC

addedmethod: getMessage
java.lang.String getMessage()
addedmethod: setCancelButtonVisibility
void setCancelButtonVisibility(boolean visible)
modifiedmethod: showProgress
param 1 renamed: b → show
- void showProgress(boolean b)
+ void showProgress(boolean show)
modifiedmethod: showProgressIcon
param 1 renamed: showIcon → visible
- void showProgressIcon(boolean showIcon)
+ void showProgressIcon(boolean visible)
removedmethod: addIssueListener
void addIssueListener(ghidra.util.task.IssueListener listener)
removedmethod: main
static void main(java.lang.String[] args)
removedmethod: removeIssueListener
void removeIssueListener(ghidra.util.task.IssueListener listener)
removedmethod: reportIssue
void reportIssue(ghidra.util.Issue issue)
removedmethod: showCancelButton
void showCancelButton(boolean showCancel)

9.0.2_PUBLIC

addedmethod: notifyChangeListeners
void notifyChangeListeners()

9.0.1_PUBLIC

introducedInitial version