Uses of Class
sk.uniba.euromath.editor.textEditor.CaretManager

Packages that use CaretManager
sk.uniba.euromath.editor.textEditor Text Editor 
sk.uniba.euromath.editor.textEditor.actions Actions for TextEditor 
sk.uniba.euromath.editor.textEditor.commands Commands 
sk.uniba.euromath.editor.textEditor.editParts EditParts for TextEditor 
sk.uniba.euromath.editor.textEditor.policies Policies 
sk.uniba.euromath.editor.textEditor.tools Tools 
sk.uniba.euromath.editor.xmlEditor.actions Actions for XMLEditor 
sk.uniba.euromath.editor.xmlEditor.commands   
 

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

Fields in sk.uniba.euromath.editor.textEditor declared as CaretManager
protected  CaretManager TextEditPartFactory.caretManager
          Manager that cares about Caret
protected  CaretManager TextEditor.caretManager
          Manager that cares about Caret
 

Constructors in sk.uniba.euromath.editor.textEditor with parameters of type CaretManager
TextEditPartFactory(XMLAccess xmlAccess, CaretManager cManager, org.eclipse.gef.GraphicalViewer graphicalViewer)
          Constructor.
 

Uses of CaretManager in sk.uniba.euromath.editor.textEditor.actions
 

Constructors in sk.uniba.euromath.editor.textEditor.actions with parameters of type CaretManager
ActivateTextTool(org.eclipse.gef.EditDomain domain, CaretManager cManager)
           
TextActionContributor(EditorSite site, org.eclipse.gef.GraphicalViewer viewer, CaretManager caretManager)
          Constructor.
 

Uses of CaretManager in sk.uniba.euromath.editor.textEditor.commands
 

Constructors in sk.uniba.euromath.editor.textEditor.commands with parameters of type CaretManager
InsertTextCommand(ITextPieceKeeper pieceKeeper, int position, String textToInsert, XMLAccess xmlAccess, CaretManager caretManager)
          Constructor.
InsertTextCommand(String id, int position, String textToInsert, XMLAccess xmlAccess, CaretManager caretManager)
          Constructor.
SwitchEditModeCommand(ITextPieceKeeper origin, int caretOffset, CaretManager cManager, org.eclipse.gef.EditDomain domain)
           
 

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

Constructors in sk.uniba.euromath.editor.textEditor.editParts with parameters of type CaretManager
TextEditPart(ITextLocator figure, CaretManager cManager, org.eclipse.gef.GraphicalViewer graphicalViewer, XMLAccess xmlAccess, Boolean selectable)
          Constructor.
 

Uses of CaretManager in sk.uniba.euromath.editor.textEditor.policies
 

Constructors in sk.uniba.euromath.editor.textEditor.policies with parameters of type CaretManager
TextEditPolicy(XMLAccess xmlAccess, CaretManager cManager)
          Constructor.
 

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

Constructors in sk.uniba.euromath.editor.textEditor.tools with parameters of type CaretManager
TextDragTracker(TextEditPart source, org.eclipse.draw2d.geometry.Point startLocation, CaretManager cManager)
           
TextTool(CaretManager cManager)
          Constructor.
TextTool(CaretManager cManager, ITextPieceKeeper keeper, int offset)
          Constructor.
 

Uses of CaretManager in sk.uniba.euromath.editor.xmlEditor.actions
 

Methods in sk.uniba.euromath.editor.xmlEditor.actions that return CaretManager
protected  CaretManager SelectParentAction.getCaretManager()
          Getter for caret manager.
protected  CaretManager XMLAccessModifyAction.getCaretManager()
          Returns caret provider.
 

Uses of CaretManager in sk.uniba.euromath.editor.xmlEditor.commands
 

Fields in sk.uniba.euromath.editor.xmlEditor.commands declared as CaretManager
protected  CaretManager DeleteDOMIntervalSetCommand.caretManager
          Manager of caret.
 

Constructors in sk.uniba.euromath.editor.xmlEditor.commands with parameters of type CaretManager
DeleteDOMIntervalSetCommand(DOMIntervalSet toDelete, XMLAccess xmlAccess, CaretManager caretManager)
          Constructor.
DeleteDOMIntervalSetCommand(DOMIntervalSet toDelete, XMLAccess xmlAccess, CaretManager caretManager, Direction direction, int caretMovement)
          Constructor.
DeleteSelectionCommand(XMLAccess xmlAccess, CaretManager caretManager, Direction direction, int caretMovement, IDOMSelectionProvider selectionProvider)
          Constructor.
DeleteSelectionCommand(XMLAccess xmlAccess, CaretManager caretManager, IDOMSelectionProvider selectionProvider)
          Constructor.
 



Copyright © 2003-2006 null. All Rights Reserved.