Uses of Class
adams.gui.core.BaseTextArea
-
-
Uses of BaseTextArea in adams.flow.standalone
Fields in adams.flow.standalone declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
ConsoleWindow. m_TextArea
the text area for displaying the messages. -
Uses of BaseTextArea in adams.gui.chooser
Fields in adams.gui.chooser declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
FontChooserPanelWithPreview. m_TextSample
The display area.protected BaseTextArea
PdfFontChooserPanel. m_TextSample
The display area. -
Uses of BaseTextArea in adams.gui.core
Subclasses of BaseTextArea in adams.gui.core Modifier and Type Class Description static class
TextEditorPanel.TextEditorArea
Specialized BaseTextArea.Fields in adams.gui.core declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
BufferHistoryPanel.BufferFrame. m_TextArea
the text area to display the StringBuilder in.protected BaseTextArea
BufferHistoryPanel. m_TextArea
the text area to display the result in.protected BaseTextArea
GUIHelper.InputPanelWithTextArea. m_TextArea
the text area.protected BaseTextArea
BaseLogPanel. m_TextLog
the text area for the log.Methods in adams.gui.core that return BaseTextArea Modifier and Type Method Description BaseTextArea
BaseTextAreaWithButtons. createComponent()
Returns the underlying text area.BaseTextArea
GUIHelper.InputPanelWithTextArea. getTextArea()
Gives access to the underlying textarea.BaseTextArea
TextEditorPanel. getTextArea()
Returns the underlying BaseTextArea element.Methods in adams.gui.core with parameters of type BaseTextArea Modifier and Type Method Description void
BufferHistoryPanel. setTextArea(BaseTextArea value)
Sets the text area to display the results in. -
Uses of BaseTextArea in adams.gui.core.json
Fields in adams.gui.core.json declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
JsonTreeWithPreview. m_TextArea
the preview.Methods in adams.gui.core.json that return BaseTextArea Modifier and Type Method Description BaseTextArea
JsonTreeWithPreview. getTextArea()
Returns the underlying text area. -
Uses of BaseTextArea in adams.gui.core.spreadsheetpreview
Fields in adams.gui.core.spreadsheetpreview declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
SimpleText.SimpleTextPanel. m_TextArea
the text area for displaying the data. -
Uses of BaseTextArea in adams.gui.dialog
Fields in adams.gui.dialog declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
ComposeEmailPanel. m_TextBody
the body.protected BaseTextArea
DisplayEmailPanel. m_TextBody
the body.protected BaseTextArea
ComposeEmailPanel. m_TextSignature
the signature. -
Uses of BaseTextArea in adams.gui.goe
Fields in adams.gui.goe declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
BaseTextEditor. m_TextValue
The text area with the value. -
Uses of BaseTextArea in adams.gui.tools
Fields in adams.gui.tools declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
EmailAddressBookPanel. m_TextAddress
the address.protected BaseTextArea
DatasetCompatibilityPanel. m_TextArea
the text area to output the results in.protected BaseTextArea
FileMonitorPanel. m_TextMonitor
for displaying the content.protected BaseTextArea
EmailAddressBookPanel. m_TextNote
the note.protected BaseTextArea
EmailAddressBookPanel. m_TextPhone
the phone number. -
Uses of BaseTextArea in adams.gui.tools.sqlworkbench
Fields in adams.gui.tools.sqlworkbench declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
SqlMetaDataPanel. m_TextResults
for other results.protected BaseTextArea
SqlQueryPanel. m_TextResults
for other results. -
Uses of BaseTextArea in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
CompareTab. m_TextCommon
the IDs present in both datasets.protected BaseTextArea
CompareTab. m_TextOnlyFirst
the IDs only present in the first dataset.protected BaseTextArea
CompareTab. m_TextOnlySecond
the IDs only present in the second dataset.protected BaseTextArea
CompareTab. m_TextStructure
the text area with the structure output.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type BaseTextArea Modifier and Type Method Description protected JPanel
CompareTab. createIDInfoPanel(BaseTextArea textArea)
Generates an info panel for an ID text area. -
Uses of BaseTextArea in adams.gui.tools.wekamultiexperimenter
Fields in adams.gui.tools.wekamultiexperimenter declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
LogPanel. m_TextArea
the text area for outputting the log. -
Uses of BaseTextArea in adams.gui.tools.wekamultiexperimenter.setup
Fields in adams.gui.tools.wekamultiexperimenter.setup declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
BasicAdamsSetupPanel. m_TextNotes
the notes. -
Uses of BaseTextArea in adams.gui.wizard
Fields in adams.gui.wizard declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
TextAreaPage. m_TextArea
the text area.Methods in adams.gui.wizard that return BaseTextArea Modifier and Type Method Description BaseTextArea
TextAreaPage. getTextArea()
Returns the underlying text area. -
Uses of BaseTextArea in weka.gui.explorer
Fields in weka.gui.explorer declared as BaseTextArea Modifier and Type Field Description protected BaseTextArea
ExperimentPanel. m_OutText
The output area for classification results.
-