org.eclipse.net4j.util.ui
Class ComboAutoCompleter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComboAutoCompleter
public ComboAutoCompleter(ComboViewer viewer)
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.