public interface ITextDoubleClickStrategy
A text double click strategy defines the reaction of a text viewer to mouse double click events. The strategy must be installed on an ITextViewer.
ITextViewer
Clients may implement this interface or use the standard implementation DefaultTextDoubleClickStrategy.
DefaultTextDoubleClickStrategy
MouseListener.mouseDoubleClick(org.eclipse.swt.events.MouseEvent)
void
doubleClicked ( ITextViewer viewer)
void doubleClicked( ITextViewer viewer)
viewer
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.