Uses of Class
at.tuwien.ifs.somtoolbox.apps.viewer.controls.AbstractSelectionPanel

Packages that use AbstractSelectionPanel
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   
 

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

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as AbstractSelectionPanel
 AbstractSelectionPanel CommonSOMViewerStateData.selectionPanel
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return AbstractSelectionPanel
private  AbstractSelectionPanel SOMViewer.makeSelectionPanel()
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type AbstractSelectionPanel
private  void SOMViewer.displayFrame(AbstractSelectionPanel selectionPanel)
           
private  void SOMViewer.initDocViewer(AbstractSelectionPanel sp)
           
 

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

Subclasses of AbstractSelectionPanel in at.tuwien.ifs.somtoolbox.apps.viewer.controls
 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 AbstractSelectionPanel in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player
 

Subclasses of AbstractSelectionPanel in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player
 class PlaySOMPlayer