Package sk.uniba.euromath.editor.textEditor.tools

Tools

See:
          Description

Class Summary
TextDragTracker Works like super, but pointer translation is performed to always point into node's text.
TextStructureTool Extends from XMLStructureTool and adds functionality of switching to TextTool by pressing CTRL+T
TextTool TextTool - Is responsible for editing of text.
 

Package sk.uniba.euromath.editor.textEditor.tools Description

Tools

Functionality of text editing, caret moving and text selecting and structure selecting is devided into this three tools. This tools mostly creates requests and policies capture them and execute this functionality directly or using commands.

  1. TextDragTracker - is responisble for visualization of text selecting with mouse and storing the selection into GraphicalViewer when the selection is finished.
  2. TextStructureTool - inherits functionality of structure selecting from XMLStructureTool and adds functionality of switching this tool to TextTool when double clicked in text or CTRL + T is pressed.
  3. TextTool - is responisble for caret moving (with arrows and END , HOME ), text selecting with arrows and CTRL or SHIFT pressed and text inserting and deleting

Maintener Martin Kollár



Copyright © 2003-2006 null. All Rights Reserved.