Uses of Class
org.malai.ui.UIComposer

Packages that use UIComposer
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
org.malai.instrument   
org.malai.instrument.library   
org.malai.ui   
 

Uses of UIComposer in net.sf.latexdraw.instruments
 

Constructors in net.sf.latexdraw.instruments with parameters of type UIComposer
CopierCutterPaster(UIComposer<?> composer, IDrawing drawing)
          Creates the instrument.
DrawingPropertiesCustomiser(UIComposer<?> composer, LaTeXGenerator latexGen)
          Creates the instrument.
EditingSelector(UIComposer<?> composer, Pencil pencil, Hand hand, MetaShapeCustomiser metaShapeCustomiser, Border border, ShapeDeleter deleter)
          Creates the instruments selector.
Exporter(UIComposer<?> composer, ICanvas canvas, IDrawing drawing, javax.swing.JLabel statusBar)
          Creates the instrument.
Helper(UIComposer<?> composer)
          Creates the instrument.
MagneticGridCustomiser(UIComposer<?> composer, LMagneticGrid grid)
          Initialises the instrument.
MetaShapeCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
PreferencesActivator(UIComposer<?> composer, PreferencesSetter prefSetter)
          Creates the instrument.
ShapeArcCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeArrowCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeAxesCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeBorderCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeCoordDimCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeDeleter(UIComposer<?> composer)
          Creates the instrument.
ShapeDotCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeDoubleBorderCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeFillingCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeGridCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeGrouper(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapePropertyCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeRotationCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeShadowCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
TextCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
 

Uses of UIComposer in net.sf.latexdraw.ui
 

Subclasses of UIComposer in net.sf.latexdraw.ui
 class MenubarBuilder
          The composer that creates the menu bar of the application.
 class PropertiesToolbarBuilder
          The composer that creates the properties tool bar of the application.
 class ToolbarBuilder
          The composer that creates the tool bar of the application.
 class UIBuilder
          This composer composes the latexdraw user interface.
 

Uses of UIComposer in org.malai.instrument
 

Fields in org.malai.instrument declared as UIComposer
protected  UIComposer<?> WidgetInstrument.composer
          The composer that manages the widgets of the instrument.
 

Methods in org.malai.instrument that return UIComposer
 UIComposer<?> WidgetInstrument.getComposer()
           
 

Constructors in org.malai.instrument with parameters of type UIComposer
WidgetInstrument(UIComposer<?> composer)
          Creates the instrument.
 

Uses of UIComposer in org.malai.instrument.library
 

Constructors in org.malai.instrument.library with parameters of type UIComposer
UndoRedoManager(UIComposer<?> composer)
          Creates the instrument.
 

Uses of UIComposer in org.malai.ui
 

Fields in org.malai.ui declared as UIComposer
protected  UIComposer<?> UI.composer
          The composer that composes the UI.
 

Methods in org.malai.ui that return UIComposer
 UIComposer<?> UI.getComposer()