Uses of Interface
at.tuwien.ifs.somtoolbox.apps.viewer.ItemSelectionListener

Packages that use ItemSelectionListener
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.apps.viewer.controls This package provides control elements, mostly dialogs, for the SOMViewer application. 
 

Uses of ItemSelectionListener in at.tuwien.ifs.somtoolbox.apps.viewer
 

Classes in at.tuwien.ifs.somtoolbox.apps.viewer that implement ItemSelectionListener
 class DocViewPanel
          This class represents the panel for the viewing documents.
It has an EditorPane for viewing HTML documents.
 

Uses of ItemSelectionListener in at.tuwien.ifs.somtoolbox.apps.viewer.controls
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as ItemSelectionListener
protected  ItemSelectionListener AbstractSelectionPanel.itemListener
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.controls that return ItemSelectionListener
 ItemSelectionListener AbstractSelectionPanel.getItemListener()
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.controls with parameters of type ItemSelectionListener
 void AbstractSelectionPanel.setItemListener(ItemSelectionListener itemListener)