Class XMLDoubleClickStrategy

java.lang.Object
org.apache.uima.taeconfigurator.editors.xml.XMLDoubleClickStrategy
All Implemented Interfaces:
org.eclipse.jface.text.ITextDoubleClickStrategy

public class XMLDoubleClickStrategy extends Object implements org.eclipse.jface.text.ITextDoubleClickStrategy
The Class XMLDoubleClickStrategy.
  • Field Details Link icon

    • fText Link icon

      protected org.eclipse.jface.text.ITextViewer fText
      The text.
  • Constructor Details Link icon

    • XMLDoubleClickStrategy Link icon

      public XMLDoubleClickStrategy()
  • Method Details Link icon

    • doubleClicked Link icon

      public void doubleClicked(org.eclipse.jface.text.ITextViewer part)
      Specified by:
      doubleClicked in interface org.eclipse.jface.text.ITextDoubleClickStrategy
    • selectComment Link icon

      protected boolean selectComment(int caretPos)
      Select comment.
      Parameters:
      caretPos - the caret pos
      Returns:
      true, if successful
    • selectWord Link icon

      protected boolean selectWord(int caretPos)
      Select word.
      Parameters:
      caretPos - the caret pos
      Returns:
      true, if successful