Class NatCombo.DropDownFilterModifyListener
java.lang.Object
org.eclipse.nebula.widgets.nattable.widget.NatCombo.DropDownFilterModifyListener
- All Implemented Interfaces:
EventListener,org.eclipse.swt.events.ModifyListener,org.eclipse.swt.internal.SWTEventListener
- Direct Known Subclasses:
FilterNatCombo.FilterDropDownFilterModifyListener
- Enclosing class:
- NatCombo
public class NatCombo.DropDownFilterModifyListener
extends Object
implements org.eclipse.swt.events.ModifyListener
ModifyListener that is added to the dropdown filter to trigger
actions on filtering the dropdown content. Should be subclassed to add
additional functionality by overriding setSelection().- Since:
- 2.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyText(org.eclipse.swt.events.ModifyEvent e) protected voidSet the dropdown selection after the viewer was refreshed.
-
Constructor Details
-
DropDownFilterModifyListener
public DropDownFilterModifyListener()
-
-
Method Details
-
modifyText
public void modifyText(org.eclipse.swt.events.ModifyEvent e) - Specified by:
modifyTextin interfaceorg.eclipse.swt.events.ModifyListener
-
setSelection
protected void setSelection()Set the dropdown selection after the viewer was refreshed.
-