Uses of Interface
adams.gui.core.MenuBarProvider
-
-
Uses of MenuBarProvider in adams.flow.sink
Classes in adams.flow.sink that implement MenuBarProvider 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 MenuBarProvider in adams.flow.standalone
Classes in adams.flow.standalone that implement MenuBarProvider 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 MenuBarProvider in adams.flow.transformer.pixelselector
Classes in adams.flow.transformer.pixelselector that implement MenuBarProvider Modifier and Type Class Description class
PixelSelectorPanel
Combines an ImagePanel and a Report table. -
Uses of MenuBarProvider in adams.gui.core
Classes in adams.gui.core that implement MenuBarProvider Modifier and Type Class Description class
ConsolePanel
Global panel for capturing output via PrintObject instances.class
ErrorMessagePanel
A panel for displaying an error message, optionally being able to include the console output. -
Uses of MenuBarProvider in adams.gui.dialog
Classes in adams.gui.dialog that implement MenuBarProvider Modifier and Type Class Description class
SpreadSheetPanel
Displays a spreadsheet in a table.class
TextPanel
A simple text editor panel. -
Uses of MenuBarProvider in adams.gui.flow
Classes in adams.gui.flow that implement MenuBarProvider Modifier and Type Class Description class
FlowControlCenterPanel
A panel that functions as control center for flows.class
FlowEditorPanel
A panel for setting up, modifying, saving and loading "simple" flows.class
FlowRunnerPanel
Panel that allows the execution of flows. -
Uses of MenuBarProvider in adams.gui.tools
Classes in adams.gui.tools that implement MenuBarProvider Modifier and Type Class Description class
AbstractManagementPanel<T extends Comparable>
A panel for managing objects.class
AbstractManagementPanelWithDatabase<T extends Comparable>
A panel for managing the objects stored in a database.class
AbstractManagementPanelWithDatabaseConnectionListener<T extends Comparable>
Ancestor for management panels that listen to changes of the global database connection.class
AbstractManagementPanelWithProperties<T extends Comparable>
Ancestor panel for properties-based management panels.class
AbstractManagementPanelWithSelectableDatabase<T extends Comparable>
A panel for managing the objects stored in a database.class
ConsoleOutputAnalyzerPanel
Frontend for analyzing theConsoleWindow
's output.class
DatasetCompatibilityPanel
Compares the headers of a number of datasets and outputs the results.class
DiffPanel
For comparing two files side-by-side.class
EmailAddressBookPanel
Panel for managing email addresses.class
FavoritesManagementPanel
A panel for managing one's GOE favorites.class
FileChooserBookmarksManagementPanel
Panel for managing email addresses.class
FileCommanderPanel
File manager with two-pane interface, similar to the Midnight Commander.class
FileMonitorPanel
Allows the user to monitor a file for new data being appended, like log files.class
ImageProcessorPanel
Interface for processing images using a flow snippet.class
NestedFormatViewerPanel
A viewer for files that contain the nested format, like the flow editor uses.class
PlaceholderManagementPanel
Panel for managing the placeholders.class
PreviewBrowserPanel
Allows the browsing of files and previewing the content.class
PropertiesViewerPanel
A panel displaying properties files.class
SpreadSheetProcessorPanel
The main panel for processing spreadsheets.class
SpreadSheetViewerPanel
A panel for viewing SpreadSheet files.class
SqlWorkbenchPanel
SQL Workbench master panel.class
SystemInfoPanel
A panel displaying information about the system.class
XSLTPanel
Panel for performing XSLT on XML. -
Uses of MenuBarProvider in adams.gui.tools.remotecontrolcenter
Classes in adams.gui.tools.remotecontrolcenter that implement MenuBarProvider Modifier and Type Class Description class
RemoteControlCenterPanel
Remote control center session panel. -
Uses of MenuBarProvider in adams.gui.tools.wekainvestigator
Classes in adams.gui.tools.wekainvestigator that implement MenuBarProvider Modifier and Type Class Description class
InvestigatorPanel
The main panel for the Investigator. -
Uses of MenuBarProvider in adams.gui.tools.wekamultiexperimenter
Classes in adams.gui.tools.wekamultiexperimenter that implement MenuBarProvider Modifier and Type Class Description class
ExperimenterPanel
The Experimenter panel. -
Uses of MenuBarProvider in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement MenuBarProvider Modifier and Type Class Description class
ImageViewerPanel
A simple image viewer. -
Uses of MenuBarProvider in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement MenuBarProvider Modifier and Type Class Description class
InstanceComparePanel
A tool for comparing two datasets visually.class
InstanceExplorer
A panel for exploring Instances visually. -
Uses of MenuBarProvider in adams.gui.visualization.pdf
Classes in adams.gui.visualization.pdf that implement MenuBarProvider Modifier and Type Class Description class
PDFViewerPanel
A basic PDF viewer. -
Uses of MenuBarProvider in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement MenuBarProvider Modifier and Type Class Description class
SpreadSheetExplorer
A panel for exploring Instances visually. -
Uses of MenuBarProvider in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement MenuBarProvider Modifier and Type Class Description class
TimeseriesExplorer
A panel for exploring Timeseries, manipulating them with filters, etc. -
Uses of MenuBarProvider in adams.gui.workspace
Classes in adams.gui.workspace that implement MenuBarProvider Modifier and Type Class Description class
AbstractWorkspacePanel
The ancestor for a workspace panel.class
AbstractWorkspacePanelWithStatusBar
The ancestor for a workspace panel that also have a statusbar. -
Uses of MenuBarProvider in weka.gui.explorer
Classes in weka.gui.explorer that implement MenuBarProvider Modifier and Type Class Description class
ExplorerExt
An extended Explorer interface using menus instead of buttons, as well as remembering recent files.
-