Uses of Class
adams.gui.core.BaseTextField
-
-
Uses of BaseTextField in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as BaseTextField Modifier and Type Field Description protected BaseTextField
ControlPanel. m_TextActorPath
the text field for the actor path.protected BaseTextField
ControlPanel. m_TextStage
the text field for the stage. -
Uses of BaseTextField in adams.gui.application
Fields in adams.gui.application declared as BaseTextField Modifier and Type Field Description protected BaseTextField
EmailSetupPanel. m_TextDefaultFromAddress
the default FROM address.protected BaseTextField
ProxySettingsPanel. m_TextHttpFtpHost
the http proxy host.protected BaseTextField
ProxySettingsPanel. m_TextHttpFtpNoProxy
the hosts that bypass the http proxy .protected BaseTextField
ProxySettingsPanel. m_TextHttpFtpUser
the http proxy user.protected BaseTextField
EmailSetupPanel. m_TextSmtpProtocols
The protocols to use.protected BaseTextField
EmailSetupPanel. m_TextSmtpServer
the SMTP host.protected BaseTextField
EmailSetupPanel. m_TextSmtpUser
the SMTP user.protected BaseTextField
ProxySettingsPanel. m_TextSocksHost
the socks proxy host.protected BaseTextField
ProxySettingsPanel. m_TextSocksUser
the socks proxy user.protected BaseTextField
EmailSetupPanel. m_TextSupportEmailAddress
the support email addres. -
Uses of BaseTextField in adams.gui.chooser
Fields in adams.gui.chooser declared as BaseTextField Modifier and Type Field Description protected BaseTextField
AbstractChooserPanel. m_TextSelection
the text field. -
Uses of BaseTextField in adams.gui.core
Subclasses of BaseTextField in adams.gui.core Modifier and Type Class Description 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
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
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.Fields in adams.gui.core declared as BaseTextField Modifier and Type Field Description protected BaseTextField
FilterPanel. m_TextFilter
the edit field for the filter.protected BaseTextField
AbstractQuickSearchPanel. m_TextSearch
the search panel.protected BaseTextField
SearchPanel. m_TextSearch
the text field for entering the search text. -
Uses of BaseTextField in adams.gui.dialog
Fields in adams.gui.dialog declared as BaseTextField Modifier and Type Field Description protected BaseTextField
SimplePreviewBrowserDialog. m_TextFilename
for displaying the filename.protected BaseTextField
ComposeEmailPanel. m_TextFrom
the "from".protected BaseTextField
DisplayEmailPanel. m_TextSender
the sender.protected BaseTextField
ComposeEmailPanel. m_TextSubject
the subject.protected BaseTextField
DisplayEmailPanel. m_TextSubject
the subject.protected BaseTextField
AbstractDatabaseConnectionPanel. m_TextURL
the edit field for the database URL.protected BaseTextField
AbstractDatabaseConnectionPanel. m_TextUser
the edit field for the database user. -
Uses of BaseTextField in adams.gui.flow
Fields in adams.gui.flow with type parameters of type BaseTextField Modifier and Type Field Description protected List<BaseTextField>
FlowRunnerPanel. m_CurrentParameters
the textfields for the current SetVariable singletons. -
Uses of BaseTextField in adams.gui.goe
Subclasses of BaseTextField in adams.gui.goe Modifier and Type Class Description class
PropertyText
Support for a PropertyEditor that uses text.Fields in adams.gui.goe declared as BaseTextField Modifier and Type Field Description protected BaseTextField
AbstractBaseDateTypeEditor. m_TextCustom
For entering a custom date string.protected BaseTextField
CronScheduleEditor. m_TextDayOfMonth
the text field for the day-of-month.protected BaseTextField
CronScheduleEditor. m_TextDayOfWeek
the text field for the day-of-week.protected BaseTextField
InlineEditor. m_TextField
the text field.protected BaseTextField
CronScheduleEditor. m_TextHours
the text field for the hours.protected BaseTextField
CronScheduleEditor. m_TextMinutes
the text field for the minutes.protected BaseTextField
CronScheduleEditor. m_TextMonth
the text field for the month.protected BaseTextField
BaseCommandLineEditor. m_TextOptions
the field with the command-line options.protected BaseTextField
CronScheduleEditor. m_TextSeconds
the text field for the seconds.protected BaseTextField
ActorPathEditor. m_TextValue
The text field with the value.protected BaseTextField
CallableActorReferenceEditor. m_TextValue
The text field with the value.protected BaseTextField
EventReferenceEditor. m_TextValue
The text field with the value.protected BaseTextField
IndexEditor. m_TextValue
The text field with the value.protected BaseTextField
RangeEditor. m_TextValue
The text field with the value.protected BaseTextField
UnorderedRangeEditor. m_TextValue
The text field with the value.protected BaseTextField
CronScheduleEditor. m_TextYear
the text field for the year. -
Uses of BaseTextField in adams.gui.selection
Fields in adams.gui.selection declared as BaseTextField Modifier and Type Field Description protected BaseTextField
SelectFieldPanel. m_TextFields
the textfield for entering a list of fields (blank separated).protected BaseTextField
SelectEmailAddressPanel. m_TextManualAddresses
the textfield for manually entering a list of addresses (blank separated).protected BaseTextField
AbstractSelectDatabaseFieldPanel. m_TextManualFields
the textfield for manually entering a list of fields (blank separated). -
Uses of BaseTextField in adams.gui.tools
Fields in adams.gui.tools declared as BaseTextField Modifier and Type Field Description protected BaseTextField
SSHPanel. m_TextCommand
the text field for the command to issue.protected BaseTextField
EmailAddressBookPanel. m_TextEmail
the email address.protected BaseTextField
ExpressionWatchPanel.ExpressionDialog. m_TextExpression
the text field for the expression.protected BaseTextField
EmailAddressBookPanel. m_TextFirstName
the first name.protected BaseTextField
EmailAddressBookPanel. m_TextLastName
the last name.protected BaseTextField
FileChooserBookmarksManagementPanel. m_TextName
the name.protected BaseTextField
OptionTree. m_TextOptionsFull
the text field for pasting the complete option string.protected BaseTextField
OptionTree. m_TextOptionsSelected
the text field for options represented by the currently selected sub-tree.protected BaseTextField
ConsoleOutputAnalyzerPanel. m_TextOrigin
the regexp for the origin.protected BaseTextField
ConsoleOutputAnalyzerPanel. m_TextOutput
the regexp for the output.protected BaseTextField
PlaceholderManagementPanel.PlaceholderTableCellEditor. m_TextPath
the BaseTextField used for displaying the path.protected BaseTextField
SSHPanel. m_TextRemote
the remote server.protected BaseTextField
ClassHelpPanel. m_TextSearch
the search panel.protected BaseTextField
ConfigureOptionHandlerPanel. m_TextSearch
the search panel.protected BaseTextField
FindInFilesPanel. m_TextSearchText
the search expression.protected BaseTextField
SSHPanel. m_TextUser
the text field for the user. -
Uses of BaseTextField in adams.gui.tools.spreadsheetprocessor.targets
Fields in adams.gui.tools.spreadsheetprocessor.targets declared as BaseTextField Modifier and Type Field Description protected BaseTextField
DatabaseTarget. m_TextStringColumnSQL
the SQL for creating string columns.protected BaseTextField
DatabaseTarget. m_TextTable
the table to use.protected BaseTextField
ChartTarget. m_TextTitle
the chart title to use. -
Uses of BaseTextField in adams.gui.tools.sqlworkbench
Fields in adams.gui.tools.sqlworkbench declared as BaseTextField Modifier and Type Field Description protected BaseTextField
SqlMetaDataPanel. m_TextTable
the text field with the (optional) table. -
Uses of BaseTextField in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as BaseTextField Modifier and Type Field Description protected BaseTextField
IndependentComponentsTab. m_TextAdditionalAttributes
the additional attribute range.protected BaseTextField
PartialLeastSquaresTab. m_TextAdditionalAttributes
the additional attribute range.protected BaseTextField
PrincipalComponentsTab. m_TextAdditionalAttributes
the additional attribute range.protected BaseTextField
IndependentComponentsTab. m_TextAttributeRange
the attribute range.protected BaseTextField
PartialLeastSquaresTab. m_TextAttributeRange
the attribute range.protected BaseTextField
PrincipalComponentsTab. m_TextAttributeRange
the attribute range.protected BaseTextField
CompareTab. m_TextFirstRange
the text field for the first attribute range.protected BaseTextField
CompareTab. m_TextSecondRange
the text field for the second attribute range.protected BaseTextField
PreprocessTab. m_TextSelectedAttributes
the currently selected attributes. -
Uses of BaseTextField in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation declared as BaseTextField Modifier and Type Field Description protected BaseTextField
IndexedSplitsRunsEvaluation. m_TextTestSplitName
the text with the name for the test split.protected BaseTextField
IndexedSplitsRunsEvaluation. m_TextTrainSplitName
the text with the name for the train split. -
Uses of BaseTextField in adams.gui.tools.wekamultiexperimenter.setup.weka
Fields in adams.gui.tools.wekamultiexperimenter.setup.weka declared as BaseTextField Modifier and Type Field Description protected BaseTextField
JdbcOutputPanel. m_TextURL
the JDBC URL.protected BaseTextField
JdbcOutputPanel. m_TextUser
the user name. -
Uses of BaseTextField in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as BaseTextField Modifier and Type Field Description protected BaseTextField
InspectionPanel. m_TextFieldRenderLimit
the textfield for the render limit.protected BaseTextField
StoragePanel. m_TextFieldRenderLimit
the textfield for the render limit.protected BaseTextField
InspectionPanel. m_TextSize
the text field for the size. -
Uses of BaseTextField in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as BaseTextField Modifier and Type Field Description protected BaseTextField
ColorPickerPanel. m_TextCurrentColor
the text field for the color at the current position.protected BaseTextField
ColorPickerPanel. m_TextSelectedColor
the text field for the selected color.Methods in adams.gui.visualization.image with parameters of type BaseTextField Modifier and Type Method Description protected void
ColorPickerPanel. updateColor(BaseTextField field, Color color)
Updates the text field with the specified color. -
Uses of BaseTextField in adams.gui.visualization.image.plugins
Fields in adams.gui.visualization.image.plugins declared as BaseTextField Modifier and Type Field Description protected BaseTextField
Brightness.BrightnessDialog. m_TextFactor
the brightness factor.protected BaseTextField
Brightness.BrightnessDialog. m_TextOffset
the brightness offset. -
Uses of BaseTextField in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as BaseTextField Modifier and Type Field Description protected BaseTextField
InstanceComparePanel.DatasetPanel. m_TextAttributeRange
the edit field for the range.protected BaseTextField
LoadDatasetDialog. m_TextAttributeRange
the text field for the attribute range. -
Uses of BaseTextField in adams.gui.visualization.object.tools
Fields in adams.gui.visualization.object.tools declared as BaseTextField Modifier and Type Field Description protected BaseTextField
Edit. m_TextPrefix
the object prefix to use.protected BaseTextField
Move. m_TextPrefix
the object prefix to use. -
Uses of BaseTextField in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as BaseTextField Modifier and Type Field Description protected BaseTextField
ReportFactory.StandardsDialog. m_TextMaxValue
the text field for the maximum value.protected BaseTextField
ReportFactory.StandardsDialog. m_TextMinValue
the text field for the minimum value. -
Uses of BaseTextField in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as BaseTextField Modifier and Type Field Description protected BaseTextField
LoadSpreadSheetDialog. m_TextAttributeRange
the text field for the attribute range. -
Uses of BaseTextField in weka.gui.explorer
Fields in weka.gui.explorer declared as BaseTextField Modifier and Type Field Description protected BaseTextField
ExperimentPanel. m_FoldsPercText
Either the number of folds or the percentage for the random split.
-