Uses of Class
org.malai.ui.UI

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

Uses of UI in net.sf.latexdraw.actions
 

Methods in net.sf.latexdraw.actions with parameters of type UI
protected static int SaveDrawing.showAskModificationsDialog(UI ui)
           
protected static java.io.File SaveDrawing.showDialog(javax.swing.JFileChooser fileChooser, boolean saveAs, UI ui, java.io.File file)
          Show the export dialog to select a path.
 

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

Fields in net.sf.latexdraw.generators.svg declared as UI
protected  UI SVGDocumentGenerator.IOWorker.ui
           
 

Methods in net.sf.latexdraw.generators.svg with parameters of type UI
 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 UI
SVGDocumentGenerator.IOWorker(UI ui, java.lang.String path, java.lang.Object statusBar)
           
SVGDocumentGenerator.LoadWorker(UI ui, java.lang.String path, java.lang.Object statusBar)
           
SVGDocumentGenerator.SaveWorker(UI ui, java.lang.String path, java.lang.Object statusBar)
           
 

Uses of UI in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as UI
protected  UI FileLoaderSaver.ui
          The UI to save/open.
 

Constructors in net.sf.latexdraw.instruments with parameters of type UI
FileLoaderSaver(UI ui, javax.swing.JLabel statusBar, PreferencesSetter prefSetter)
          Creates the file loader/saver.
 

Uses of UI in net.sf.latexdraw.ui
 

Subclasses of UI in net.sf.latexdraw.ui
 class LFrame
          This class contains all the elements of the graphical user interface.
 

Uses of UI in org.malai.action.library
 

Fields in org.malai.action.library declared as UI
protected  UI IOAction.ui
          The user interface that contains abstract presentations and instruments.
 

Methods in org.malai.action.library with parameters of type UI
 void IOAction.setUi(UI ui)
           
 

Uses of UI in org.malai.ui
 

Fields in org.malai.ui with type parameters of type UI
private  java.util.Set<UI> UIManager.uiRegistered
          The UI registered.
 

Methods in org.malai.ui with parameters of type UI
private  void UIManager.clearUIEvents(UI ui)
          Clears the events in process of the instruments of the given UI.
 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.
 void UIManager.registerUI(UI ui)
          Registers the given UI.
 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.
 void UIManager.unregisterUI(UI ui)
          Unregisters the given UI.