|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ProgressMonitor | |
---|---|
org.springframework.richclient.application | Base application interfaces/classes. |
org.springframework.richclient.application.splash | |
org.springframework.richclient.application.statusbar | |
org.springframework.richclient.application.statusbar.support | |
org.springframework.richclient.core | Basic interfaces/classes used throughout the richclient. |
org.springframework.richclient.progress |
Uses of ProgressMonitor in org.springframework.richclient.application |
---|
Constructors in org.springframework.richclient.application with parameters of type ProgressMonitor | |
---|---|
ProgressMonitoringBeanFactoryPostProcessor(ProgressMonitor progressMonitor,
MessageSource messageSource)
Creates a new ProgressMonitoringBeanFactoryPostProcessor that
will report the progress of loading the beans in a bean factory to the
given progress monitor, optionally providing internationalized messages. |
Uses of ProgressMonitor in org.springframework.richclient.application.splash |
---|
Classes in org.springframework.richclient.application.splash that implement ProgressMonitor | |
---|---|
class |
InfiniteProgressPanelProgressMonitor
ProgressMonitor adapter implementation for the InfiniteProgressPanel . |
Methods in org.springframework.richclient.application.splash that return ProgressMonitor | |
---|---|
ProgressMonitor |
MacOSXSplashScreen.getProgressMonitor()
|
ProgressMonitor |
MonitoringSplashScreen.getProgressMonitor()
Returns this SplashScreen 's ProgressMonitor . |
ProgressMonitor |
ProgressSplashScreen.getProgressMonitor()
|
Methods in org.springframework.richclient.application.splash with parameters of type ProgressMonitor | |
---|---|
void |
ProgressSplashScreen.setProgressMonitor(ProgressMonitor progressMonitor)
Sets the progress monitor used by this splash screen. |
Uses of ProgressMonitor in org.springframework.richclient.application.statusbar |
---|
Methods in org.springframework.richclient.application.statusbar that return ProgressMonitor | |
---|---|
ProgressMonitor |
StatusBar.getProgressMonitor()
Returns the ProgressMonitor in use by this
StatusBar |
Uses of ProgressMonitor in org.springframework.richclient.application.statusbar.support |
---|
Classes in org.springframework.richclient.application.statusbar.support that implement ProgressMonitor | |
---|---|
class |
StatusBarProgressMonitor
ProgressMonitor implementation that handles its own controls:
a JProgressBar to show the progress to the user
optionally a JButton to allow the user to cancel the
current task
|
Methods in org.springframework.richclient.application.statusbar.support that return ProgressMonitor | |
---|---|
ProgressMonitor |
DefaultStatusBar.getProgressMonitor()
Returns the status bar's progress monitor |
Uses of ProgressMonitor in org.springframework.richclient.core |
---|
Methods in org.springframework.richclient.core with parameters of type ProgressMonitor | |
---|---|
void |
Saveable.save(ProgressMonitor saveProgressTracker)
|
Uses of ProgressMonitor in org.springframework.richclient.progress |
---|
Classes in org.springframework.richclient.progress that implement ProgressMonitor | |
---|---|
class |
NullProgressMonitor
ProgressMonitor implementation that does nothing. |
class |
ProgressBarProgressMonitor
ProgressMonitor implementation that delegates to a
JProgressBar . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |