DESY ACOP Beans Home

Uses of Interface
com.cosylab.events.SetListener

Packages that use SetListener
com.cosylab.events   
com.cosylab.gui.components   
com.cosylab.gui.components.slider   
 

Uses of SetListener in com.cosylab.events
 

Classes in com.cosylab.events that implement SetListener
 class SetAdapter
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
 

Uses of SetListener in com.cosylab.gui.components
 

Methods in com.cosylab.gui.components with parameters of type SetListener
 void Wheelswitch.addSetListener(SetListener l)
          Adds an SetListener to the array of listeners currently registered for listening to the value sets of the Wheelswitch.
 void Slider.addSetListener(SetListener listener)
          Adds set listener.
 void NumberField.addSetListener(SetListener l)
          Adds a SetListener to the list of listeners receiving events when sets are performed on this Numberfield.
 void LabelledWheelswitch.addSetListener(SetListener l)
          Adds set listener to the NumberField.
 void LabelledNumberField.addSetListener(SetListener l)
          Adds set listener to the NumberField.
 void DialKnob.addSetListener(SetListener listener)
          Adds a listener which receive event notifications when the user sets a new value.
 void Wheelswitch.removeSetListener(SetListener l)
          Removes an SetListener from the array of listeners currently registered for listening to the value sets of the Wheelswitch.
 void Slider.removeSetListener(SetListener listener)
          Removes set listener.
 void NumberField.removeSetListener(SetListener l)
          Removes a SetListener from the list of listeners receiving events when sets are performed on this Numberfield.
 void LabelledWheelswitch.removeSetListener(SetListener l)
          Removes set listener from the NumberField.
 void LabelledNumberField.removeSetListener(SetListener l)
          Removes set listener from the NumberField.
 void DialKnob.removeSetListener(SetListener listener)
          Removes a listener from the list of listeners receiving event notifications when the user sets a new value.
 

Uses of SetListener in com.cosylab.gui.components.slider
 

Methods in com.cosylab.gui.components.slider with parameters of type SetListener
 void NavigationBar.addSetListener(SetListener sl)
          Adds a set listener which receives notification when a new value is set in the field.
 void NavigationBar.removeSetListener(SetListener sl)
          Removes a set listener.
 



Copyright © 2010. All Rights Reserved.