Jeospace API

Uses of Class
org.jeospace.ui.event.ValueChangeEvent

Packages that use ValueChangeEvent
org.jeospace.ui.event Contains interfaces and classes supporting common Jeospace user interface component events. 
org.jeospace.ui.swing.components Contains classes for creating Swing based user interfaces which utilize Jeospace objects. 
org.jeospace.ui.swt.widgets Contains classes for creating SWT based user interfaces which utilize Jeospace objects. 
 

Uses of ValueChangeEvent in org.jeospace.ui.event
 

Methods in org.jeospace.ui.event with parameters of type ValueChangeEvent
 void ValueChangeListener.valueChange(ValueChangeEvent vce)
          Invoked when the value of the object managed by the ui control is modified.
 

Uses of ValueChangeEvent in org.jeospace.ui.swing.components
 

Methods in org.jeospace.ui.swing.components with parameters of type ValueChangeEvent
protected  void JeospaceComp.fireValueChangeEvent(ValueChangeEvent vce)
          Send a ValueChangeEvent to all registered listeners
 

Uses of ValueChangeEvent in org.jeospace.ui.swt.widgets
 

Methods in org.jeospace.ui.swt.widgets with parameters of type ValueChangeEvent
protected  void JeospaceComp.fireValueChangeEvent(ValueChangeEvent vce)
          Send a ValueChangeEvent to all registered listeners
 


Jeospace API

Copyright © 2006 - jeospace.org