Package sk.uniba.euromath.editor.textEditor.policies

Policies

See:
          Description

Class Summary
AbstractTextEditPolicy Policy for basic text edit functionality - insertion and deletion of text + activation of editing(discutable).
TextEditPolicy Policy for handling requests to edit piece of text managed by piece keeper and activation of text editing.
TextSelectionEditPolicy Creates and cares about figures that represent selection.
 

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

Policies

Purpouse of this policies is to extract algorithms from EditParts and make them free from EditPart structure. This algorithms take care about :

  1. Caret - showing,hiding,resizing,changing shape. This is TextNavigationPolicy
  2. Selection - creating and handling figures that shows selection of text during draging and after draging is finished.This is AbstractTextSelectionPolicy. But it is not responsible for slecting structure.
  3. Text editing - creating commands from request that edit text : SwitchEditModeCommand, TextDeleteCommand, TextInsertCommand. This is TextEditPolicy

Maintener Martin Kollár



Copyright © 2003-2006 null. All Rights Reserved.