You can access the process bar via the ProcessManager.getInstance() method.
ProgressManager.getInstance().runProcessWithProgressSynchronously(new Runnable() { ... }) Additionally you can update the ProgressManager with getProgressIndicator().setText(...)
You can access the process bar via the ProcessManager.getInstance() method.
ProgressManager.getInstance().runProcessWithProgressSynchronously(new Runnable() { ... })
Additionally you can update the ProgressManager with getProgressIndicator().setText(...)