it.uniroma3.plasm.editors
Class PlasmDoubleClickStrategy

java.lang.Object
  extended byit.uniroma3.plasm.editors.PlasmDoubleClickStrategy
All Implemented Interfaces:
org.eclipse.jface.text.ITextDoubleClickStrategy

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


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

Constructor Detail

PlasmDoubleClickStrategy

public PlasmDoubleClickStrategy()
Method Detail

doubleClicked

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