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 classAbstractGraphicalDisplayAncestor for actors that display stuff.classAbstractTextualDisplayAncestor for actors that display textual stuff.classActualVsPredictedPlotPlots actual vs predicted columns obtained from a spreadsheet.classArrayDisplayDisplays the array elements in a single panel.classBoxPlot* Actor for displaying box plots.
*
* For more information, see:
* http://en.wikipedia.org/wiki/Box_plot *
Valid options are:classCanvasGeneral purpose drawing canvas.classContainerDisplayActor for displaying a spreadsheet.classControlChartPlotActor for generating control chart plots.
The plot needs to be initialized with a class adams.flow.container.ControlChartContainer.classDisplayActor that outputs any object that arrives at its input port via the 'toString()' method.classDisplayPanelGridSink that places a panel in the grid for each each arriving token.
Uses the user-defined panel provider for creating the panels.classDisplayPanelManagerActor that displays a 'history' of panels created by the selected panel provider.classDOMDisplayDisplays a DOM node object as tree structure.classEmailViewerActor for displaying an email object.classFilePreviewActor for previewing file contents.classFlowDisplayDisplays an actor or flow.classFourInOneDisplayActor for displaying a four-in-one plot.classHistogramGenerates a histogram based on the incoming data.classHistoryDisplayActor that outputs any object that arrives at its input port via the 'toString()' method in a separate 'history' entry.classHtml4DisplayViewer for HTML 4.classImageHistogramDisplays a histogram of a gray image or histograms per channel for color image.classImageSegmentationViewerDisplays image segmentation containers.classImageViewerActor for displaying an image.classJFreeChartPlotGenerates and displays a plot using JFreeChart.Dataset generation is skipped if the incoming data already represents a JFreeChart dataset.classJsonDisplayDisplays a JSON object as tree structure.classMatrixPlotActor for displaying a matrix of scatter plots
Valid options are:classObjectPreviewActor for previewing file contents.classObjectViewerAllows to inspect any object using ADAMS' inspection capabilities.classPDFViewerActor for displaying PDF files.classProbabilityPlotDisplayActor for displaying a probability plot
Valid options are:classProgressBarDisplays a progress bar.classPropertiesDisplayDisplays a Properties object as table.classReportDisplayDisplays reports.classScatterDisplayActor for displaying a scatter plot of one attribute vs another.classSequencePlotterActor 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
classSideBySideDiffActor for displaying a side-by-side diff.classSimplePlotActor 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
classSpreadSheetDisplayActor for displaying a spreadsheet.
Custom background for negative/positive values can be specified as well.classSpreadSheetRowViewerActor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.classStringTreeGenerates a tree from the strings arriving at the input, splitting them into parts using the specified separator.classTimeseriesDisplayActor that displays timeseries.classWekaAttributeSummaryDisplays an attribute summary.classWekaClassifierErrorsActor for displaying classifier errors.classWekaCostBenefitAnalysisActor for displaying a cost benefit analysis dialog.classWekaCostCurveActor for displaying a cost curve.classWekaGraphVisualizerDisplays 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.classWekaInstancesDisplayActor for displaying a weka.core.Instances object in table format.classWekaInstancesPlotActor for plotting one attribute vs another.classWekaInstanceViewerActor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool.classWekaMarginCurveActor for displaying margin errors.classWekaThresholdCurveActor for displaying threshold curves, like ROC or precision/recall.classWekaTreeVisualizerDisplays trees in dot notation.classXChartPlotGenerates and displays a plot using XChart.Dataset generation is skipped if the incoming data already represents a XChart dataset.classZScoreDisplayActor 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 classSequencePlotterPanelThe 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 classAbstractMultiViewAncestor for graphical actors that display multiple views.classConsoleWindowDisplays the messages that are output in the system's 'Console window'.classGridViewDisplays multiple graphical actors in a grid.classTabViewDisplays 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 classSpreadSheetCellSelector.TableCustom 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 classConsolePanelGlobal panel for capturing output via PrintObject instances.classSpreadSheetTableA 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 classSpreadSheetPanelDisplays a spreadsheet in a table.classTextPanelA simple text editor panel. -
Uses of SendToActionSupporter in adams.gui.flow
Classes in adams.gui.flow that implement SendToActionSupporter Modifier and Type Class Description classFlowEditorPanelA panel for setting up, modifying, saving and loading "simple" flows.classFlowPanelA 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 classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor 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 SendToActionSupporterAbstractSendToAction. m_Ownerthe owner.Methods in adams.gui.sendto that return SendToActionSupporter Modifier and Type Method Description SendToActionSupporterAbstractSendToAction. getOwner()Returns the current owner of this action.Methods in adams.gui.sendto with parameters of type SendToActionSupporter Modifier and Type Method Description static booleanSendToActionUtils. addSendToSubmenu(SendToActionSupporter owner, JMenu menu)Adds all the available sendto actions for the specified class to thestatic booleanSendToActionUtils. addSendToSubmenu(SendToActionSupporter owner, JPopupMenu menu)Adds all the available sendto actions for the specified class to theprotected static booleanSendToActionUtils. addSubmenu(SendToActionSupporter owner, JMenu submenu)Attaches a listener to the top-level menu that triggers the generation of the send-to submenu.protected static booleanSendToActionUtils. 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.voidAbstractSendToAction. 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 classConsoleOutputAnalyzerPanelFrontend for analyzing theConsoleWindow's output.classDatasetCompatibilityPanelCompares the headers of a number of datasets and outputs the results.classPreviewBrowserPanelAllows the browsing of files and previewing the content.classPropertiesViewerPanelA panel displaying properties files.classSpreadSheetViewerPanelA panel for viewing SpreadSheet files.classSystemInfoPanelA 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 classAbstractDataContainerZoomOverviewPanel<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.classDataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data.classDataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Data container panel with a container list in the side panel.classDataContainerPanelWithSidePanel<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 classImageViewerPanelA 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 classInstanceExplorerA panel for exploring Instances visually.classInstancePanelA panel for displaying instances.classInstanceZoomOverviewPanelPanel 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 classInstancesTableTable 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 classPDFViewerPanelA 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 classXYSequencePanelA 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 classSpreadSheetExplorerA panel for exploring Instances visually.classSpreadSheetRowPanelA panel for displaying instances.classSpreadSheetRowZoomOverviewPanelPanel 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 classTimeseriesExplorerA panel for exploring Timeseries, manipulating them with filters, etc.classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.classTimeseriesZoomOverviewPanelPanel 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 classExplorerExtAn extended Explorer interface using menus instead of buttons, as well as remembering recent files.
-