Class XMLDoubleClickStrategy

  • All Implemented Interfaces:
    org.eclipse.jface.text.ITextDoubleClickStrategy

    public class XMLDoubleClickStrategy
    extends java.lang.Object
    implements org.eclipse.jface.text.ITextDoubleClickStrategy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.jface.text.ITextViewer fText  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doubleClicked​(org.eclipse.jface.text.ITextViewer part)  
      • 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

      • XMLDoubleClickStrategy

        public XMLDoubleClickStrategy()
    • Method Detail

      • doubleClicked

        public void doubleClicked​(org.eclipse.jface.text.ITextViewer part)
        Specified by:
        doubleClicked in interface org.eclipse.jface.text.ITextDoubleClickStrategy