sk.uniba.euromath.editor.textEditor.tools
Class TextStructureTool

java.lang.Object
  extended by org.eclipse.gef.util.FlagSupport
      extended by org.eclipse.gef.tools.AbstractTool
          extended by org.eclipse.gef.tools.TargetingTool
              extended by org.eclipse.gef.tools.SelectionTool
                  extended by sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
                      extended by sk.uniba.euromath.editor.textEditor.tools.TextStructureTool
All Implemented Interfaces:
org.eclipse.gef.RequestConstants, org.eclipse.gef.Tool

public class TextStructureTool
extends XMLStructureTool

Extends from XMLStructureTool and adds functionality of switching to TextTool by pressing CTRL+T

Author:
Martin Kollar Created on 6.6.2005

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.gef.tools.AbstractTool
org.eclipse.gef.tools.AbstractTool.Input
 
Field Summary
 
Fields inherited from class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
NEXT_SIBLING, PREV_SIBLING
 
Fields inherited from class org.eclipse.gef.tools.SelectionTool
MAX_FLAG, MAX_STATE, STATE_TRAVERSE_HANDLE
 
Fields inherited from class org.eclipse.gef.tools.AbstractTool
MOUSE_BUTTON_ANY, MOUSE_BUTTON1, MOUSE_BUTTON2, MOUSE_BUTTON3, PROPERTY_UNLOAD_WHEN_FINISHED, STATE_ACCESSIBLE_DRAG, STATE_ACCESSIBLE_DRAG_IN_PROGRESS, STATE_DRAG, STATE_DRAG_IN_PROGRESS, STATE_INITIAL, STATE_INVALID, STATE_TERMINAL
 
Fields inherited from interface org.eclipse.gef.RequestConstants
REQ_ADD, REQ_ALIGN, REQ_ALIGN_CHILDREN, REQ_CLONE, REQ_CONNECTION_END, REQ_CONNECTION_START, REQ_CREATE, REQ_CREATE_BENDPOINT, REQ_DELETE, REQ_DELETE_DEPENDANT, REQ_DIRECT_EDIT, REQ_MOVE, REQ_MOVE_BENDPOINT, REQ_MOVE_CHILDREN, REQ_OPEN, REQ_ORPHAN, REQ_ORPHAN_CHILDREN, REQ_RECONNECT_SOURCE, REQ_RECONNECT_TARGET, REQ_RESIZE, REQ_RESIZE_CHILDREN, REQ_SELECTION, REQ_SELECTION_HOVER
 
Constructor Summary
TextStructureTool()
          This constructor is called when this is the first Tool and so no TextEditPart was active before creating thos tool
TextStructureTool(org.eclipse.draw2d.geometry.Point location, org.eclipse.gef.EditPart lastActive)
           
 
Method Summary
protected  org.eclipse.gef.EditPart getLastActive()
           
 org.eclipse.draw2d.geometry.Point getLastLocation()
           
protected  boolean handleButtonUp(int button)
           
protected  boolean handleDoubleClick(int button)
          Activates text editing.
protected  boolean handleKeyDown(KeyEvent event)
           
protected  boolean handleKeyUp(KeyEvent e)
           
protected  void setLastActive(org.eclipse.gef.EditPart lastActive)
           
protected  void setLastLocation(org.eclipse.draw2d.geometry.Point location)
           
 
Methods inherited from class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
addKey, canScroll, getFocusEditPart, getKeysDown, getXMLAcces, getXMLGraphicalViewer, mouseWheelScrolled, removeKey, ScrollDown, ScrollUp, selectSiblingNode
 
Methods inherited from class org.eclipse.gef.tools.SelectionTool
createHoverRequest, createTargetRequest, deactivate, eraseHoverFeedback, getCommandName, getDebugName, getDebugNameForState, getDragTracker, getTargetHoverRequest, getTargetingConditional, handleButtonDown, handleCommandStackChanged, handleFocusLost, handleHover, handleHoverStop, handleMove, handleNativeDragFinished, handleNativeDragStarted, handleViewerExited, keyDown, keyUp, mouseDoubleClick, mouseDown, mouseDrag, mouseHover, mouseMove, mouseUp, refreshCursor, setDragTracker, showHoverFeedback, updateHoverRequest, updateTargetRequest
 
Methods inherited from class org.eclipse.gef.tools.TargetingTool
doAutoexpose, eraseTargetFeedback, getCommand, getExclusionSet, getTargetEditPart, getTargetRequest, handleAutoexpose, handleEnteredEditPart, handleExitingEditPart, handleInvalidInput, handleLeavingEditPart, isShowingTargetFeedback, isTargetLocked, lockTargetEditPart, resetFlags, setAutoexposeHelper, setTargetEditPart, setTargetRequest, showTargetFeedback, unlockTargetEditPart, updateAutoexposeHelper, updateTargetUnderMouse
 
Methods inherited from class org.eclipse.gef.tools.AbstractTool
activate, addFeedback, applyProperty, calculateCursor, commitDrag, createOperationSet, debug, executeCommand, executeCurrentCommand, focusGained, focusLost, getCurrentCommand, getCurrentInput, getCurrentViewer, getDefaultCursor, getDisabledCursor, getDomain, getDragMoveDelta, getLocation, getOperationSet, getStartLocation, getState, handleDrag, handleDragInProgress, handleDragStarted, handleFinished, handleFocusGained, handleKeyTraversed, handleViewerEntered, isActive, isHoverActive, isInState, isViewerImportant, keyTraversed, movedPastThreshold, nativeDragFinished, nativeDragStarted, performViewerMouseWheel, reactivate, releaseToolCapture, removeFeedback, setCurrentCommand, setCursor, setDefaultCursor, setDisabledCursor, setEditDomain, setHoverActive, setProperties, setStartLocation, setState, setToolCapture, setUnloadWhenFinished, setViewer, stateTransition, unloadWhenFinished, viewerEntered, viewerExited
 
Methods inherited from class org.eclipse.gef.util.FlagSupport
getFlag, setFlag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextStructureTool

public TextStructureTool()
This constructor is called when this is the first Tool and so no TextEditPart was active before creating thos tool


TextStructureTool

public TextStructureTool(org.eclipse.draw2d.geometry.Point location,
                         org.eclipse.gef.EditPart lastActive)
Parameters:
location - from what location is this tool created
lastActive - EditPart in that was Caret
Method Detail

handleKeyDown

protected boolean handleKeyDown(KeyEvent event)
Overrides:
handleKeyDown in class XMLStructureTool

handleKeyUp

protected boolean handleKeyUp(KeyEvent e)
Overrides:
handleKeyUp in class XMLStructureTool

handleDoubleClick

protected boolean handleDoubleClick(int button)
Activates text editing. Activates TextTool.

Overrides:
handleDoubleClick in class org.eclipse.gef.tools.AbstractTool
Parameters:
button - which button was double-clicked
See Also:
AbstractTool.handleDoubleClick(int)

handleButtonUp

protected boolean handleButtonUp(int button)
Overrides:
handleButtonUp in class org.eclipse.gef.tools.SelectionTool

getLastActive

protected org.eclipse.gef.EditPart getLastActive()

setLastActive

protected void setLastActive(org.eclipse.gef.EditPart lastActive)

getLastLocation

public org.eclipse.draw2d.geometry.Point getLastLocation()
Returns:
location where tool was last time used

setLastLocation

protected void setLastLocation(org.eclipse.draw2d.geometry.Point location)


Copyright © 2003-2006 null. All Rights Reserved.