Uses of Interface
org.eclipse.swt.events.ModifyListener
Packages that use ModifyListener
Package
Description
SWT Custom widgets.
SWT widget public API classes.
-
Uses of ModifyListener in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type ModifyListenerModifier and TypeMethodDescriptionvoidCCombo.addModifyListener(ModifyListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in theModifyListenerinterface.voidStyledText.addModifyListener(ModifyListener modifyListener) Adds a modify listener.voidCCombo.removeModifyListener(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.voidStyledText.removeModifyListener(ModifyListener modifyListener) Removes the specified modify listener. -
Uses of ModifyListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type ModifyListenerModifier and TypeMethodDescriptionvoidCombo.addModifyListener(ModifyListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in theModifyListenerinterface.voidSpinner.addModifyListener(ModifyListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in theModifyListenerinterface.voidText.addModifyListener(ModifyListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in theModifyListenerinterface.voidCombo.removeModifyListener(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.voidSpinner.removeModifyListener(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.voidText.removeModifyListener(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.