Uses of Class
adams.gui.core.BaseTextAreaWithButtons
-
Packages that use BaseTextAreaWithButtons Package Description adams.gui.core adams.gui.goe adams.gui.tools adams.gui.tools.wekainvestigator.output adams.gui.tools.wekamultiexperimenter.analysis -
-
Uses of BaseTextAreaWithButtons in adams.gui.core
Fields in adams.gui.core declared as BaseTextAreaWithButtons Modifier and Type Field Description protected BaseTextAreaWithButtons
SimpleLogPanel. m_TextLog
the text area for the log. -
Uses of BaseTextAreaWithButtons in adams.gui.goe
Fields in adams.gui.goe declared as BaseTextAreaWithButtons Modifier and Type Field Description protected BaseTextAreaWithButtons
PropertySheetPanel. m_PanelAbout
The panel holding global info and help, if provided by the object being editied.protected BaseTextAreaWithButtons
GenericObjectEditor.GOEPanel. m_TextLog
the text area for the log message. -
Uses of BaseTextAreaWithButtons in adams.gui.tools
Fields in adams.gui.tools declared as BaseTextAreaWithButtons Modifier and Type Field Description protected BaseTextAreaWithButtons
OptionsConversionPanel. m_TextAreaCodeOutput
the text area for the code output.protected BaseTextAreaWithButtons
WekaOptionsConversionPanel. m_TextAreaCodeOutput
the text area for the output.protected BaseTextAreaWithButtons
AbstractSimpleConversionPanel. m_TextAreaInput
the text area for the input.protected BaseTextAreaWithButtons
OptionsConversionPanel. m_TextAreaInput
the text area for the input.protected BaseTextAreaWithButtons
WekaOptionsConversionPanel. m_TextAreaInput
the text area for the input.protected BaseTextAreaWithButtons
AbstractSimpleConversionPanel. m_TextAreaOutput
the text area for the output.protected BaseTextAreaWithButtons
OptionsConversionPanel. m_TextAreaOutput
the text area for the output.Methods in adams.gui.tools with parameters of type BaseTextAreaWithButtons Modifier and Type Method Description protected void
AbstractSimpleConversionPanel. openInput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)
Loads the data from a file.protected void
OptionsConversionPanel. openInput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)
Loads the data from a file.protected void
AbstractSimpleConversionPanel. saveOutput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)
Saves the output to a file.protected void
OptionsConversionPanel. saveOutput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)
Saves the output to a file. -
Uses of BaseTextAreaWithButtons in adams.gui.tools.wekainvestigator.output
Constructors in adams.gui.tools.wekainvestigator.output with parameters of type BaseTextAreaWithButtons Constructor Description TextualContentPanel(BaseTextAreaWithButtons comp, boolean useScrollPane)
Initializes the panel with the specified textual component. -
Uses of BaseTextAreaWithButtons in adams.gui.tools.wekamultiexperimenter.analysis
Fields in adams.gui.tools.wekamultiexperimenter.analysis declared as BaseTextAreaWithButtons Modifier and Type Field Description protected BaseTextAreaWithButtons
TableResultsPanel. m_TextAreaKey
for displaying the results.protected BaseTextAreaWithButtons
PlainTextResultsPanel. m_TextAreaResults
for displaying the results.
-