org.ocopomo.simulationanalysistool.editors
Class XMLDoubleClickStrategy

java.lang.Object
  extended by org.ocopomo.simulationanalysistool.editors.XMLDoubleClickStrategy
All Implemented Interfaces:
org.eclipse.jface.text.ITextDoubleClickStrategy

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


Constructor Summary
XMLDoubleClickStrategy()
           
 
Method Summary
 void doubleClicked(org.eclipse.jface.text.ITextViewer viewer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDoubleClickStrategy

public XMLDoubleClickStrategy()
Method Detail

doubleClicked

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