org.openstreetmap.josm.gui.progress
Interface PleaseWaitProgressMonitor.ProgressMonitorDialog
- All Known Implementing Classes:
- MapStatus.BackgroundProgressMonitor, PleaseWaitDialog
- Enclosing class:
- PleaseWaitProgressMonitor
public static interface PleaseWaitProgressMonitor.ProgressMonitorDialog
Implemented by both foreground dialog and background progress dialog (in status bar)
setVisible
void setVisible(boolean visible)
updateProgress
void updateProgress(int progress)
setCustomText
void setCustomText(java.lang.String text)
setCurrentAction
void setCurrentAction(java.lang.String text)
setIndeterminate
void setIndeterminate(boolean newValue)
appendLogMessage
void appendLogMessage(java.lang.String message)
JOSM