Uses of Interface
sk.uniba.euromath.editor.figures.IEMFigure

Packages that use IEMFigure
sk.uniba.euromath.editor Editor - Core of Multi Editor Architecture 
sk.uniba.euromath.editor.figures Figures usable in Multi Editor Architecture 
sk.uniba.euromath.editor.imageRenderer Image Renderer 
sk.uniba.euromath.editor.textEditor Text Editor 
sk.uniba.euromath.editor.xmlEditor XML Editor - most common editor 
sk.uniba.euromath.editor.xmlEditor.editParts EditParts 
 

Uses of IEMFigure in sk.uniba.euromath.editor
 

Methods in sk.uniba.euromath.editor that return IEMFigure
 IEMFigure IRenderer.getFigure(Object o)
          Retrieves figure that displays given data object.
 IEMFigure IRenderer.getRootFigure()
          Retrieves the root figure, where all figures will be placed.
 

Uses of IEMFigure in sk.uniba.euromath.editor.figures
 

Classes in sk.uniba.euromath.editor.figures that implement IEMFigure
 class EMFigure
          Base implementation of IEMFigure.
 class EMImageFigure
          Implementation of standard ImageFigure as IEMFigure.
 

Uses of IEMFigure in sk.uniba.euromath.editor.imageRenderer
 

Methods in sk.uniba.euromath.editor.imageRenderer that return IEMFigure
 IEMFigure ImageRenderer.getFigure(Object o)
           
 IEMFigure ImageRenderer.getRootFigure()
           
 

Uses of IEMFigure in sk.uniba.euromath.editor.textEditor
 

Subinterfaces of IEMFigure in sk.uniba.euromath.editor.textEditor
 interface ITextLocator
          Locates(draws) text into (segment of) one text line.
 

Uses of IEMFigure in sk.uniba.euromath.editor.xmlEditor
 

Methods in sk.uniba.euromath.editor.xmlEditor with parameters of type IEMFigure
protected  org.eclipse.gef.EditPart XMLEditor.createTopEditPart(IEMFigure rootFigure)
          Creates top most editpart which is editor dependend - manipulates with model, is used as editpart for editor dependent view - root figure.
protected  void XMLEditor.initializeGraphicalViewer(IEMFigure rootFigure)
          Set the contents of the GraphicalViewer, when is ready.
protected  void XMLEditPartFactory.updateVisualInfo(IEMFigure figure, IXMLEditPart editPart)
          Updates IdVisualInfo to valid state.
 

Uses of IEMFigure in sk.uniba.euromath.editor.xmlEditor.editParts
 

Methods in sk.uniba.euromath.editor.xmlEditor.editParts that return types with arguments of type IEMFigure
protected  List<IEMFigure> XMLEditPart.computeModelChildren()
           
 

Constructors in sk.uniba.euromath.editor.xmlEditor.editParts with parameters of type IEMFigure
XMLEditPart(IEMFigure figure, Boolean selectable)
          Constructor.
 



Copyright © 2003-2006 null. All Rights Reserved.