Uses of Interface
semorg.gui.util.ItemListener

Packages that use ItemListener
semorg.gui Provides SWT based classes modelling editing windows for creating new or change existing data records (graphics user interface layer). 
semorg.gui.util This package provides utilities for the several window classes (graphics user interface layer). 
 

Uses of ItemListener in semorg.gui
 

Classes in semorg.gui that implement ItemListener
(package private)  class ClientWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the lecturer window.
(package private)  class CompanyInternalPresentationWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the CompanyInternalPresentationWindow.
(package private)  class CompanyWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the CompanyWindow window.
(package private)  class LecturerWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in this window.
(package private)  class PublicPresentationWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the PublicPresentationWindow.
(package private)  class SeminarTypeWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the SeminarTypeWindow window.
 

Uses of ItemListener in semorg.gui.util
 

Fields in semorg.gui.util with type parameters of type ItemListener
private  Set<ItemListener> AssociationTabControl.itemListeners
          A set containing the listeners of the control.
 

Methods in semorg.gui.util with parameters of type ItemListener
 void AssociationTabControl.addItemListener(ItemListener listener)
          Adds a listener to AssociationTabControl.itemListeners.
 void AssociationTabControl.removeItemListener(ItemListener listener)
          Removes a listener from AssociationTabControl.itemListeners.