Uses of Class
org.malai.action.library.IOAction

Packages that use IOAction
net.sf.latexdraw.actions   
net.sf.latexdraw.instruments   
org.malai.action.library   
 

Uses of IOAction in net.sf.latexdraw.actions
 

Subclasses of IOAction in net.sf.latexdraw.actions
 class LoadDrawing
          This action loads an SVG document into the app.
 class NewDrawing
          This action permits to create a new drawing and initialises the application as required.
 class SaveDrawing
          This action saves the given drawing into an SVG document.
 

Uses of IOAction in net.sf.latexdraw.instruments
 

Classes in net.sf.latexdraw.instruments with type parameters of type IOAction
(package private)  class Interaction2IOLink<A extends IOAction,I extends Interaction>
           
 

Uses of IOAction in org.malai.action.library
 

Subclasses of IOAction in org.malai.action.library
 class Load
          This action allows to load abstract presentations and instruments' parameters to a file.
 class Save
          This action allows to save abstract presentations and instruments' parameters to a file.