Uses of Interface
sk.uniba.euromath.editor.xmlEditor.IXMLEditPart

Packages that use IXMLEditPart
sk.uniba.euromath.editor.textEditor Text Editor 
sk.uniba.euromath.editor.textEditor.editParts EditParts for TextEditor 
sk.uniba.euromath.editor.xmlEditor XML Editor - most common editor 
sk.uniba.euromath.editor.xmlEditor.editParts EditParts 
sk.uniba.euromath.editor.xmlEditor.tools Tools 
 

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

Subinterfaces of IXMLEditPart in sk.uniba.euromath.editor.textEditor
 interface ITextPieceKeeper
          Keeps piece of rendered text of textual node.
 

Uses of IXMLEditPart in sk.uniba.euromath.editor.textEditor.editParts
 

Classes in sk.uniba.euromath.editor.textEditor.editParts that implement IXMLEditPart
 class TextEditPart
          EditPart that represents one line of text.
 

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

Fields in sk.uniba.euromath.editor.xmlEditor with type parameters of type IXMLEditPart
protected  Map<String,Set<IXMLEditPart>> IdVisualInfo.parts
          Maps id to EditParts visually representing node with given id.
 

Methods in sk.uniba.euromath.editor.xmlEditor that return types with arguments of type IXMLEditPart
protected  Map<String,Set<IXMLEditPart>> IdVisualInfo.getParts()
           
 Set<IXMLEditPart> IdVisualInfo.getVisualParts(Set<String> ids)
          Returns list of XMLEditParts which visualize nodes with ids.
 List<IXMLEditPart> IdVisualInfo.getVisualParts(String id)
          Returns list of XMLEditParts which visualize node with id id.
 

Methods in sk.uniba.euromath.editor.xmlEditor with parameters of type IXMLEditPart
 void IdVisualInfo.add(String id, IXMLEditPart visualPart)
          Adds vusualPart to set of visualizers of xml node with id id.
protected  void XMLEditPartFactory.updateVisualInfo(IEMFigure figure, IXMLEditPart editPart)
          Updates IdVisualInfo to valid state.
 

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

Classes in sk.uniba.euromath.editor.xmlEditor.editParts that implement IXMLEditPart
 class XMLEditPart
          The only editpart which uses xmlEditor.
 

Uses of IXMLEditPart in sk.uniba.euromath.editor.xmlEditor.tools
 

Constructors in sk.uniba.euromath.editor.xmlEditor.tools with parameters of type IXMLEditPart
XMLStructureDragTracker(IXMLEditPart sourceEditPart)
          Constructs new XMLDragTracker with the given XMLEditPart
 



Copyright © 2003-2006 null. All Rights Reserved.