Package adams.gui.core
Interface BaseTextComponent
-
- All Known Subinterfaces:
AppendableTextAreaComponent,TextAreaComponent
- All Known Implementing Classes:
AbstractChooserPanel,AbstractChooserPanelWithIOSupport,AbstractDateBasedChooserPanel,AbstractTextEditorPanelWithSimpleSyntaxHighlighting,BaseColorTextField,BaseColorTextField.CustomColorTextField,BaseObjectTextField,BaseRSyntaxTextArea,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 BaseTextComponentTODO: 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 StringgetText()Returns the text in the field.voidsetText(String value)Sets the text in the field.
-