org.eclipse.net4j.util.ui
Class ComboAutoCompleter

java.lang.Object
  extended by org.eclipse.net4j.util.ui.ComboAutoCompleter
All Implemented Interfaces:
EventListener, ModifyListener, org.eclipse.swt.internal.SWTEventListener

public class ComboAutoCompleter
extends Object
implements ModifyListener

Author:
Eike Stepper

Constructor Summary
ComboAutoCompleter(ComboViewer viewer)
           
 
Method Summary
static void attach(ComboViewer viewer)
           
static void attach(ComboViewer viewer, ComboAutoCompleter completer)
           
 ComboViewer getViewer()
           
 void modifyText(ModifyEvent e)
          Sent when the text is modified.
protected  void setSelection(StructuredSelection selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboAutoCompleter

public ComboAutoCompleter(ComboViewer viewer)
Method Detail

getViewer

public final ComboViewer getViewer()

modifyText

public final void modifyText(ModifyEvent e)
Description copied from interface: org.eclipse.swt.events.ModifyListener
Sent when the text is modified.

Specified by:
modifyText in interface ModifyListener
Parameters:
e - an event containing information about the modify

setSelection

protected void setSelection(StructuredSelection selection)

attach

public static void attach(ComboViewer viewer,
                          ComboAutoCompleter completer)

attach

public static void attach(ComboViewer viewer)


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.