Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.llk.editors
Class LLKDoubleClickStrategy  view LLKDoubleClickStrategy download LLKDoubleClickStrategy.java

java.lang.Object
  extended bycom.port80.eclipse.llk.editors.LLKDoubleClickStrategy
All Implemented Interfaces:
org.eclipse.jface.text.ITextDoubleClickStrategy

public class LLKDoubleClickStrategy
extends java.lang.Object
implements org.eclipse.jface.text.ITextDoubleClickStrategy


Field Summary
protected  org.eclipse.jface.text.ITextViewer fText
           
 
Constructor Summary
LLKDoubleClickStrategy()
           
 
Method Summary
 void doubleClicked(org.eclipse.jface.text.ITextViewer part)
          The mouse has been double clicked on the given text viewer.
private  void selectRange(int startPos, int stopPos)
           
protected  boolean selectWord(int caretPos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fText

protected org.eclipse.jface.text.ITextViewer fText
Constructor Detail

LLKDoubleClickStrategy

public LLKDoubleClickStrategy()
Method Detail

doubleClicked

public void doubleClicked(org.eclipse.jface.text.ITextViewer part)
Description copied from interface: org.eclipse.jface.text.ITextDoubleClickStrategy
The mouse has been double clicked on the given text viewer.

Specified by:
doubleClicked in interface org.eclipse.jface.text.ITextDoubleClickStrategy

selectWord

protected boolean selectWord(int caretPos)

selectRange

private void selectRange(int startPos,
                         int stopPos)