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

Packages that use Direction
sk.uniba.euromath.editor.textEditor Text Editor 
sk.uniba.euromath.editor.textEditor.editParts EditParts for TextEditor 
sk.uniba.euromath.editor.textEditor.requests.editTextRequests   
sk.uniba.euromath.editor.xmlEditor.commands   
 

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

Methods in sk.uniba.euromath.editor.textEditor that return Direction
static Direction Direction.getOpposite(Direction direction)
           
static Direction Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in sk.uniba.euromath.editor.textEditor with parameters of type Direction
 ITextPieceKeeper ITextPieceKeeper.getKeeperInDirection(Direction direction, int xCoordinate)
          Returns keeper located in direction from this keeper at xCoordinate.
 ITextPieceKeeper ITextPieceKeeper.getNextKeeperInDirection(Direction direction)
          Returns keeper located next in direction to this's.
static Direction Direction.getOpposite(Direction direction)
           
 boolean CaretManager.moveCaret(Direction direction, int count)
          TODO GUI ctrl movement Moves Caret from the current position to one positions further in LEFT,RIGHT,UP,DOWN or to the end or start of the current line, if possible.
 

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

Methods in sk.uniba.euromath.editor.textEditor.editParts with parameters of type Direction
 ITextPieceKeeper TextEditPart.getKeeperInDirection(Direction direction, int gapIndex)
           
 ITextPieceKeeper TextEditPart.getNextKeeperInDirection(Direction position)
           
 

Uses of Direction in sk.uniba.euromath.editor.textEditor.requests.editTextRequests
 

Methods in sk.uniba.euromath.editor.textEditor.requests.editTextRequests that return Direction
 Direction DeleteTextRequest.getDirection()
           
 

Constructors in sk.uniba.euromath.editor.textEditor.requests.editTextRequests with parameters of type Direction
DeleteTextRequest(ITextPieceKeeper source, int offset, int length, Direction direction)
          Constructor.
 

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

Fields in sk.uniba.euromath.editor.xmlEditor.commands declared as Direction
protected  Direction DeleteDOMIntervalSetCommand.direction
           
 

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



Copyright © 2003-2006 null. All Rights Reserved.