|
Eclipse eRCP Release 1.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModifyListener | |
---|---|
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.swt.widgets | Optional Expanded eSWT Widgets This package includes widgets which are in the Expanded portion of eSWT. |
Uses of ModifyListener in org.eclipse.ercp.swt.mobile |
---|
Methods in org.eclipse.ercp.swt.mobile with parameters of type ModifyListener | |
void |
DateEditor.addModifyListener(ModifyListener listener)
Adds the listener to the collection of listeners that will be notified when the receiver's content is modified. |
void |
DateEditor.removeModifyListener(ModifyListener listener)
Removes the listener from the collection of listeners that will be notified when the receiver's text is modified. |
void |
ConstrainedText.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 the ModifyListener interface. |
void |
ConstrainedText.removeModifyListener(ModifyListener listener)
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified. |
Uses of ModifyListener in org.eclipse.swt.widgets |
---|
Methods in org.eclipse.swt.widgets with parameters of type ModifyListener | |
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 the ModifyListener
interface. |
void |
Text.removeModifyListener(ModifyListener listener)
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified. |
void |
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 the ModifyListener
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. |
|
Eclipse eRCP Release 1.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |