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 BaseTextAreaConsoleWindow. m_TextAreathe 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 BaseTextAreaFontChooserPanelWithPreview. m_TextSampleThe display area.protected BaseTextAreaPdfFontChooserPanel. m_TextSampleThe display area. -
Uses of BaseTextArea in adams.gui.core
Subclasses of BaseTextArea in adams.gui.core Modifier and Type Class Description static classTextEditorPanel.TextEditorAreaSpecialized BaseTextArea.Fields in adams.gui.core declared as BaseTextArea Modifier and Type Field Description protected BaseTextAreaBufferHistoryPanel.BufferFrame. m_TextAreathe text area to display the StringBuilder in.protected BaseTextAreaGUIHelper.InputPanelWithTextArea. m_TextAreathe text area.protected BaseTextAreaBaseLogPanel. m_TextLogthe text area for the log.Methods in adams.gui.core that return BaseTextArea Modifier and Type Method Description BaseTextAreaBaseTextAreaWithButtons. createComponent()Returns the underlying text area.BaseTextAreaGUIHelper.InputPanelWithTextArea. getTextArea()Gives access to the underlying textarea.BaseTextAreaTextEditorPanel. getTextArea()Returns the underlying BaseTextArea element. -
Uses of BaseTextArea in adams.gui.core.json
Fields in adams.gui.core.json declared as BaseTextArea Modifier and Type Field Description protected BaseTextAreaJsonTreeWithPreview. m_TextAreathe preview.Methods in adams.gui.core.json that return BaseTextArea Modifier and Type Method Description BaseTextAreaJsonTreeWithPreview. 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 BaseTextAreaSimpleText.SimpleTextPanel. m_TextAreathe 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 BaseTextAreaComposeEmailPanel. m_TextBodythe body.protected BaseTextAreaDisplayEmailPanel. m_TextBodythe body.protected BaseTextAreaPasswordDialog. m_TextCommentsthe comments box.protected BaseTextAreaComposeEmailPanel. m_TextSignaturethe signature. -
Uses of BaseTextArea in adams.gui.goe
Fields in adams.gui.goe declared as BaseTextArea Modifier and Type Field Description protected BaseTextAreaBaseTextEditor. m_TextValueThe 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 BaseTextAreaEmailAddressBookPanel. m_TextAddressthe address.protected BaseTextAreaDatasetCompatibilityPanel. m_TextAreathe text area to output the results in.protected BaseTextAreaFileMonitorPanel. m_TextMonitorfor displaying the content.protected BaseTextAreaEmailAddressBookPanel. m_TextNotethe note.protected BaseTextAreaEmailAddressBookPanel. m_TextPhonethe 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 BaseTextAreaSqlMetaDataPanel. m_TextResultsfor other results.protected BaseTextAreaSqlQueryPanel. m_TextResultsfor 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 BaseTextAreaCompareTab. m_TextCommonthe IDs present in both datasets.protected BaseTextAreaCompareTab. m_TextOnlyFirstthe IDs only present in the first dataset.protected BaseTextAreaCompareTab. m_TextOnlySecondthe IDs only present in the second dataset.protected BaseTextAreaCompareTab. m_TextStructurethe text area with the structure output.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type BaseTextArea Modifier and Type Method Description protected JPanelCompareTab. 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 BaseTextAreaLogPanel. m_TextAreathe 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 BaseTextAreaBasicAdamsSetupPanel. m_TextNotesthe notes. -
Uses of BaseTextArea in adams.gui.wizard
Fields in adams.gui.wizard declared as BaseTextArea Modifier and Type Field Description protected BaseTextAreaTextAreaPage. m_TextAreathe text area.Methods in adams.gui.wizard that return BaseTextArea Modifier and Type Method Description BaseTextAreaTextAreaPage. 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 BaseTextAreaExperimentPanel. m_OutTextThe output area for classification results.
-