Uses of Interface
org.malai.widget.Scrollable

Packages that use Scrollable
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.ui   
org.malai.widget   
 

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

Subinterfaces of Scrollable in net.sf.latexdraw.glib.ui
 interface ICanvas
          Defines an interface for a canvas that draw the drawing and manages the selected shapes.
 

Classes in net.sf.latexdraw.glib.ui that implement Scrollable
 class LCanvas
          Defines a canvas that draw the drawing and manages the selected shapes.
 

Uses of Scrollable in net.sf.latexdraw.ui
 

Classes in net.sf.latexdraw.ui that implement Scrollable
 class LCodePanel
          Defines the panel which contains the code generated from the drawing.
 

Uses of Scrollable in org.malai.widget
 

Classes in org.malai.widget that implement Scrollable
 class MLayeredPane
          Overrides the widget JLayeredPane to be used within Malai.
 class MPanel
          Extends the Java JPanel to conform malai requirements.