|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractViewerControl | |
---|---|
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 AbstractViewerControl in at.tuwien.ifs.somtoolbox.apps.viewer |
---|
Fields in at.tuwien.ifs.somtoolbox.apps.viewer with type parameters of type AbstractViewerControl | |
---|---|
private ArrayList<AbstractViewerControl> |
ControlCollector.defaultControls
|
Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return types with arguments of type AbstractViewerControl | |
---|---|
ArrayList<AbstractViewerControl> |
ControlCollector.getDefaultControls()
|
Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type AbstractViewerControl | |
---|---|
void |
ControlCollector.add(AbstractViewerControl avc)
Deprecated. use ControlCollector.addControl(AbstractViewerControl, boolean) directly. |
void |
ControlCollector.add(AbstractViewerControl avc,
Object constraints)
Deprecated. use ControlCollector.addControl(AbstractViewerControl, boolean) directly. |
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)
|
Uses of AbstractViewerControl in at.tuwien.ifs.somtoolbox.apps.viewer.controls |
---|
Subclasses of AbstractViewerControl in at.tuwien.ifs.somtoolbox.apps.viewer.controls | |
---|---|
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
|
Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as AbstractViewerControl | |
---|---|
private AbstractViewerControl |
PlaySOMPanel.evalPanel
|
Uses of AbstractViewerControl in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player |
---|
Subclasses of AbstractViewerControl in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player | |
---|---|
class |
PlaySOMPlayer
|
Uses of AbstractViewerControl in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver |
---|
Subclasses of AbstractViewerControl in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver | |
---|---|
class |
PocketSOMConnector
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |