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 classAbstractChooserPanel<T>A panel that contains a text field with the current choice and a button for bringing up a dialog offering the choice.classAbstractChooserPanelWithIOSupport<T>Ancestor for chooser panels that handle directory listers.classAbstractDateBasedChooserPanel<T extends Date>Ancestor for chooser panels that useDateobjects.classBaseTextChooserPanelA panel that contains a text field with the current text and a button to bring up a text editor dialog.classColorChooserPanelA panel that contains a text field with the current Color (in hex notation) and a button for bringing up a Color dialog.classDatasetFileChooserPanelA panel that contains a text field with the current file and a button for bringing up a ConverterFileChooser.classDateChooserPanelRepresents a text field and a button to open up a dialog for selecting a date.classDateTimeChooserPanelRepresents a text field and a button to open up a dialog for selecting a date/time.classDirectoryChooserPanelA panel that contains a text field with the current directory and a button for bringing up a BaseDirectoryChooser.classFieldChooserPanelA panel that contains a text field with the current field and a button for bringing up a dialog for selecting from all available fields.classFileChooserPanelA panel that contains a text field with the current file/directory and a button for bringing up a BaseFileChooser.classFontChooserPanelA panel that contains a text field with the current Font and a button for bringing up a Font dialog.classMultipleFileChooserPanelA panel that contains a text field with the current files and a button for bringing up a BaseFileChooser.classSelectOptionPanelAllows the user to select either a single or multiple options from a list of available options.classSftpDirectoryChooserPanelChooser for remote directories (via SFTP).classSmbDirectoryChooserPanelChooser for remote directories (via SMB).classSpreadSheetFileChooserPanelA panel that contains a text field with the current file and a button for bringing up a SpreadSheetFileChooser.classSpreadSheetQueryChooserPanelA panel that contains a text field with the current spreadsheet query and a button for bringing up an editor for the query.classSQLStatementChooserPanelA panel that contains a text field with the current SQL statement and a button for bringing up an editor for the SQL statement.classTimeChooserPanelRepresents 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 interfaceAppendableTextAreaComponentText area components that allow appending of text.interfaceTextAreaComponentCommon interface for TextArea-like components.Classes in adams.gui.core that implement BaseTextComponent Modifier and Type Class Description classAbstractTextEditorPanelWithSimpleSyntaxHighlightingA panel that allows the editing of text, including undo/redo support, and custom syntax highlighting.classBaseColorTextFieldText field designed for entering a regular expression.static classBaseColorTextField.CustomColorTextFieldCustom color text field.classBaseObjectTextField<T extends BaseObject>Text field designed for entering a strings checked by a BaseObject derived object.classBaseRSyntaxTextAreaA slightly extended version ofRSyntaxTextArea.classBaseTextAreaA customized JTextArea.classBaseTextAreaWithButtonsGraphical component that consists of a BaseTable with buttons on the right-hand side.classBaseTextFieldExtended JTextField component.classBaseTextPaneA customized JTextPane.classBaseTextPaneWithButtonsBaseTextPaneWithButtonswith additional support for buttons.classBaseTextPaneWithWordWrapA panel containing aBaseTextPane, to allow wordwrap functionality.classBooleanExpressionEditorPanelText editor pane with syntax highlighting for boolean expressions.classCheckedTextFieldA specialized BaseTextField that takes a check model as input.classDateTextFieldA specialized text field for dates.classIndexTextFieldText field designed for entering a single index, eg for attributes.classLookUpUpdateEditorPanelText editor pane with syntax highlighting for lookup updates.classMathematicalExpressionEditorPanelText editor pane with syntax highlighting for mathematical expressions.classNumberTextFieldA specialized text field for numbers.classRangeTextFieldText field designed for entering a range, eg for attributes.classRegExpConstrainedTextFieldText field designed for entering a string that is constrained by a regular expression.classRegExpTextFieldText field designed for entering a regular expression.classSpreadSheetFormulaEditorPanelText editor pane with syntax highlighting for spreadsheet formula.classSpreadSheetQueryEditorPanelText editor pane with syntax highlighting for spreadsheet formula.classStringExpressionEditorPanelText editor pane with syntax highlighting for boolean expressions.classStyledTextEditorPanelA panel that allows the editing of text, including undo/redo support.static classTextEditorPanel.TextEditorAreaSpecialized BaseTextArea. -
Uses of BaseTextComponent in adams.gui.goe
Classes in adams.gui.goe that implement BaseTextComponent Modifier and Type Class Description classGenericArrayEditorPanelA panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.classGenericObjectEditorPanelA panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor.classPropertyTextSupport for a PropertyEditor that uses text.classWekaGenericArrayEditorPanelA panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.classWekaGenericObjectEditorPanelA 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 classScriptingTextEditorPanelA 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 classDiffTextPaneDisplays one side of a side-by-side diff.
-