Uses of Class
at.tuwien.ifs.commons.gui.controls.TitledCollapsiblePanel

Packages that use TitledCollapsiblePanel
at.tuwien.ifs.commons.gui   
at.tuwien.ifs.commons.gui.jsap This package contains a GenericGUI for JSAP with all required (helper) classes 
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.apps.viewer.controls.psomserver   
 

Uses of TitledCollapsiblePanel in at.tuwien.ifs.commons.gui
 

Fields in at.tuwien.ifs.commons.gui with type parameters of type TitledCollapsiblePanel
private  ArrayList<TitledCollapsiblePanel> SOMToolboxAppChooser.applicationTypePanels
           
 

Uses of TitledCollapsiblePanel in at.tuwien.ifs.commons.gui.jsap
 

Methods in at.tuwien.ifs.commons.gui.jsap with parameters of type TitledCollapsiblePanel
private  void GenericGUI.addParameter(TitledCollapsiblePanel contentPanel, com.martiansoftware.jsap.Parameter parameter, com.martiansoftware.jsap.JSAPResult result)
           
 

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

Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return TitledCollapsiblePanel
private  TitledCollapsiblePanel ControlCollector.createCollapsibleControlPanel()
          Create and set up a TitledCollapsiblePanel.
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type TitledCollapsiblePanel
 void ControlCollector.add(TitledCollapsiblePanel comp)
          Deprecated. 
 void ControlCollector.add(TitledCollapsiblePanel comp, Object contraint)
          Deprecated. 
 void ControlCollector.addControl(TitledCollapsiblePanel panel)
          Deprecated. use ControlCollector.addControl(AbstractViewerControl, boolean) instead.
 

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

Subclasses of TitledCollapsiblePanel in at.tuwien.ifs.somtoolbox.apps.viewer.controls
 class AbstractSelectionPanel
           
 class AbstractViewerControl
          This class implements basic functionality for a control panel in the SOMViewer application.
 class AutoRoutePanel
           
 class ClassLegendPane
          Displays the class legend, i.e.
 class ClusteringControl
          The control panel for the clustering functionality.
 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 MapDetailPanel
          This class implements a panel that allows the user to change various details of the map.
 class MapOverviewPane
          Implements an overview of the MapPNode, indicating the currently displayed area of the map.
 class MultichannelPlaybackPanel
           
 class PalettePanel
          Implements a graphical elements displaying the currently used Palette.
 class PlaygroundPanel
           
 class PlaylistEvaluationPane
           
 class PlaySOMPanel
          This class represents the panel for the PlaySOM,
it provides controls for exporting and editing of selected playlists.
 class QuerySOMPanel
          This class implements a user-interface to send queries to the map.
 class ShiftsControlPanel
           
 class VisualizationControl
           
 

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

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

Uses of TitledCollapsiblePanel in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver
 

Subclasses of TitledCollapsiblePanel in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver
 class PocketSOMConnector