Package ghidra.util
Interface StatusListener
- All Known Implementing Classes:
AboutDialog,AbstractBSimSearchDialog,AbstractDataTreeDialog,AbstractErrDialog,AbstractNumberInputDialog,AbstractPathsDialog,ActionChooserDialog,AddEditDialog,AddToProgramDialog,ApplyEnumDialog,AskAddrDialog,AskDialog,BatchImportDialog,BigIntegerNumberInputDialog,BSimApplyResultsDisplayDialog,BSimOverviewDialog,BSimSearchDialog,BSimSearchInfoDisplayDialog,BSimSearchResultsFilterDialog,BSimServerDialog,ChangedFilesDialog,CheckoutDialog,CheckoutDialog,CheckoutsDialog,ChooseColumnsDialog,ColumnFilterArchiveDialog,ColumnFilterDialog,ComponentInfoDialog,CreateBsimServerInfoDialog,CreateThemeDialog,DataTreeDialog,DataTypeSelectionDialog,DecompilerFindDialog,DialogComponentProvider,EditFieldNameDialog,ErrLogDialog,ErrLogExpandableDialog,ExportThemeDialog,ExtensionTableProvider,FilterOptionsEditorDialog,FindCheckoutsDialog,FindDialog,GhidraFileChooser,GoToAddressLabelDialog,ImageDialogProvider,ImporterDialog,ImporterLanguageDialog,InputDialog,InputWithChoicesDialog,KeyEntryDialog,LibraryPathsDialog,ListSelectionDialog,ListSelectionTableDialog,LoadLibrariesOptionsDialog,ManagePluginsDialog,MultiActionDialog,MultiChoiceSelectionDialog,MultiLineInputDialog,MultiLineMessageDialog,MultipleOptionsDialog,NumberInputDialog,NumberRangeInputDialog,ObjectChooserDialog,OkDialog,OpenVersionedFileDialog,OptionDialog,OptionsDialog,OptionsDialog,PasswordChangeDialog,PasswordDialog,PickToolDialog,PluginInstallerDialog,ProjectInfoDialog,ReadTextDialog,ReusableDialogComponentProvider,SaveDataDialog,SaveToolConfigDialog,SearchAndReplaceDialog,SelectChangedToolDialog,SelectColumnsDialog,SelectedFunctionsTableDialog,SelectFromListDialog,SelectLanguageDialog,SetEquateDialog,SettingsDialog,TableChooserDialog,TableChooserDialog,TableSelectionDialog,TaskDialog,ThemeChooserDialog,ThemeEditorDialog,UndoActionDialog,UserAgreementDialog,ValuesMapDialog,VersionControlDialog,VersionHistoryDialog,WizardDialog
public interface StatusListener
StatusListener is a general purpose status listener
responsible for displaying and/or recording status messages-
Method Summary
Modifier and TypeMethodDescriptionvoidClear the current status - same as setStatusText("") without being recordedvoidsetStatusText(String text) Set the current status as type INFOvoidsetStatusText(String text, MessageType type) Set the current status as the specified typevoidsetStatusText(String text, MessageType type, boolean alert) Set the current status as the specified type
-
Method Details
-
setStatusText
Set the current status as type INFO- Parameters:
text- status text
-
setStatusText
Set the current status as the specified type- Parameters:
text- status texttype- status type
-
setStatusText
Set the current status as the specified type- Parameters:
text- status texttype- status typealert- true to grab the user's attention
-
clearStatusText
void clearStatusText()Clear the current status - same as setStatusText("") without being recorded
-