Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
private ArrayList<AbstractViewerControl> |
ControlCollector.defaultControls |
Modifier and Type | Method and Description |
---|---|
ArrayList<AbstractViewerControl> |
ControlCollector.getDefaultControls() |
Modifier and Type | Method and Description |
---|---|
void |
ControlCollector.add(AbstractViewerControl avc)
Deprecated.
|
void |
ControlCollector.add(AbstractViewerControl avc,
Object constraints)
Deprecated.
|
void |
ControlCollector.addControl(AbstractViewerControl avc) |
void |
ControlCollector.addControl(AbstractViewerControl avc,
boolean isDefaultControl) |
void |
ControlCollector.addControl(AbstractViewerControl avc,
int index) |
void |
ControlCollector.addControl(AbstractViewerControl avc,
int index,
boolean isDefaultControl) |
private JCheckBoxMenuItem |
ControlCollector.createMenuEntry(AbstractViewerControl avc) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectionPanel |
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 |
Modifier and Type | Field and Description |
---|---|
private AbstractViewerControl |
PlaySOMPanel.evalPanel |
Modifier and Type | Class and Description |
---|---|
class |
PlaySOMPlayer |
Modifier and Type | Class and Description |
---|---|
class |
PocketSOMConnector |