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

Packages that use UnitSelectionListener
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. 
at.tuwien.ifs.somtoolbox.apps.viewer.controls.player   
at.tuwien.ifs.somtoolbox.visualization.comparison   
 

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

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as UnitSelectionListener
protected  UnitSelectionListener[] GenericPNodeScrollPane.connectedSelectionHandlers
           
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer with type parameters of type UnitSelectionListener
protected  HashSet<UnitSelectionListener> GenericPNodeScrollPane.connectedSelectionHandlersSet
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type UnitSelectionListener
 void GenericPNodeScrollPane.connectSelectionHandlerTo(UnitSelectionListener panel)
           
 

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

Classes in at.tuwien.ifs.somtoolbox.apps.viewer.controls that implement UnitSelectionListener
 class AbstractSelectionPanel
           
 class ComparisonPanel
          A control that allows comparing two or more selected areas in regard to the labels they contain.
 class DocSOMPanel
          This class provides the link to the DocViewPanel
 class GHSOMNavigationPanel
          A panel providing drill down and roll up features for a hierarchical growing som.
 class MultichannelPlaybackPanel
           
 class PlaySOMPanel
          This class represents the panel for the PlaySOM,
it provides controls for exporting and editing of selected playlists.
 

Uses of UnitSelectionListener in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player
 

Classes in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player that implement UnitSelectionListener
 class PlaySOMPlayer
           
 

Uses of UnitSelectionListener in at.tuwien.ifs.somtoolbox.visualization.comparison
 

Classes in at.tuwien.ifs.somtoolbox.visualization.comparison that implement UnitSelectionListener
 class QuiverPNode