|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLEditPart | |
---|---|
sk.uniba.euromath.editor.textEditor.editParts | EditParts for TextEditor |
sk.uniba.euromath.editor.xmlEditor | XML Editor - most common editor |
sk.uniba.euromath.editor.xmlEditor.tools | Tools |
Uses of XMLEditPart in sk.uniba.euromath.editor.textEditor.editParts |
---|
Subclasses of XMLEditPart in sk.uniba.euromath.editor.textEditor.editParts | |
---|---|
class |
TextEditPart
EditPart that represents one line of text. |
Uses of XMLEditPart in sk.uniba.euromath.editor.xmlEditor |
---|
Fields in sk.uniba.euromath.editor.xmlEditor with type parameters of type XMLEditPart | |
---|---|
protected Map<String,Set<XMLEditPart>> |
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 XMLEditPart | |
---|---|
protected Map<String,Set<XMLEditPart>> |
IdVisualInfo.getParts()
|
List<XMLEditPart> |
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 XMLEditPart | |
---|---|
void |
IdVisualInfo.add(String id,
XMLEditPart visualPart)
Adds vusualPart to set of visualizers of xml node with id id . |
protected void |
XMLEditPartFactory.updateVisualInfo(IEMFigure figure,
XMLEditPart editPart)
Updates IdVisualInfo to valid state. |
Uses of XMLEditPart in sk.uniba.euromath.editor.xmlEditor.tools |
---|
Constructors in sk.uniba.euromath.editor.xmlEditor.tools with parameters of type XMLEditPart | |
---|---|
XMLStructureDragTracker(XMLEditPart sourceEditPart)
Constructs new XMLDragTracker with the given XMLEditPart |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |