Uses of Interface
org.malai.action.ActionHandler

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

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

Subinterfaces of ActionHandler 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 ActionHandler
 class LCanvas
          Defines a canvas that draw the drawing and manages the selected shapes.
 

Uses of ActionHandler in net.sf.latexdraw.instruments
 

Classes in net.sf.latexdraw.instruments that implement ActionHandler
 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 ActionHandler in org.malai.action
 

Fields in org.malai.action with type parameters of type ActionHandler
private  java.util.List<ActionHandler> ActionsRegistry.handlers
          The actions handlers.
 

Methods in org.malai.action with parameters of type ActionHandler
 void ActionsRegistry.addAction(Action action, ActionHandler actionHanndler)
          Adds an action to the register.
 void ActionsRegistry.addHandler(ActionHandler handler)
          Adds an action handler.
 void ActionsRegistry.removeHandler(ActionHandler handler)
          Removes the given handler.
 

Uses of ActionHandler in org.malai.instrument
 

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

Uses of ActionHandler in org.malai.instrument.library
 

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