Uses of Interface
sk.uniba.euromath.editor.textEditor.ITextPieceContainer

Packages that use ITextPieceContainer
sk.uniba.euromath.editor.textEditor Text Editor 
sk.uniba.euromath.editor.textEditor.editParts EditParts for TextEditor 
sk.uniba.euromath.editor.textEditor.tools Tools 
 

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

Classes in sk.uniba.euromath.editor.textEditor that implement ITextPieceContainer
 class TextPieceContainer
          Base implementation of ITextpieceContainer.
 

Methods in sk.uniba.euromath.editor.textEditor that return ITextPieceContainer
 ITextPieceContainer ITextPieceKeeper.getTextContainer()
          Returns ITextPieceContainer where keeper is held.
 

Methods in sk.uniba.euromath.editor.textEditor that return types with arguments of type ITextPieceContainer
 Map<String,List<ITextPieceContainer>> TextEditPartFactory.getIdContainersMap()
          Maps id of node to all created containers fot that node.
 

Methods in sk.uniba.euromath.editor.textEditor with parameters of type ITextPieceContainer
 void ITextPieceKeeper.setTextContainer(ITextPieceContainer container)
          Sets container
 

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

Methods in sk.uniba.euromath.editor.textEditor.editParts that return ITextPieceContainer
 ITextPieceContainer TextEditPart.getTextContainer()
           
 

Methods in sk.uniba.euromath.editor.textEditor.editParts with parameters of type ITextPieceContainer
 void TextEditPart.setTextContainer(ITextPieceContainer textContainer)
          Sets text container and text info from that container.
 

Uses of ITextPieceContainer in sk.uniba.euromath.editor.textEditor.tools
 

Method parameters in sk.uniba.euromath.editor.textEditor.tools with type arguments of type ITextPieceContainer
 void TextTool.reinit(Map<String,List<ITextPieceContainer>> map)
          Method to corect state of this tool after transformation of document.
 



Copyright © 2003-2006 null. All Rights Reserved.