Uses of Class
adams.gui.core.TitleGenerator
-
Packages that use TitleGenerator Package Description adams.gui.dialog adams.gui.flow adams.gui.scripting adams.gui.tools adams.gui.visualization.image adams.gui.workspace weka.gui.explorer -
-
Uses of TitleGenerator in adams.gui.dialog
Fields in adams.gui.dialog declared as TitleGenerator Modifier and Type Field Description protected TitleGenerator
TextPanel. m_TitleGenerator
for generating the title.Methods in adams.gui.dialog that return TitleGenerator Modifier and Type Method Description TitleGenerator
TextPanel. getTitleGenerator()
Returns the title generator in use. -
Uses of TitleGenerator in adams.gui.flow
Fields in adams.gui.flow declared as TitleGenerator Modifier and Type Field Description protected TitleGenerator
FlowControlCenterPanel. m_TitleGenerator
for generating the title.protected TitleGenerator
FlowPanel. m_TitleGenerator
for generating the title of the dialog/frame.protected TitleGenerator
FlowRunnerPanel. m_TitleGenerator
for generating the title.Methods in adams.gui.flow that return TitleGenerator Modifier and Type Method Description TitleGenerator
FlowControlCenterPanel. getTitleGenerator()
Returns the title generator in use.TitleGenerator
FlowPanel. getTitleGenerator()
Returns the title generator in use.TitleGenerator
FlowRunnerPanel. getTitleGenerator()
Returns the title generator in use. -
Uses of TitleGenerator in adams.gui.scripting
Fields in adams.gui.scripting declared as TitleGenerator Modifier and Type Field Description protected TitleGenerator
AbstractScriptingDialog. m_TitleGenerator
for generating the title.Methods in adams.gui.scripting that return TitleGenerator Modifier and Type Method Description TitleGenerator
AbstractScriptingDialog. getTitleGenerator()
Returns the title generator in use. -
Uses of TitleGenerator in adams.gui.tools
Fields in adams.gui.tools declared as TitleGenerator Modifier and Type Field Description protected TitleGenerator
ConsoleOutputAnalyzerPanel. m_TitleGenerator
for generating the title of the dialog/frame.protected TitleGenerator
FileMonitorPanel. m_TitleGenerator
for generating the title.protected TitleGenerator
ImageProcessorPanel. m_TitleGenerator
for generating the title.protected TitleGenerator
PreviewBrowserPanel. m_TitleGenerator
for generating the title of the dialog/frame.Methods in adams.gui.tools that return TitleGenerator Modifier and Type Method Description TitleGenerator
FileMonitorPanel. getTitleGenerator()
Returns the title generator in use.TitleGenerator
ImageProcessorPanel. getTitleGenerator()
Returns the title generator in use.TitleGenerator
PreviewBrowserPanel. getTitleGenerator()
Returns the title generator in use. -
Uses of TitleGenerator in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as TitleGenerator Modifier and Type Field Description protected TitleGenerator
ImageViewerPanel. m_TitleGenerator
for generating the title.Methods in adams.gui.visualization.image that return TitleGenerator Modifier and Type Method Description TitleGenerator
ImageViewerPanel. getTitleGenerator()
Returns the title generator in use. -
Uses of TitleGenerator in adams.gui.workspace
Fields in adams.gui.workspace declared as TitleGenerator Modifier and Type Field Description protected TitleGenerator
AbstractWorkspacePanel. m_TitleGenerator
for generating the title.Methods in adams.gui.workspace that return TitleGenerator Modifier and Type Method Description TitleGenerator
AbstractWorkspacePanel. getTitleGenerator()
Returns the title generator in use. -
Uses of TitleGenerator in weka.gui.explorer
Fields in weka.gui.explorer declared as TitleGenerator Modifier and Type Field Description protected TitleGenerator
ExplorerExt. m_TitleGenerator
for generating the title.Methods in weka.gui.explorer that return TitleGenerator Modifier and Type Method Description TitleGenerator
ExplorerExt. getTitleGenerator()
Returns the title generator in use.
-