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 TitleGeneratorTextPanel. m_TitleGeneratorfor generating the title.Methods in adams.gui.dialog that return TitleGenerator Modifier and Type Method Description TitleGeneratorTextPanel. 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 TitleGeneratorFlowControlCenterPanel. m_TitleGeneratorfor generating the title.protected TitleGeneratorFlowPanel. m_TitleGeneratorfor generating the title of the dialog/frame.protected TitleGeneratorFlowRunnerPanel. m_TitleGeneratorfor generating the title.Methods in adams.gui.flow that return TitleGenerator Modifier and Type Method Description TitleGeneratorFlowControlCenterPanel. getTitleGenerator()Returns the title generator in use.TitleGeneratorFlowPanel. getTitleGenerator()Returns the title generator in use.TitleGeneratorFlowRunnerPanel. 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 TitleGeneratorAbstractScriptingDialog. m_TitleGeneratorfor generating the title.Methods in adams.gui.scripting that return TitleGenerator Modifier and Type Method Description TitleGeneratorAbstractScriptingDialog. 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 TitleGeneratorConsoleOutputAnalyzerPanel. m_TitleGeneratorfor generating the title of the dialog/frame.protected TitleGeneratorFileMonitorPanel. m_TitleGeneratorfor generating the title.protected TitleGeneratorImageProcessorPanel. m_TitleGeneratorfor generating the title.protected TitleGeneratorPreviewBrowserPanel. m_TitleGeneratorfor generating the title of the dialog/frame.Methods in adams.gui.tools that return TitleGenerator Modifier and Type Method Description TitleGeneratorFileMonitorPanel. getTitleGenerator()Returns the title generator in use.TitleGeneratorImageProcessorPanel. getTitleGenerator()Returns the title generator in use.TitleGeneratorPreviewBrowserPanel. 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 TitleGeneratorImageViewerPanel. m_TitleGeneratorfor generating the title.Methods in adams.gui.visualization.image that return TitleGenerator Modifier and Type Method Description TitleGeneratorImageViewerPanel. 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 TitleGeneratorAbstractWorkspacePanel. m_TitleGeneratorfor generating the title.Methods in adams.gui.workspace that return TitleGenerator Modifier and Type Method Description TitleGeneratorAbstractWorkspacePanel. 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 TitleGeneratorExplorerExt. m_TitleGeneratorfor generating the title.Methods in weka.gui.explorer that return TitleGenerator Modifier and Type Method Description TitleGeneratorExplorerExt. getTitleGenerator()Returns the title generator in use.
-