Package adams.flow.core
Interface FlowControlSubMenuSupporter
-
- All Superinterfaces:
Actor
,AdditionalInformationHandler
,CleanUpHandler
,Comparable
,Destroyable
,ErrorHandler
,LoggingLevelHandler
,LoggingSupporter
,OptionHandler
,QuickInfoSupporter
,Serializable
,ShallowCopySupporter<Actor>
,Stoppable
,StoppableWithFeedback
,VariableChangeListener
,VariablesInspectionHandler
- All Known Implementing Classes:
AbstractGraphicalDisplay
,AbstractMultiView
,AbstractTextualDisplay
,ActualVsPredictedPlot
,ArrayDisplay
,BoxPlot
,Canvas
,ContainerDisplay
,ControlChartPlot
,Display
,DisplayPanelGrid
,DisplayPanelManager
,DOMDisplay
,EmailViewer
,FilePreview
,FlowDisplay
,FourInOneDisplay
,GridView
,Histogram
,HistoryDisplay
,Html4Display
,ImageHistogram
,ImageSegmentationViewer
,ImageViewer
,JFreeChartPlot
,JsonDisplay
,MatrixPlot
,ObjectPreview
,ObjectViewer
,PDFViewer
,ProbabilityPlotDisplay
,ProgressBar
,PropertiesDisplay
,ReportDisplay
,ScatterDisplay
,SequencePlotter
,SideBySideDiff
,SimplePlot
,SpreadSheetDisplay
,SpreadSheetRowViewer
,StringTree
,TabView
,TimeseriesDisplay
,WekaAttributeSummary
,WekaClassifierErrors
,WekaCostBenefitAnalysis
,WekaCostCurve
,WekaGraphVisualizer
,WekaInstancesDisplay
,WekaInstancesPlot
,WekaInstanceViewer
,WekaMarginCurve
,WekaThresholdCurve
,WekaTreeVisualizer
,ZScoreDisplay
public interface FlowControlSubMenuSupporter extends Actor
Interfaces for actors that can display a flow control sub-menu.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
-
Fields inherited from interface adams.flow.core.Actor
FILE_EXTENSION, FILE_EXTENSION_GZ
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getShowFlowControlSubMenu()
Returns whether to show a flow control sub-menu in the menubar.void
setShowFlowControlSubMenu(boolean value)
Sets whether to show a flow control sub-menu in the menubar.String
showFlowControlSubMenuTipText()
Returns the tip text for this property.-
Methods inherited from interface adams.flow.core.Actor
cleanUp, compareTo, destroy, equals, execute, findVariables, getAnnotations, getDefaultName, getDetectedVariables, getErrorHandler, getFlowExecutionListeningSupporter, getFullName, getName, getNextSibling, getParent, getParentComponent, getPreviousSibling, getQuickInfo, getRoot, getScopeHandler, getSilent, getSkip, getStopFlowOnError, getStopMessage, getStorageHandler, getVariables, handleError, hasErrorHandler, hasStopMessage, index, isExecuted, isFinished, isHeadless, isStopped, setAnnotations, setErrorHandler, setName, setParent, setSilent, setSkip, setStopFlowOnError, setUp, setVariables, shallowCopy, shallowCopy, sizeOf, stopExecution, stopExecution, toCommandLine, variableChanged, wrapUp
-
Methods inherited from interface adams.core.AdditionalInformationHandler
getAdditionalInformation
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel, setLoggingLevel
-
Methods inherited from interface adams.core.logging.LoggingSupporter
getLogger, isLoggingEnabled
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager
-
Methods inherited from interface adams.core.VariablesInspectionHandler
canInspectOptions
-
-
-
-
Method Detail
-
setShowFlowControlSubMenu
void setShowFlowControlSubMenu(boolean value)
Sets whether to show a flow control sub-menu in the menubar.- Parameters:
value
- true if to show
-
getShowFlowControlSubMenu
boolean getShowFlowControlSubMenu()
Returns whether to show a flow control sub-menu in the menubar.- Returns:
- true if to show
-
showFlowControlSubMenuTipText
String showFlowControlSubMenuTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-