Eclipse Remote Application Platform

Uses of Interface
org.eclipse.swt.events.ModifyListener

Packages that use ModifyListener
org.eclipse.swt.custom   
org.eclipse.swt.widgets   
 

Uses of ModifyListener in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type ModifyListener
 void 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 the ModifyListener interface.
 void CCombo.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 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 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 the ModifyListener 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 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.
 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.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.