Eclipse Platform
2.0

org.eclipse.jface.text
Interface ITextDoubleClickStrategy

All Known Implementing Classes:
DefaultTextDoubleClickStrategy

public interface ITextDoubleClickStrategy

A text double click strategy defines the reaction of a text viewer to mouse double click events. For that the strategy must be installed on the text viewer.

Clients may implements this interface or use the standard implementation DefaultTextDoubleClickStrategy.

See Also:
ITextViewer, MouseListener.mouseDoubleClick(MouseEvent)

Method Summary
 void doubleClicked(ITextViewer viewer)
          The mouse has been double clicked on the given text viewer.
 

Method Detail

doubleClicked

public void doubleClicked(ITextViewer viewer)
The mouse has been double clicked on the given text viewer.

Parameters:
viewer - the viewer into which has been double clicked

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.