Package sk.uniba.euromath.editor.textEditor.requests

Requests

See:
          Description

Interface Summary
IRequestSpecialization Determines request specialization within request group determined by Request.getType().
 

Class Summary
RequestConstants Holds requests types.
RetargetCaretRequest  
 

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

Requests

Purpouse of this requests is to make communication between Tools and EditParts. The informations they are sending to each other is of three kinds :

  1. Caret - informations about where to activate caret, move caret or deactivate caret
  2. Selection - informations about what structures and parts of text is selected
  3. Text editing - informations about activating mode of text editing, text inserting and deleting
Special classes are RequestConstants and RetargetCaretRequest
RequestConstants contains informations to identify other requests
RetargetCaretRequest is used in all kinds of information sending process and contains informations to identify next EditPart

Maintener Martin Kollár



Copyright © 2003-2006 null. All Rights Reserved.