Uses of Interface
ucot.ui.ProgressBarInterface

Packages that use ProgressBarInterface
ucot.core Core package 
ucot.ui   
ucot.ui.gui   
 

Uses of ProgressBarInterface in ucot.core
 

Classes in ucot.core that implement ProgressBarInterface
 class DummyProgressBar
          DummyProgressBar which does absolutely nothing but helps avoiding null values in ProgressBar variables.
 

Fields in ucot.core declared as ProgressBarInterface
private  ProgressBarInterface Core.progressBar
           
 

Uses of ProgressBarInterface in ucot.ui
 

Methods in ucot.ui that return ProgressBarInterface
 ProgressBarInterface DummyUI.getProgressBar()
           
 ProgressBarInterface UIInterface.getProgressBar()
          Method for getting a new progressbar for showing the current progress status to the user and halting all other usage of the model editor.
 

Uses of ProgressBarInterface in ucot.ui.gui
 

Classes in ucot.ui.gui that implement ProgressBarInterface
 class ProgressBarDialog
           
 

Methods in ucot.ui.gui that return ProgressBarInterface
 ProgressBarInterface GraphicalUI.getProgressBar()