Uses of Class
org.malai.widget.MPanel

Packages that use MPanel
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.ui   
org.malai.action.library   
org.malai.instrument.library   
 

Uses of MPanel in net.sf.latexdraw.glib.ui
 

Subclasses of MPanel in net.sf.latexdraw.glib.ui
 class LCanvas
          Defines a canvas that draw the drawing and manages the selected shapes.
 

Uses of MPanel in net.sf.latexdraw.ui
 

Subclasses of MPanel in net.sf.latexdraw.ui
 class LCodePanel
          Defines the panel which contains the code generated from the drawing.
 

Uses of MPanel in org.malai.action.library
 

Fields in org.malai.action.library declared as MPanel
protected  MPanel Scroll.panel
          The panel that contains the scroller.
 

Methods in org.malai.action.library that return MPanel
 MPanel Scroll.getPanel()
           
 

Methods in org.malai.action.library with parameters of type MPanel
 void Scroll.setPanel(MPanel panel)
          Sets the panel that contains the scroller.
 

Uses of MPanel in org.malai.instrument.library
 

Fields in org.malai.instrument.library declared as MPanel
protected  MPanel Scroller.panel
          The panel to scroll.
 

Constructors in org.malai.instrument.library with parameters of type MPanel
Scroller(MPanel panel)
          Initialises a scroller.