Uses of Interface
org.eclipse.swt.events.ModifyListener
Package
Description
SWT Custom widgets.
SWT widget public API classes.
-
Uses of ModifyListener in org.eclipse.jface.widgets
Modifier and TypeMethodDescriptionSpinnerFactory.onModify
(ModifyListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by calling the modifyText method.TextFactory.onModify
(ModifyListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by calling the modifyText method. -
Uses of ModifyListener in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionvoid
CCombo.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 theModifyListener
interface.void
StyledText.addModifyListener
(ModifyListener modifyListener) Adds a modify listener.void
CCombo.removeModifyListener
(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.void
StyledText.removeModifyListener
(ModifyListener modifyListener) Removes the specified modify listener. -
Uses of ModifyListener in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionvoid
Combo.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 theModifyListener
interface.void
Spinner.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 theModifyListener
interface.void
Text.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 theModifyListener
interface.void
Combo.removeModifyListener
(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.void
Spinner.removeModifyListener
(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.void
Text.removeModifyListener
(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.