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 BaseTextAreaWithButtonsSimpleLogPanel. m_TextLogthe 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 BaseTextAreaWithButtonsPropertySheetPanel. m_PanelAboutThe panel holding global info and help, if provided by the object being editied.protected BaseTextAreaWithButtonsGenericObjectEditor.GOEPanel. m_TextLogthe 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 BaseTextAreaWithButtonsOptionsConversionPanel. m_TextAreaCodeOutputthe text area for the code output.protected BaseTextAreaWithButtonsWekaOptionsConversionPanel. m_TextAreaCodeOutputthe text area for the output.protected BaseTextAreaWithButtonsAbstractSimpleConversionPanel. m_TextAreaInputthe text area for the input.protected BaseTextAreaWithButtonsOptionsConversionPanel. m_TextAreaInputthe text area for the input.protected BaseTextAreaWithButtonsWekaOptionsConversionPanel. m_TextAreaInputthe text area for the input.protected BaseTextAreaWithButtonsAbstractSimpleConversionPanel. m_TextAreaOutputthe text area for the output.protected BaseTextAreaWithButtonsOptionsConversionPanel. m_TextAreaOutputthe text area for the output.Methods in adams.gui.tools with parameters of type BaseTextAreaWithButtons Modifier and Type Method Description protected voidAbstractSimpleConversionPanel. openInput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)Loads the data from a file.protected voidOptionsConversionPanel. openInput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)Loads the data from a file.protected voidAbstractSimpleConversionPanel. saveOutput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)Saves the output to a file.protected voidOptionsConversionPanel. 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 BaseTextAreaWithButtonsTableResultsPanel. m_TextAreaKeyfor displaying the results.protected BaseTextAreaWithButtonsPlainTextResultsPanel. m_TextAreaResultsfor displaying the results.
-