Package adams.gui.core
Interface BaseTextComponent
-
- All Known Subinterfaces:
AppendableTextAreaComponent
,TextAreaComponent
- All Known Implementing Classes:
AbstractChooserPanel
,AbstractChooserPanelWithIOSupport
,AbstractDateBasedChooserPanel
,AbstractTextEditorPanelWithSimpleSyntaxHighlighting
,BaseColorTextField
,BaseColorTextField.CustomColorTextField
,BaseObjectTextField
,BaseTextArea
,BaseTextAreaWithButtons
,BaseTextChooserPanel
,BaseTextField
,BaseTextPane
,BaseTextPaneWithButtons
,BaseTextPaneWithWordWrap
,BooleanExpressionEditorPanel
,CheckedTextField
,ColorChooserPanel
,DatasetFileChooserPanel
,DateChooserPanel
,DateTextField
,DateTimeChooserPanel
,DiffTextPane
,DirectoryChooserPanel
,FieldChooserPanel
,FileChooserPanel
,FontChooserPanel
,GenericArrayEditorPanel
,GenericObjectEditorPanel
,IndexTextField
,LookUpUpdateEditorPanel
,MathematicalExpressionEditorPanel
,MultipleFileChooserPanel
,NumberTextField
,PropertyText
,RangeTextField
,RegExpConstrainedTextField
,RegExpTextField
,ScriptingTextEditorPanel
,SelectOptionPanel
,SftpDirectoryChooserPanel
,SmbDirectoryChooserPanel
,SpreadSheetFileChooserPanel
,SpreadSheetFormulaEditorPanel
,SpreadSheetQueryChooserPanel
,SpreadSheetQueryEditorPanel
,SQLStatementChooserPanel
,StringExpressionEditorPanel
,StyledTextEditorPanel
,TextEditorPanel.TextEditorArea
,TimeChooserPanel
,WekaGenericArrayEditorPanel
,WekaGenericObjectEditorPanel
public interface BaseTextComponent
TODO: What this class does.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getText()
Returns the text in the field.void
setText(String value)
Sets the text in the field.
-