Uses of Interface
adams.gui.core.BaseTextComponent
-
Packages that use BaseTextComponent Package Description adams.gui.chooser adams.gui.core adams.gui.goe adams.gui.scripting adams.gui.visualization.debug -
-
Uses of BaseTextComponent in adams.gui.chooser
Classes in adams.gui.chooser that implement BaseTextComponent Modifier and Type Class Description class
AbstractChooserPanel<T>
A panel that contains a text field with the current choice and a button for bringing up a dialog offering the choice.class
AbstractChooserPanelWithIOSupport<T>
Ancestor for chooser panels that handle directory listers.class
AbstractDateBasedChooserPanel<T extends Date>
Ancestor for chooser panels that useDate
objects.class
BaseTextChooserPanel
A panel that contains a text field with the current text and a button to bring up a text editor dialog.class
ColorChooserPanel
A panel that contains a text field with the current Color (in hex notation) and a button for bringing up a Color dialog.class
DatasetFileChooserPanel
A panel that contains a text field with the current file and a button for bringing up a ConverterFileChooser.class
DateChooserPanel
Represents a text field and a button to open up a dialog for selecting a date.class
DateTimeChooserPanel
Represents a text field and a button to open up a dialog for selecting a date/time.class
DirectoryChooserPanel
A panel that contains a text field with the current directory and a button for bringing up a BaseDirectoryChooser.class
FieldChooserPanel
A panel that contains a text field with the current field and a button for bringing up a dialog for selecting from all available fields.class
FileChooserPanel
A panel that contains a text field with the current file/directory and a button for bringing up a BaseFileChooser.class
FontChooserPanel
A panel that contains a text field with the current Font and a button for bringing up a Font dialog.class
MultipleFileChooserPanel
A panel that contains a text field with the current files and a button for bringing up a BaseFileChooser.class
SelectOptionPanel
Allows the user to select either a single or multiple options from a list of available options.class
SftpDirectoryChooserPanel
Chooser for remote directories (via SFTP).class
SmbDirectoryChooserPanel
Chooser for remote directories (via SMB).class
SpreadSheetFileChooserPanel
A panel that contains a text field with the current file and a button for bringing up a SpreadSheetFileChooser.class
SpreadSheetQueryChooserPanel
A panel that contains a text field with the current spreadsheet query and a button for bringing up an editor for the query.class
SQLStatementChooserPanel
A panel that contains a text field with the current SQL statement and a button for bringing up an editor for the SQL statement.class
TimeChooserPanel
Represents a text field and a button to open up a dialog for selecting a date. -
Uses of BaseTextComponent in adams.gui.core
Subinterfaces of BaseTextComponent in adams.gui.core Modifier and Type Interface Description interface
AppendableTextAreaComponent
Text area components that allow appending of text.interface
TextAreaComponent
Common interface for TextArea-like components.Classes in adams.gui.core that implement BaseTextComponent Modifier and Type Class Description class
AbstractTextEditorPanelWithSimpleSyntaxHighlighting
A panel that allows the editing of text, including undo/redo support, and custom syntax highlighting.class
BaseColorTextField
Text field designed for entering a regular expression.static class
BaseColorTextField.CustomColorTextField
Custom color text field.class
BaseObjectTextField<T extends BaseObject>
Text field designed for entering a strings checked by a BaseObject derived object.class
BaseTextArea
A customized JTextArea.class
BaseTextAreaWithButtons
Graphical component that consists of a BaseTable with buttons on the right-hand side.class
BaseTextField
Extended JTextField component.class
BaseTextPane
A customized JTextPane.class
BaseTextPaneWithButtons
BaseTextPaneWithButtons
with additional support for buttons.class
BaseTextPaneWithWordWrap
A panel containing aBaseTextPane
, to allow wordwrap functionality.class
BooleanExpressionEditorPanel
Text editor pane with syntax highlighting for boolean expressions.class
CheckedTextField
A specialized BaseTextField that takes a check model as input.class
DateTextField
A specialized text field for dates.class
IndexTextField
Text field designed for entering a single index, eg for attributes.class
LookUpUpdateEditorPanel
Text editor pane with syntax highlighting for lookup updates.class
MathematicalExpressionEditorPanel
Text editor pane with syntax highlighting for mathematical expressions.class
NumberTextField
A specialized text field for numbers.class
RangeTextField
Text field designed for entering a range, eg for attributes.class
RegExpConstrainedTextField
Text field designed for entering a string that is constrained by a regular expression.class
RegExpTextField
Text field designed for entering a regular expression.class
SpreadSheetFormulaEditorPanel
Text editor pane with syntax highlighting for spreadsheet formula.class
SpreadSheetQueryEditorPanel
Text editor pane with syntax highlighting for spreadsheet formula.class
StringExpressionEditorPanel
Text editor pane with syntax highlighting for boolean expressions.class
StyledTextEditorPanel
A panel that allows the editing of text, including undo/redo support.static class
TextEditorPanel.TextEditorArea
Specialized BaseTextArea. -
Uses of BaseTextComponent in adams.gui.goe
Classes in adams.gui.goe that implement BaseTextComponent Modifier and Type Class Description class
GenericArrayEditorPanel
A panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.class
GenericObjectEditorPanel
A panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor.class
PropertyText
Support for a PropertyEditor that uses text.class
WekaGenericArrayEditorPanel
A panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.class
WekaGenericObjectEditorPanel
A panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor. -
Uses of BaseTextComponent in adams.gui.scripting
Classes in adams.gui.scripting that implement BaseTextComponent Modifier and Type Class Description class
ScriptingTextEditorPanel
A text editor panel with syntax highlighting for the scripting commands in the GUI. -
Uses of BaseTextComponent in adams.gui.visualization.debug
Classes in adams.gui.visualization.debug that implement BaseTextComponent Modifier and Type Class Description class
DiffTextPane
Displays one side of a side-by-side diff.
-