Uses of Class
org.malai.widget.MProgressBar

Packages that use MProgressBar
net.sf.latexdraw.generators.svg   
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
org.malai.action.library   
org.malai.ui   
 

Uses of MProgressBar in net.sf.latexdraw.generators.svg
 

Fields in net.sf.latexdraw.generators.svg declared as MProgressBar
private  MProgressBar SVGDocumentGenerator.ProgressListener.progressBar
           
 

Methods in net.sf.latexdraw.generators.svg with parameters of type MProgressBar
 boolean SVGDocumentGenerator.open(java.lang.String path, UI ui, MProgressBar progressBar, java.lang.Object statusBar)
           
 boolean SVGDocumentGenerator.save(java.lang.String path, UI ui, MProgressBar progressBar, java.lang.Object statusBar)
           
 

Constructors in net.sf.latexdraw.generators.svg with parameters of type MProgressBar
SVGDocumentGenerator.ProgressListener(MProgressBar progressBar)
           
 

Uses of MProgressBar in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MProgressBar
protected  MProgressBar FileLoaderSaver.progressBar
          The progress bar used to show the progress of loading and saving operations.
 

Methods in net.sf.latexdraw.instruments that return MProgressBar
 MProgressBar FileLoaderSaver.getProgressBar()
           
 

Uses of MProgressBar in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as MProgressBar
protected  MProgressBar SplashScreen.progressBar
          The progress bar showing us the progression of the loading of the LaTeXDraw interface.
 

Methods in net.sf.latexdraw.ui that return MProgressBar
 MProgressBar SplashScreen.getProgressBar()
           
 

Methods in net.sf.latexdraw.ui with parameters of type MProgressBar
private  void LFrame.buildFrame(MProgressBar progressBar)
          The builder of the frame.
 void MenubarBuilder.compose(MProgressBar progressBar)
           
 void PropertiesToolbarBuilder.compose(MProgressBar progressBar)
           
 void ToolbarBuilder.compose(MProgressBar progressBar)
           
 void UIBuilder.compose(MProgressBar progressBar)
           
 

Constructors in net.sf.latexdraw.ui with parameters of type MProgressBar
LFrame(MProgressBar progressBar)
          Creates and initialises the frame.
 

Uses of MProgressBar in org.malai.action.library
 

Fields in org.malai.action.library declared as MProgressBar
protected  MProgressBar IOAction.progressBar
          The progress bar used to show the progress of the saving.
 

Methods in org.malai.action.library with parameters of type MProgressBar
 void IOAction.setProgressBar(MProgressBar progressBar)
           
 

Uses of MProgressBar in org.malai.ui
 

Methods in org.malai.ui with parameters of type MProgressBar
abstract  void UIComposer.compose(MProgressBar progressBar)
          This method composes the user interface using instruments, presentations and widgets of the interactive system.
 boolean ISOpenSaver.open(java.lang.String path, UI ui, MProgressBar progressBar, java.lang.Object statusWidget)
          Opens the given file and sets the abstract presentations and the instruments parameters of the given UI to the given file.
 boolean ISOpenSaver.save(java.lang.String path, UI ui, MProgressBar progressBar, java.lang.Object statusWidget)
          Saves the abstract presentations and the instruments parameters of the given UI to the given file.