Uses of Interface
org.malai.ui.ISOpenSaver

Packages that use ISOpenSaver
net.sf.latexdraw.generators.svg   
org.malai.action.library   
 

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

Classes in net.sf.latexdraw.generators.svg that implement ISOpenSaver
 class SVGDocumentGenerator
          Defines a generator that creates SVG documents from drawings.
 

Uses of ISOpenSaver in org.malai.action.library
 

Fields in org.malai.action.library declared as ISOpenSaver
protected  ISOpenSaver IOAction.openSaveManager
          The object that saves and loads files for the IS.
 

Methods in org.malai.action.library with parameters of type ISOpenSaver
 void IOAction.setOpenSaveManager(ISOpenSaver openSaveManager)