Uses of Interface
org.malai.preferences.Preferenciable

Packages that use Preferenciable
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
org.malai.instrument   
org.malai.instrument.library   
org.malai.presentation   
org.malai.ui   
 

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

Subinterfaces of Preferenciable 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 Preferenciable
 class LCanvas
          Defines a canvas that draw the drawing and manages the selected shapes.
 class LMagneticGrid
          This class defines a magnetic grid.
 

Uses of Preferenciable in net.sf.latexdraw.instruments
 

Classes in net.sf.latexdraw.instruments that implement Preferenciable
 class Border
          This instrument manages the selected views.
 class CopierCutterPaster
          This instrument permits to copy, cut and paste the selected shapes.
 class DrawingPropertiesCustomiser
          This instrument modifies the properties of the drawing.
 class EditingSelector
          This instrument selects the pencil or the hand.
 class ExceptionsManager
          This instrument allows to see exceptions launched during the execution of the program.
 class Exporter
          This instrument exports a drawing in different formats.
 class FileLoaderSaver
          This instrument saves and loads documents.
 class Hand
          This instrument allows to manipulate (e.g. move or select) shapes.
 class Helper
          This instrument manages help features.
 class MagneticGridCustomiser
          This instrument customises the magnetic grid.
 class MetaShapeCustomiser
          This meta-instrument manages the instruments that customises shape properties.
 class Pencil
          This instrument allows to draw shapes.
 class PreferencesActivator
          This instrument activates the preferences setter and shows the preferences frame.
 class PreferencesSetter
          This instrument modifies the preferences.
 class ScaleRulersCustomiser
          This instrument activates X and Y scale rulers.
 class ShapeArcCustomiser
          This instrument modifies arc parameters.
 class ShapeArrowCustomiser
          This instrument customises the arrows of shapes or of the pencil.
 class ShapeAxesCustomiser
          This instrument modifies axes properties of shapes or the pencil.
 class ShapeBorderCustomiser
          This instrument modifies border properties of shapes or the pencil.
 class ShapeCoordDimCustomiser
          This instrument modifies arc dimensions and coordinates of shapes or pencil parameters.
 class ShapeDeleter
          This instrument deletes the selected shapes.
 class ShapeDotCustomiser
          This instrument modifies dot parameters.
 class ShapeDoubleBorderCustomiser
          This instrument modifies double border properties of shapes or the pencil.
 class ShapeFillingCustomiser
          This instrument modifies filling properties of shapes or the pencil.
 class ShapeGridCustomiser
          This instrument modifies the parameters of grids and axes.
 class ShapeGrouper
          This instrument groups and separates shapes.
 class ShapePropertyCustomiser
          This abstract instrument defines the base definition of instruments that customise shape properties.
 class ShapeRotationCustomiser
          This instrument modifies the rotation angle of selected shapes.
 class ShapeShadowCustomiser
          This instrument modifies shadow properties of shapes or the pencil.
 class TabSelector
          This instrument (de-)activates instruments while changing of tab (drawing tab, PST tab, etc.).
 class TextCustomiser
          This instrument modifies texts.
 class TextSetter
          This instrument allows to add and modify texts to the drawing.
 class Zoomer
          This instrument allows to zoom on the canvas.
 

Uses of Preferenciable in net.sf.latexdraw.ui
 

Classes in net.sf.latexdraw.ui that implement Preferenciable
 class LCodePanel
          Defines the panel which contains the code generated from the drawing.
 class LFrame
          This class contains all the elements of the graphical user interface.
 

Uses of Preferenciable in org.malai.instrument
 

Classes in org.malai.instrument that implement Preferenciable
 class Instrument
          Defines an abstract model of an instrument.
 class WidgetInstrument
          Defines an abstract model of an instrument that has widgets.
 

Uses of Preferenciable in org.malai.instrument.library
 

Classes in org.malai.instrument.library that implement Preferenciable
 class Scroller
          Defines a scroller that scrolls on a scrollable object.
 class UndoRedoManager
          This instrument allows to undo and redo saved actions.
 

Uses of Preferenciable in org.malai.presentation
 

Subinterfaces of Preferenciable in org.malai.presentation
 interface ConcretePresentation
          The concrete presentation is the representation of the abstract presentation.
 

Uses of Preferenciable in org.malai.ui
 

Classes in org.malai.ui that implement Preferenciable
 class UI
          Defines the concept of User Interface based on a JFrame.