Uses of Interface
adams.gui.sendto.SendToActionSupporter
-
-
Uses of SendToActionSupporter in adams.flow.sink
Classes in adams.flow.sink that implement SendToActionSupporter Modifier and Type Class Description class
AbstractGraphicalDisplay
Ancestor for actors that display stuff.class
AbstractTextualDisplay
Ancestor for actors that display textual stuff.class
ActualVsPredictedPlot
Plots actual vs predicted columns obtained from a spreadsheet.class
ArrayDisplay
Displays the array elements in a single panel.class
BoxPlot
* Actor for displaying box plots.
*
* For more information, see:
* http://en.wikipedia.org/wiki/Box_plot *
Valid options are:class
Canvas
General purpose drawing canvas.class
ContainerDisplay
Actor for displaying a spreadsheet.class
ControlChartPlot
Actor for generating control chart plots.
The plot needs to be initialized with a class adams.flow.container.ControlChartContainer.class
Display
Actor that outputs any object that arrives at its input port via the 'toString()' method.class
DisplayPanelGrid
Sink that places a panel in the grid for each each arriving token.
Uses the user-defined panel provider for creating the panels.class
DisplayPanelManager
Actor that displays a 'history' of panels created by the selected panel provider.class
DOMDisplay
Displays a DOM node object as tree structure.class
EmailViewer
Actor for displaying an email object.class
FilePreview
Actor for previewing file contents.class
FlowDisplay
Displays an actor or flow.class
FourInOneDisplay
Actor for displaying a four-in-one plot.class
Histogram
Generates a histogram based on the incoming data.class
HistoryDisplay
Actor that outputs any object that arrives at its input port via the 'toString()' method in a separate 'history' entry.class
Html4Display
Viewer for HTML 4.class
ImageHistogram
Displays a histogram of a gray image or histograms per channel for color image.class
ImageSegmentationViewer
Displays image segmentation containers.class
ImageViewer
Actor for displaying an image.class
JFreeChartPlot
Generates and displays a plot using JFreeChart.class
JsonDisplay
Displays a JSON object as tree structure.class
MatrixPlot
Actor for displaying a matrix of scatter plots
Valid options are:class
ObjectPreview
Actor for previewing file contents.class
ObjectViewer
Allows to inspect any object using ADAMS' inspection capabilities.class
PDFViewer
Actor for displaying PDF files.class
ProbabilityPlotDisplay
Actor for displaying a probability plot
Valid options are:class
ProgressBar
Displays a progress bar.class
PropertiesDisplay
Displays a Properties object as table.class
ReportDisplay
Displays reports.class
ScatterDisplay
Actor for displaying a scatter plot of one attribute vs another.class
SequencePlotter
Actor that plots sequences over time.
See also:
adams.flow.sink.SimplePlot
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
class
SideBySideDiff
Actor for displaying a side-by-side diff.class
SimplePlot
Actor for generating simple plots.
See also:
adams.flow.sink.SequencePlotter
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
class
SpreadSheetDisplay
Actor for displaying a spreadsheet.
Custom background for negative/positive values can be specified as well.class
SpreadSheetRowViewer
Actor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.class
StringTree
Generates a tree from the strings arriving at the input, splitting them into parts using the specified separator.class
TimeseriesDisplay
Actor that displays timeseries.class
WekaAttributeSummary
Displays an attribute summary.class
WekaClassifierErrors
Actor for displaying classifier errors.class
WekaCostBenefitAnalysis
Actor for displaying a cost benefit analysis dialog.class
WekaCostCurve
Actor for displaying a cost curve.class
WekaGraphVisualizer
Displays BayesNet graphs in XML or BIF notation
Either displays the contents of a file or an object that implements weka.core.Drawable and generates a BayesNet graph.class
WekaInstancesDisplay
Actor for displaying a weka.core.Instances object in table format.class
WekaInstancesPlot
Actor for plotting one attribute vs another.class
WekaInstanceViewer
Actor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool.class
WekaMarginCurve
Actor for displaying margin errors.class
WekaThresholdCurve
Actor for displaying threshold curves, like ROC or precision/recall.class
WekaTreeVisualizer
Displays trees in dot notation.class
ZScoreDisplay
Actor for displaying a z score plot
Valid options are: -
Uses of SendToActionSupporter in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement SendToActionSupporter Modifier and Type Class Description class
SequencePlotterPanel
The panel that plots all the sequences. -
Uses of SendToActionSupporter in adams.flow.standalone
Classes in adams.flow.standalone that implement SendToActionSupporter Modifier and Type Class Description class
AbstractMultiView
Ancestor for graphical actors that display multiple views.class
ConsoleWindow
Displays the messages that are output in the system's 'Console window'.class
GridView
Displays multiple graphical actors in a grid.class
TabView
Displays multiple graphical actors in a tabbed pane. -
Uses of SendToActionSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement SendToActionSupporter Modifier and Type Class Description static class
SpreadSheetCellSelector.Table
Custom table for allowing user to select cells. -
Uses of SendToActionSupporter in adams.gui.core
Classes in adams.gui.core that implement SendToActionSupporter Modifier and Type Class Description class
ConsolePanel
Global panel for capturing output via PrintObject instances.class
SpreadSheetTable
A specialized table for displaying a SpreadSheet table model. -
Uses of SendToActionSupporter in adams.gui.dialog
Classes in adams.gui.dialog that implement SendToActionSupporter Modifier and Type Class Description class
SpreadSheetPanel
Displays a spreadsheet in a table.class
TextPanel
A simple text editor panel. -
Uses of SendToActionSupporter in adams.gui.flow
Classes in adams.gui.flow that implement SendToActionSupporter Modifier and Type Class Description class
FlowEditorPanel
A panel for setting up, modifying, saving and loading "simple" flows.class
FlowPanel
A panel for setting up, modifying, saving and loading "simple" flows. -
Uses of SendToActionSupporter in adams.gui.menu
Classes in adams.gui.menu that implement SendToActionSupporter Modifier and Type Class Description static class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For plotting the performance of the genetic algorithm. -
Uses of SendToActionSupporter in adams.gui.sendto
Fields in adams.gui.sendto declared as SendToActionSupporter Modifier and Type Field Description protected SendToActionSupporter
AbstractSendToAction. m_Owner
the owner.Methods in adams.gui.sendto that return SendToActionSupporter Modifier and Type Method Description SendToActionSupporter
AbstractSendToAction. getOwner()
Returns the current owner of this action.Methods in adams.gui.sendto with parameters of type SendToActionSupporter Modifier and Type Method Description static boolean
SendToActionUtils. addSendToSubmenu(SendToActionSupporter owner, JMenu menu)
Adds all the available sendto actions for the specified class to thestatic boolean
SendToActionUtils. addSendToSubmenu(SendToActionSupporter owner, JPopupMenu menu)
Adds all the available sendto actions for the specified class to theprotected static boolean
SendToActionUtils. addSubmenu(SendToActionSupporter owner, JMenu submenu)
Attaches a listener to the top-level menu that triggers the generation of the send-to submenu.protected static boolean
SendToActionUtils. createSubmenu(SendToActionSupporter owner, JMenu submenu)
Adds all the available sendto actions for the specified class to the submenu.static AbstractSendToAction[]
SendToActionUtils. getActions(SendToActionSupporter owner)
Returns all the actions that can handle the specified class.void
AbstractSendToAction. setOwner(SendToActionSupporter value)
Sets the owner of this action. -
Uses of SendToActionSupporter in adams.gui.tools
Classes in adams.gui.tools that implement SendToActionSupporter Modifier and Type Class Description class
ConsoleOutputAnalyzerPanel
Frontend for analyzing theConsoleWindow
's output.class
DatasetCompatibilityPanel
Compares the headers of a number of datasets and outputs the results.class
PreviewBrowserPanel
Allows the browsing of files and previewing the content.class
PropertiesViewerPanel
A panel displaying properties files.class
SpreadSheetViewerPanel
A panel for viewing SpreadSheet files.class
SystemInfoPanel
A panel displaying information about the system. -
Uses of SendToActionSupporter in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement SendToActionSupporter Modifier and Type Class Description class
AbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>
Panel that shows the zoom in the data container panel as overlay.class
DataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>
Special panel for displaying the DataContainer data.class
DataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
Data container panel with a container list in the side panel.class
DataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager>
Special panel for displaying the DataContainer data and a side panel with additional information. -
Uses of SendToActionSupporter in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement SendToActionSupporter Modifier and Type Class Description class
ImageViewerPanel
A simple image viewer. -
Uses of SendToActionSupporter in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement SendToActionSupporter Modifier and Type Class Description class
InstanceExplorer
A panel for exploring Instances visually.class
InstancePanel
A panel for displaying instances.class
InstanceZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of SendToActionSupporter in adams.gui.visualization.instances
Classes in adams.gui.visualization.instances that implement SendToActionSupporter Modifier and Type Class Description class
InstancesTable
Table for displaying Instances objects. -
Uses of SendToActionSupporter in adams.gui.visualization.pdf
Classes in adams.gui.visualization.pdf that implement SendToActionSupporter Modifier and Type Class Description class
PDFViewerPanel
A basic PDF viewer. -
Uses of SendToActionSupporter in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement SendToActionSupporter Modifier and Type Class Description class
XYSequencePanel
A panel for displaying XY sequences. -
Uses of SendToActionSupporter in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement SendToActionSupporter Modifier and Type Class Description class
SpreadSheetExplorer
A panel for exploring Instances visually.class
SpreadSheetRowPanel
A panel for displaying instances.class
SpreadSheetRowZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of SendToActionSupporter in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement SendToActionSupporter Modifier and Type Class Description class
TimeseriesExplorer
A panel for exploring Timeseries, manipulating them with filters, etc.class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.class
TimeseriesZoomOverviewPanel
Panel that shows the zoom in the timeseries panel as overlay. -
Uses of SendToActionSupporter in weka.gui.explorer
Classes in weka.gui.explorer that implement SendToActionSupporter Modifier and Type Class Description class
ExplorerExt
An extended Explorer interface using menus instead of buttons, as well as remembering recent files.
-