Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.text
Class DefaultTextDoubleClickStrategy

java.lang.Object
  extended byorg.eclipse.jface.text.DefaultTextDoubleClickStrategy

All Implemented Interfaces:
ITextDoubleClickStrategy


public class DefaultTextDoubleClickStrategy
extends Object
implements ITextDoubleClickStrategy

Standard implementation of ITextDoubleClickStrategy.

Selects words using java.text.BreakIterator for the default locale.

This class is not intended to be subclassed.

See Also:
BreakIterator


Constructor Summary
DefaultTextDoubleClickStrategy()
          Creates a new default text double click strategy.
 
Method Summary
 void doubleClicked(ITextViewer text)
          The mouse has been double clicked on the given text viewer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

 

 

DefaultTextDoubleClickStrategy

public DefaultTextDoubleClickStrategy()

Creates a new default text double click strategy.

Method Detail

 

 

doubleClicked

public void doubleClicked(ITextViewer text)

Description copied from interface: ITextDoubleClickStrategy
The mouse has been double clicked on the given text viewer.

Specified by:
doubleClicked in interface ITextDoubleClickStrategy

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


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.