Uses of Class
adams.gui.core.BaseButton
-
-
Uses of BaseButton in adams.flow.control
Fields in adams.flow.control declared as BaseButton Modifier and Type Field Description protected BaseButton
Inspect. m_ButtonAccept
the button for accepting the token.protected BaseButton
MissionControl.ControlPanel. m_ButtonPause
the buttom for pausing the flow.protected BaseButton
MissionControl.ControlPanel. m_ButtonResume
the buttom for resuming the flow.protected BaseButton
Inspect. m_ButtonSkip
the button for skipping the token.protected BaseButton
MissionControl.ControlPanel. m_ButtonStop
the button for stopping the flow.protected BaseButton
Inspect. m_ButtonToggle
the button for turning on/off the interactive state of the viewer. -
Uses of BaseButton in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as BaseButton Modifier and Type Field Description protected BaseButton
ControlPanel. m_ButtonActorHighlight
the button for highlighting the ctor.protected BaseButton
ControlPanel. m_ButtonActorPath
the button for copying the actor path.protected BaseButton
BreakpointPanel. m_ButtonBreakpointsAdd
the add button for breakpoints.protected BaseButton
BreakpointPanel. m_ButtonBreakpointsEdit
the edit button for breakpoints.protected BaseButton
BreakpointPanel. m_ButtonBreakpointsRemove
the remove button for breakpoints.protected BaseButton
BreakpointPanel. m_ButtonBreakpointsRemoveAll
the remove all button for breakpoints.protected BaseButton
BreakpointPanel. m_ButtonBreakpointsToggle
the disable/enable button for breakpoints.protected BaseButton
ControlPanel. m_ButtonPauseResume
the button for resuming execution.protected BaseButton
ControlPanel. m_ButtonStep
the button for performing the next step when in manual mode.protected BaseButton
ControlPanel. m_ButtonStop
the button for stopping execution.protected BaseButton
ControlPanel. m_ButtonToggle
the button for disabling/enabling the breakpoint. -
Uses of BaseButton in adams.flow.processor
Fields in adams.flow.processor declared as BaseButton Modifier and Type Field Description protected BaseButton
ActorLocationsPanel. m_ButtonCopy
the button for copying the location.protected BaseButton
ActorLocationsPanel. m_ButtonJumpTo
the button for jumping to the location. -
Uses of BaseButton in adams.flow.sink
Fields in adams.flow.sink declared as BaseButton Modifier and Type Field Description protected BaseButton
LogViewer. m_ButtonDisplay
the button for displaying the message details.protected BaseButton
LogViewer. m_ButtonSave
the button for saving the selected entries (or all if none selected). -
Uses of BaseButton in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseButton Modifier and Type Field Description protected BaseButton
ImageObjectAnnotator. m_ButtonCancel
the Cancel button.protected BaseButton
SpreadSheetCellSelector. m_ButtonCancel
the button for cancelling.protected BaseButton
CompareObjectLocations. m_ButtonOK
the OK button.protected BaseButton
ImageObjectAnnotator. m_ButtonOK
the OK button.protected BaseButton
SpreadSheetCellSelector. m_ButtonOK
the button for accepting.protected BaseButton
ImageAnnotator.AnnotatorPanel. m_ButtonReset
the reset button. -
Uses of BaseButton in adams.flow.transformer.pixelselector
Fields in adams.flow.transformer.pixelselector declared as BaseButton Modifier and Type Field Description protected BaseButton
PixelSelectorPanel. m_ButtonCancel
the Cancel button.protected BaseButton
PixelSelectorPanel. m_ButtonOK
the OK button. -
Uses of BaseButton in adams.gui.chooser
Fields in adams.gui.chooser declared as BaseButton Modifier and Type Field Description protected BaseButton
FontChooser. m_ButtonCancel
the Cancel button.protected BaseButton
PdfFontChooser. m_ButtonCancel
the Cancel button.protected BaseButton
AbstractChooserPanel. m_ButtonFavorites
the button for the favorites.protected BaseButton
FontChooser. m_ButtonOK
the OK button.protected BaseButton
PdfFontChooser. m_ButtonOK
the OK button.protected BaseButton
AbstractChooserPanel. m_ButtonSelection
the button for bringing up the chooser dialog.protected BaseButton
DatePanel.InternalView. nextMonthButton
protected BaseButton
DatePanel.InternalView. nextYearButton
protected BaseButton
DatePanel.InternalView. previousMonthButton
protected BaseButton
DatePanel.InternalView. previousYearButton
Methods in adams.gui.chooser that return BaseButton Modifier and Type Method Description protected BaseButton
DatePanel.InternalView. getNextMonthButton()
This method initializes nextMonthButtonprotected BaseButton
DatePanel.InternalView. getNextYearButton()
This method initializes nextYearButtonprotected BaseButton
DatePanel.InternalView. getPreviousMonthButton()
This method initializes previousMonthButtonprotected BaseButton
DatePanel.InternalView. getPreviousYearButton()
This method initializes previousMonthButton -
Uses of BaseButton in adams.gui.core
Subclasses of BaseButton in adams.gui.core Modifier and Type Class Description class
BaseButtonWithDropDownMenu
Button that opens a dropdown menu when clicked.class
BaseFlatButton
Custom class for flat buttons.class
BaseFlatButtonWithDropDownMenu
Flat button that opens a dropdown menu when clicked.protected class
ButtonTabComponent.TabButton
Fields in adams.gui.core declared as BaseButton Modifier and Type Field Description protected BaseButton
BasePasswordFieldWithButton. m_Button
the button for showing/hiding the password.protected BaseButton
ButtonTabComponent. m_Button
protected BaseButton
FileListWithButtons. m_ButtonAdd
the button for adding a file.protected BaseButton
AdjustableGridPanel. m_ButtonApply
the button for applying the dimensions.protected BaseButton
ConsolePanel.OutputPanel. m_ButtonClear
the button for clearing the output.protected BaseButton
SimpleLogPanel. m_ButtonClear
the button for emptying the log.protected BaseButton
BaseLogPanel. m_ButtonClearLog
the button for clearing the log.protected BaseButton
SqlConnectionPanel. m_ButtonConnection
the button for opening the connection dialog.protected BaseButton
SimpleLogPanel. m_ButtonCopy
the button for copying the text.protected BaseButton
BaseLogPanel. m_ButtonCopyLog
the button for copy the log.protected BaseButton
ConsolePanel.OutputPanel. m_ButtonEnabledDisable
the button for enabling/disabling the output.protected BaseButton
SqlConnectionPanel. m_ButtonHistory
the button for the history.protected BaseButton
PropertiesParameterPanel. m_ButtonLoad
the load props button.protected BaseButton
BaseSplitButton. m_ButtonMain
the main button.protected BaseButton
FileListWithButtons. m_ButtonMoveDown
the button for moving an entry down.protected BaseButton
FileListWithButtons. m_ButtonMoveUp
the button for moving an entry up.protected BaseButton
DetachablePanel. m_ButtonReattach
the button for reattaching.protected BaseButton
FileListWithButtons. m_ButtonRemove
the button for removing file(s).protected BaseButton
FileListWithButtons. m_ButtonRemoveAll
the button for removing all files.protected BaseButton
PropertiesParameterPanel. m_ButtonSave
the save props button.protected BaseButton
SimpleLogPanel. m_ButtonSave
the button for saving the text.protected BaseButton
BaseLogPanel. m_ButtonSaveLog
the button for saving the log.protected BaseButton
OneTouchPanel. m_ButtonVisibility
the button for hiding/showing the content.protected BaseButton
AbstractDoubleClickableComponentWithButtons. m_DoubleClickButton
button that gets clicked when double-clicking list element.Fields in adams.gui.core with type parameters of type BaseButton Modifier and Type Field Description protected List<BaseButton>
GUIHelper.InputPanelWithButtons. m_Buttons
the buttons.Methods in adams.gui.core that return BaseButton Modifier and Type Method Description BaseButton
BasePasswordFieldWithButton. getButton()
Returns the underlying button.BaseButton
AbstractDoubleClickableComponentWithButtons. getDoubleClickButton()
Returns the current button that gets clicked when a list element is double-clicked.BaseButton
GUIHelper.InputPanelWithButtons. getInitialButton(String initial)
Returns the initial button to focus.Methods in adams.gui.core that return types with arguments of type BaseButton Modifier and Type Method Description List<BaseButton>
GUIHelper.InputPanelWithButtons. getButtons()
Gives access to the underlying buttons.Methods in adams.gui.core with parameters of type BaseButton Modifier and Type Method Description void
AbstractDoubleClickableComponentWithButtons. setDoubleClickButton(BaseButton value)
Sets the button that gets clicked when a double-click on a list element occurs. -
Uses of BaseButton in adams.gui.core.json
Fields in adams.gui.core.json declared as BaseButton Modifier and Type Field Description protected BaseButton
JsonTreeWithPreview. m_ButtonCopy
the button for copying. -
Uses of BaseButton in adams.gui.dialog
Fields in adams.gui.dialog declared as BaseButton Modifier and Type Field Description protected BaseButton
ApprovalDialog. m_ButtonApprove
the Approve button.protected BaseButton
ApprovalDialog. m_ButtonCancel
the Cancel button.protected BaseButton
DatabaseConnectionDialog. m_ButtonClose
the Close button.protected BaseButton
DatabaseConnectionsDialog. m_ButtonClose
the Close button.protected BaseButton
AbstractDatabaseConnectionPanel. m_ButtonConnect
the button connecting/disconnecting the database.protected BaseButton
ApprovalDialog. m_ButtonDiscard
the Discard button.protected BaseButton
DatabaseConnectionsDialog. m_ButtonDisconnect
the Disconnect button.protected BaseButton
SpreadSheetQueryPanel. m_ButtonHelp
the button for displaying the help.protected BaseButton
SQLStatementPanel. m_ButtonHelp
the button for displaying the help.protected BaseButton
SpreadSheetQueryPanel. m_ButtonHistory
the button for the history.protected BaseButton
SQLStatementPanel. m_ButtonHistory
the button for the history.protected BaseButton
AbstractDatabaseConnectionPanel. m_ButtonMakeDefault
the button for making a connection the default one.protected BaseButton
AbstractDatabaseConnectionPanel. m_ButtonNew
the button for creating a new connection.protected BaseButton
SpreadSheetQueryPanel. m_ButtonOptions
the button for the options.protected BaseButton
AbstractDatabaseConnectionPanel. m_ButtonRemove
the button removing the database connection.protected BaseButton
ComposeEmailPanel. m_ButtonSend
the button for sending.Methods in adams.gui.dialog that return BaseButton Modifier and Type Method Description BaseButton
ApprovalDialog. getApproveButton()
Returns the approve button.BaseButton
ApprovalDialog. getCancelButton()
Returns the cancel button.BaseButton
ApprovalDialog. getDiscardButton()
Returns the discard button. -
Uses of BaseButton in adams.gui.flow
Fields in adams.gui.flow declared as BaseButton Modifier and Type Field Description protected BaseButton
FlowControlCenterPanel. m_ButtonAdd
the button for adding a setup.protected BaseButton
FlowControlCenterPanel. m_ButtonEdit
the button for editing a setup.protected BaseButton
FlowControlCenterPanel. m_ButtonEditFlow
the button for editing a flow directly.protected BaseButton
FlowControlCenterPanel. m_ButtonMoveDown
the button for moving the selected setups down.protected BaseButton
FlowControlCenterPanel. m_ButtonMoveUp
the button for moving the selected setups up.protected BaseButton
FlowControlCenterPanel. m_ButtonPauseAndResume
the button for pausing/resuming setups.protected BaseButton
FlowControlCenterPanel. m_ButtonRemove
the button for removing a setup.protected BaseButton
FlowControlCenterPanel. m_ButtonRemoveAll
the button for removing all setups.protected BaseButton
FlowControlCenterPanel. m_ButtonStart
the button for starting setups.protected BaseButton
FlowControlCenterPanel. m_ButtonStop
the button for stopping setups.Fields in adams.gui.flow with type parameters of type BaseButton Modifier and Type Field Description protected List<BaseButton>
FlowRunnerPanel. m_CurrentHelpButtons
the buttons for the current SetVariable singletons. -
Uses of BaseButton in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as BaseButton Modifier and Type Field Description protected BaseButton
Clipboard. m_ButtonAdd
the button for adding the actor to the clipboard.protected BaseButton
Clipboard. m_ButtonClear
the button for clearing the clipboard.protected BaseButton
Clipboard. m_ButtonCopy
the button for copying the actor to the clipboard.protected BaseButton
AttachedVariablesTab. m_ButtonRefresh
the button for refreshing the variable list.protected BaseButton
StorageNamesTab. m_ButtonRefresh
the button for refreshing the variable list.protected BaseButton
VariablesTab. m_ButtonRefresh
the button for refreshing the variable list.protected BaseButton
Clipboard. m_ButtonRemove
the button for removing the selected items from the clipboard.protected BaseButton
StorageNamesTab. m_ButtonUsages
the button for locating the usages.protected BaseButton
VariablesTab. m_ButtonUsages
the button for locating the usages. -
Uses of BaseButton in adams.gui.goe
Fields in adams.gui.goe declared as BaseButton Modifier and Type Field Description protected BaseButton
GenericArrayEditor. m_ButtonAdd
Click to add the current object configuration to the array.protected BaseButton
GenericArrayEditor. m_ButtonAddMultiple
Click to add multiple objects to the array.protected BaseButton
GenericArrayEditor. m_ButtonCancel
Click to cancel the dialog.protected BaseButton
GenericObjectEditor.GOEPanel. m_ButtonCancel
cancel button.protected BaseButton
WekaExperimentFileEditor. m_ButtonCancel
the Cancel button.protected BaseButton
WekaExperimentFileEditor.SimpleSetupDialog. m_ButtonCancel
the Cancel button.protected BaseButton
EmailAddressEditor. m_ButtonClose
the close button.protected BaseButton
FieldEditor. m_ButtonClose
the close button.protected BaseButton
FontEditor. m_ButtonClose
the close button.protected BaseButton
PdfFontEditor. m_ButtonClose
the close button.protected BaseButton
GenericArrayEditor. m_ButtonCopy
Click to copy the currently selected object in array into the edit field.protected BaseButton
GenericObjectEditor.GOEPanel. m_ButtonCopyPaste
the button for copy/paste menu.protected BaseButton
AbstractBaseDateTypeEditor. m_ButtonCustomHelp
the button for the bringing up the help for the custom format.protected BaseButton
GenericArrayEditor. m_ButtonDown
Click this to move the selected array value(s) one down.protected BaseButton
GenericArrayEditor. m_ButtonEdit
Click this to edit the selected array value.protected BaseButton
WekaExperimentFileEditor. m_ButtonEdit
the button to bring up the dialog for editing the experiment.protected BaseButton
InlineEditor. m_ButtonEditor
the button for bringing up the custom editor.protected BaseButton
BaseObjectEditor. m_ButtonHelp
the help button for bringing up a browser with the Java Pattern class.protected BaseButton
BaseRegExpEditor. m_ButtonHelp
the help button for bringing up a browser with the Java Pattern class.protected BaseButton
IndexEditor. m_ButtonHelp
the help button for bringing up a dialog with the example text.protected BaseButton
JdbcUrlEditor. m_ButtonHelp
the help button for bringing up a browser with the Java Pattern class.protected BaseButton
RangeEditor. m_ButtonHelp
the help button for bringing up a dialog with the example text.protected BaseButton
UnorderedRangeEditor. m_ButtonHelp
the help button for bringing up a dialog with the example text.protected BaseButton
JdbcUrlEditor. m_ButtonHistory
the button for the history.protected BaseButton
GenericObjectEditor.GOEPanel. m_ButtonLogClear
the button for clearing the log message.protected BaseButton
GenericObjectEditor.GOEPanel. m_ButtonLogCopy
the button for copying the log message.protected BaseButton
AbstractBaseDateTypeEditor. m_ButtonNow
The NOW button.protected BaseButton
AbstractBaseDateTypeEditor. m_ButtonOK
The OK button.protected BaseButton
EmailAddressEditor. m_ButtonOK
the OK button.protected BaseButton
FieldEditor. m_ButtonOK
the OK button.protected BaseButton
FontEditor. m_ButtonOK
the OK button.protected BaseButton
GenericArrayEditor. m_ButtonOK
Click to OK the dialog.protected BaseButton
GenericObjectEditor.GOEPanel. m_ButtonOK
ok button.protected BaseButton
PdfFontEditor. m_ButtonOK
the OK button.protected BaseButton
WekaExperimentFileEditor. m_ButtonOK
the OK button.protected BaseButton
WekaExperimentFileEditor.SimpleSetupDialog. m_ButtonOK
the OK button.protected BaseButton
GenericObjectEditor.GOEPanel. m_ButtonOpen
Open object from disk.protected BaseButton
PropertyPanel. m_ButtonProperties
the button for bringing up the properties.protected BaseButton
GenericArrayEditor. m_ButtonRemove
Click this to delete the selected array values.protected BaseButton
GenericArrayEditor. m_ButtonRemoveAll
Click this to delete all the array values.protected BaseButton
GenericObjectEditor.GOEPanel. m_ButtonSave
Save object to disk.protected BaseButton
GenericArrayEditor. m_ButtonSetFavorites
Click to set favorites.protected BaseButton
GenericObjectEditor.GOEPanel. m_ButtonUndo
undo button.protected BaseButton
GenericArrayEditor. m_ButtonUp
Click this to move the selected array value(s) one up.protected BaseButton
GenericObjectEditorClassTreePanel. m_CloseButton
The button for closing the popup again.protected BaseButton
GenericObjectEditor. m_CustomPanelChooseButton
the button for choosing a different class in the custom panel.protected BaseButton
GenericObjectEditor. m_CustomPanelFavoriteButton
the button for showing the favorites menu in the custom panel.Methods in adams.gui.goe that return BaseButton Modifier and Type Method Description protected BaseButton
GenericObjectEditor. createChooseClassButton()
Creates a button that when clicked will enable the user to change the class of the object being edited.protected BaseButton
GenericObjectEditor. createFavoriteButton()
Creates a button brings up the favorites popup menu. -
Uses of BaseButton in adams.gui.scripting
Fields in adams.gui.scripting declared as BaseButton Modifier and Type Field Description protected BaseButton
ScriptingLogPanel. m_ButtonClear
the button for clearing the log.protected BaseButton
ScriptingLogPanel. m_ButtonClose
the button for closing the log.protected BaseButton
ScriptingLogPanel. m_ButtonSave
the button for saving the log. -
Uses of BaseButton in adams.gui.selection
Fields in adams.gui.selection declared as BaseButton Modifier and Type Field Description protected BaseButton
SelectEmailAddressPanel. m_ButtonAddressBook
the button for bringing up the addressbook.protected BaseButton
AbstractConditionalDatabaseSelectionPanel. m_ButtonOptions
the button for setting the name retrieval options.protected BaseButton
AbstractDatabaseSelectionPanel. m_ButtonRefresh
the button for refreshing the fields.Methods in adams.gui.selection with parameters of type BaseButton Modifier and Type Method Description protected boolean
AbstractSelectionPanel. waitForEnabled(BaseButton button)
Waits for a button to become enabled again, for DEFAULT_REFRESH_TIMEOUT milliseconds.protected boolean
AbstractSelectionPanel. waitForEnabled(BaseButton button, int msec)
Waits for a button to become enabled again, for a maximum amount of time. -
Uses of BaseButton in adams.gui.tools
Fields in adams.gui.tools declared as BaseButton Modifier and Type Field Description protected BaseButton
AbstractManagementPanel. m_ButtonAdd
the button for adding an object.protected BaseButton
ExpressionWatchPanel. m_ButtonAdd
the button for adding an expression.protected BaseButton
PlaceholderManagementPanel. m_ButtonAdd
the button for adding a placeholder.protected BaseButton
XSLTPanel. m_ButtonApply
the Apply button.protected BaseButton
ImageProcessorPanel. m_ButtonCheck
the "check flow" button.protected BaseButton
AbstractManagementPanel. m_ButtonClear
the button for clearing the input.protected BaseButton
SSHPanel. m_ButtonClear
the button for clearing the output.protected BaseButton
XSLTPanel.SubPanel. m_ButtonClear
the button for clearing the text.protected BaseButton
ConsoleOutputAnalyzerPanel. m_ButtonClearSearch
the button for clearing the search.protected BaseButton
OptionsConversionPanel. m_ButtonCodeOutputCopy
the button for copying the code output.protected BaseButton
WekaOptionsConversionPanel. m_ButtonCodeOutputCopy
the button for copying the code output.protected BaseButton
OptionsConversionPanel. m_ButtonCodeOutputPaste
the button for pasting the code output.protected BaseButton
WekaOptionsConversionPanel. m_ButtonCodeOutputPaste
the button for pasting the code output.protected BaseButton
OptionsConversionPanel. m_ButtonCodeOutputSave
the button for saving the code output to a file.protected BaseButton
SSHPanel. m_ButtonCommand
the button for executing the command.protected BaseButton
SSHPanel. m_ButtonConnection
for connecting/disconnecting.protected BaseButton
AbstractSimpleConversionPanel. m_ButtonConvert
the button initiating the conversion.protected BaseButton
OptionsConversionPanel. m_ButtonConvert
the button initiating the conversion.protected BaseButton
WekaOptionsConversionPanel. m_ButtonConvert
the button initiating the conversion.protected BaseButton
OptionTree. m_ButtonCopy
the button to copy the partial options to clipboard.protected BaseButton
SSHPanel. m_ButtonCopy
the button for copying the selected output.protected BaseButton
XSLTPanel.SubPanel. m_ButtonCopy
the button for copy.protected BaseButton
VariableManagementPanel. m_ButtonCopyName
the button for copying the variable name.protected BaseButton
VariableManagementPanel. m_ButtonCopyValue
the button for copying the variable value.protected BaseButton
LogEntryDatabaseViewerPanel. m_ButtonDelete
the button for deleting the entries.protected BaseButton
AbstractLogEntryViewerPanel. m_ButtonDisplay
the button for displaying a key-value pair of the message.protected BaseButton
FileChooserBookmarksManagementPanel. m_ButtonDown
the move down button.protected BaseButton
ExpressionWatchPanel. m_ButtonEdit
the button for editing an expression.protected BaseButton
AbstractSequenceViewerPanel. m_ButtonExecute
the button for executing the SQL.protected BaseButton
FavoritesManagementPanel. m_ButtonFavoriteAdd
the button for adding a favorite.protected BaseButton
FavoritesManagementPanel. m_ButtonFavoriteEdit
the button for editing a favorite.protected BaseButton
FavoritesManagementPanel. m_ButtonFavoriteRemove
the button for removing a favorite.protected BaseButton
FavoritesManagementPanel. m_ButtonFavoriteRemoveAll
the button for removing all favorites.protected BaseButton
FavoritesManagementPanel. m_ButtonFavoriteRename
the button for renaming a favorite.protected BaseButton
AbstractSimpleConversionPanel. m_ButtonInputCopy
the button for copying the input.protected BaseButton
OptionsConversionPanel. m_ButtonInputCopy
the button for copying the input.protected BaseButton
WekaOptionsConversionPanel. m_ButtonInputCopy
the button for copying the input.protected BaseButton
AbstractSimpleConversionPanel. m_ButtonInputOpen
the button for loading the input from file.protected BaseButton
OptionsConversionPanel. m_ButtonInputOpen
the button for loading the input from file.protected BaseButton
AbstractSimpleConversionPanel. m_ButtonInputPaste
the button for pasting the input.protected BaseButton
OptionsConversionPanel. m_ButtonInputPaste
the button for pasting the input.protected BaseButton
WekaOptionsConversionPanel. m_ButtonInputPaste
the button for pasting the input.protected BaseButton
AbstractManagementPanel. m_ButtonLoad
the button for loading the selected object.protected BaseButton
ImageProcessorPanel. m_ButtonLoad
the "load flow" button.protected BaseButton
ImageProcessorPanel. m_ButtonNew
the "new flow" button.protected BaseButton
XSLTPanel.SubPanel. m_ButtonOpen
the button for loading a file.protected BaseButton
LogEntryDatabaseViewerPanel. m_ButtonOptions
the button for displaying the options.protected BaseButton
AbstractSimpleConversionPanel. m_ButtonOutputCopy
the button for copying the output.protected BaseButton
OptionsConversionPanel. m_ButtonOutputCopy
the button for copying the output.protected BaseButton
AbstractSimpleConversionPanel. m_ButtonOutputPaste
the button for pasting the output.protected BaseButton
OptionsConversionPanel. m_ButtonOutputPaste
the button for pasting the output.protected BaseButton
AbstractSimpleConversionPanel. m_ButtonOutputSave
the button for saving the output to a file.protected BaseButton
OptionsConversionPanel. m_ButtonOutputSave
the button for saving the output to a file.protected BaseButton
XSLTPanel.SubPanel. m_ButtonPaste
the button for paste.protected BaseButton
DiffPanel. m_ButtonPasteLeft
the button for pasting the left content.protected BaseButton
DiffPanel. m_ButtonPasteRight
the button for pasting the right content.protected BaseButton
AbstractManagementPanel. m_ButtonRefresh
the button for refreshing the table.protected BaseButton
ExpressionWatchPanel. m_ButtonRefresh
the button for refreshing an expression.protected BaseButton
LogEntryDatabaseViewerPanel. m_ButtonRefresh
the button for refreshing the entries.protected BaseButton
ExpressionWatchPanel. m_ButtonRefreshAll
the button for refreshing all expression.protected BaseButton
AbstractManagementPanel. m_ButtonRemove
the button for deleting selected objects.protected BaseButton
ExpressionWatchPanel. m_ButtonRemove
the button for removing an expression.protected BaseButton
PlaceholderManagementPanel. m_ButtonRemove
the button for removing the selected placeholders.protected BaseButton
ExpressionWatchPanel. m_ButtonRemoveAll
the button for removing all expressions.protected BaseButton
ImageProcessorPanel. m_ButtonRun
the "run flow" button.protected BaseButton
ImageProcessorPanel. m_ButtonSave
the "save flow" button.protected BaseButton
XSLTPanel.SubPanel. m_ButtonSave
the button for saving to a file.protected BaseButton
ConsoleOutputAnalyzerPanel. m_ButtonSearch
the button for triggering the search.protected BaseButton
VariableManagementPanel. m_ButtonShowValue
the button for showing the variable value.protected BaseButton
FindInFilesPanel. m_ButtonStart
the button for starting the search.protected BaseButton
FindInFilesPanel. m_ButtonStop
the button for stopping the search.protected BaseButton
FavoritesManagementPanel. m_ButtonSuperclassAdd
the button for adding a superclass.protected BaseButton
FavoritesManagementPanel. m_ButtonSuperclassRemove
the button for removing a superclass.protected BaseButton
FavoritesManagementPanel. m_ButtonSuperclassRemoveAll
the button for removing all superclasses.protected BaseButton
FileChooserBookmarksManagementPanel. m_ButtonUp
the move up button.protected BaseButton
AbstractManagementPanel. m_ButtonUpdate
the button for updating an object.protected BaseButton
OptionTree. m_ButtonUpdate
the button to update the tree. -
Uses of BaseButton in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as BaseButton Modifier and Type Field Description protected BaseButton
PreviewDisplay. m_ButtonContentHandler
the button for displaying the options for the content handler. -
Uses of BaseButton in adams.gui.tools.remotecontrolcenter
Fields in adams.gui.tools.remotecontrolcenter declared as BaseButton Modifier and Type Field Description protected BaseButton
RemoteControlCenterEnginesPanel. m_ButtonAdd
the button for adding the engine.protected BaseButton
RemoteControlCenterEnginesPanel. m_ButtonCopy
the button for copying the engine.protected BaseButton
RemoteControlCenterEnginesPanel. m_ButtonRefresh
the button for refreshing the engine list.protected BaseButton
RemoteControlCenterEnginesPanel. m_ButtonRemove
the button for removing the engine.protected BaseButton
RemoteControlCenterEnginesPanel. m_ButtonStart
the button for starting engines.protected BaseButton
RemoteControlCenterEnginesPanel. m_ButtonStop
the button for stopping engines. -
Uses of BaseButton in adams.gui.tools.remotecontrolcenter.panels
Fields in adams.gui.tools.remotecontrolcenter.panels declared as BaseButton Modifier and Type Field Description protected BaseButton
RemoteFlowCommandsTab. m_ButtonExecute
the button for executing the command.protected BaseButton
AbstractRemoteFlowTab. m_ButtonKillAdams
the button for killing the ADAMS isntance.protected BaseButton
AbstractRemoteFlowTab. m_ButtonPauseFlow
the button for pausing the flow.protected BaseButton
AbstractRemoteFlowTab. m_ButtonRefresh
the button for refreshing the flows.protected BaseButton
AbstractRemoteFlowTab. m_ButtonResumeFlow
the button for resuming the flow.protected BaseButton
AdvancedTab. m_ButtonSend
the button for sending the command.protected BaseButton
RemoteLoggingTab. m_ButtonStartStop
the button for executing the command.protected BaseButton
AbstractRemoteFlowTab. m_ButtonStopAdams
the button for stopping the ADAMS instance.protected BaseButton
AbstractRemoteFlowTab. m_ButtonStopFlow
the button for stopping the flow. -
Uses of BaseButton in adams.gui.tools.spreadsheetprocessor.processors
Fields in adams.gui.tools.spreadsheetprocessor.processors declared as BaseButton Modifier and Type Field Description protected BaseButton
FlowProcessor. m_ButtonCheck
the "check flow" button.protected BaseButton
PassThroughProcessor. m_ButtonExecute
the button for processing.protected BaseButton
QueryProcessor. m_ButtonExecute
the button for processing.protected BaseButton
FlowProcessor. m_ButtonLoad
the "load flow" button.protected BaseButton
FlowProcessor. m_ButtonNew
the "new flow" button.protected BaseButton
FlowProcessor. m_ButtonRun
the "run flow" button.protected BaseButton
FlowProcessor. m_ButtonSave
the "save flow" button. -
Uses of BaseButton in adams.gui.tools.spreadsheetprocessor.sources
Fields in adams.gui.tools.spreadsheetprocessor.sources declared as BaseButton Modifier and Type Field Description protected BaseButton
DatabaseSource. m_ButtonExecute
the button for executing the query.protected BaseButton
FileBrowserSource. m_ButtonLoad
the button for loading.protected BaseButton
FileSource. m_ButtonLoad
the button for loading.protected BaseButton
ClipboardSource. m_ButtonPaste
the button for pasting. -
Uses of BaseButton in adams.gui.tools.spreadsheetprocessor.targets
Fields in adams.gui.tools.spreadsheetprocessor.targets declared as BaseButton Modifier and Type Field Description protected BaseButton
ClipboardTarget. m_ButtonCopy
the button for copying.protected BaseButton
DatabaseTarget. m_ButtonExecute
the button for uploading the data.protected BaseButton
ChartTarget. m_ButtonGenerate
the button for generating the chart.protected BaseButton
FileTarget. m_ButtonSave
the button for saving. -
Uses of BaseButton in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer declared as BaseButton Modifier and Type Field Description protected BaseButton
SortPanel. m_ButtonAdd
the button for a new sort definition.protected BaseButton
SortDefinitionPanel. m_ButtonMoveDown
the move down button.protected BaseButton
SortDefinitionPanel. m_ButtonMoveUp
the move up button.protected BaseButton
SortDefinitionPanel. m_ButtonRemove
the remove button.protected BaseButton
SortPanel. m_ButtonReset
the button for resetting the definitions. -
Uses of BaseButton in adams.gui.tools.spreadsheetviewer.tab
Fields in adams.gui.tools.spreadsheetviewer.tab declared as BaseButton Modifier and Type Field Description protected BaseButton
Query. m_ButtonExecute
the execute button.protected BaseButton
Query. m_ButtonHelp
the help button.protected BaseButton
Query. m_ButtonHistory
the button for the history. -
Uses of BaseButton in adams.gui.tools.sqlworkbench
Fields in adams.gui.tools.sqlworkbench declared as BaseButton Modifier and Type Field Description protected BaseButton
SqlMetaDataPanel. m_ButtonExecute
the button for executing the query.protected BaseButton
SqlQueryPanel. m_ButtonExecute
the button for executing the query. -
Uses of BaseButton in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as BaseButton Modifier and Type Field Description protected BaseButton
DataQueryTab. m_ButtonClear
the clear button.protected BaseButton
CompareTab. m_ButtonData
the button for comparing the data.protected BaseButton
DataQueryTab. m_ButtonExecute
the execute button.protected BaseButton
DataQueryTab. m_ButtonHelp
the help button.protected BaseButton
DataQueryTab. m_ButtonHistory
the button for the history.protected BaseButton
AssociateTab. m_ButtonOutputGenerators
the button for editing the output generators.protected BaseButton
AttributeSelectionTab. m_ButtonOutputGenerators
the button for editing the output generators.protected BaseButton
ClassifyTab. m_ButtonOutputGenerators
the button for editing the output generators.protected BaseButton
ClusterTab. m_ButtonOutputGenerators
the button for editing the output generators.protected BaseButton
ExperimentTab. m_ButtonOutputGenerators
the button for editing the output generators.protected BaseButton
AssociateTab. m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites.protected BaseButton
AttributeSelectionTab. m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites.protected BaseButton
ClassifyTab. m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites.protected BaseButton
ClusterTab. m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites.protected BaseButton
ExperimentTab. m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites.protected BaseButton
DataQueryTab. m_ButtonSave
the save button.protected BaseButton
AssociateTab. m_ButtonStart
the start button.protected BaseButton
AttributeSelectionTab. m_ButtonStart
the start button.protected BaseButton
ClassifyTab. m_ButtonStart
the start button.protected BaseButton
ClusterTab. m_ButtonStart
the start button.protected BaseButton
ExperimentTab. m_ButtonStart
the start button.protected BaseButton
IndependentComponentsTab. m_ButtonStart
the button to start PCA.protected BaseButton
PartialLeastSquaresTab. m_ButtonStart
the button to start PLS.protected BaseButton
PreprocessTab. m_ButtonStart
the button for starting the filtering.protected BaseButton
PrincipalComponentsTab. m_ButtonStart
the button to start PCA.protected BaseButton
AssociateTab. m_ButtonStop
the stop button.protected BaseButton
AttributeSelectionTab. m_ButtonStop
the stop button.protected BaseButton
ClassifyTab. m_ButtonStop
the stop button.protected BaseButton
ClusterTab. m_ButtonStop
the stop button.protected BaseButton
ExperimentTab. m_ButtonStop
the stop button.protected BaseButton
IndependentComponentsTab. m_ButtonStop
the button to stop PCA.protected BaseButton
PartialLeastSquaresTab. m_ButtonStop
the button to stop PLS.protected BaseButton
PreprocessTab. m_ButtonStop
the button for stop the filtering.protected BaseButton
PrincipalComponentsTab. m_ButtonStop
the button to stop PCA.protected BaseButton
CompareTab. m_ButtonStructure
the button for comparing the structure.protected BaseButton
InstanceTab. m_ButtonVisualize
the button for visualizing. -
Uses of BaseButton in adams.gui.tools.wekainvestigator.tab.preprocesstab
Fields in adams.gui.tools.wekainvestigator.tab.preprocesstab declared as BaseButton Modifier and Type Field Description protected BaseButton
AttributeSelectionPanel. m_ButtonAll
to select all attributesprotected BaseButton
AttributeSelectionPanel. m_ButtonInvert
to invert the current selectionprotected BaseButton
AttributeSelectionPanel. m_ButtonNone
to deselect all attributesprotected BaseButton
AttributeSelectionPanel. m_ButtonPattern
for entering a regular expression for selection -
Uses of BaseButton in adams.gui.tools.wekamultiexperimenter
Fields in adams.gui.tools.wekamultiexperimenter declared as BaseButton Modifier and Type Field Description protected BaseButton
LogPanel. m_ButtonClear
the button for clearing the log. -
Uses of BaseButton in adams.gui.tools.wekamultiexperimenter.analysis
Fields in adams.gui.tools.wekamultiexperimenter.analysis declared as BaseButton Modifier and Type Field Description protected BaseButton
DefaultAnalysisPanel. m_ButtonAnalyze
the analyze button.protected BaseButton
PlainTextResultsPanel. m_ButtonCopy
the copy button.protected BaseButton
TableResultsPanel. m_ButtonCopy
the copy button.protected BaseButton
PlainTextResultsPanel. m_ButtonSave
the save button.protected BaseButton
TableResultsPanel. m_ButtonSave
the save button. -
Uses of BaseButton in adams.gui.tools.wekamultiexperimenter.setup
Fields in adams.gui.tools.wekamultiexperimenter.setup declared as BaseButton Modifier and Type Field Description protected BaseButton
ClassifierPanel. m_ButtonAdd
the button for adding classifiers.protected BaseButton
DatasetPanel. m_ButtonAdd
the button for adding files.protected BaseButton
ClassifierPanel. m_ButtonDown
the button for moving classifiers down.protected BaseButton
DatasetPanel. m_ButtonDown
the button for moving files down.protected BaseButton
ClassifierPanel. m_ButtonEdit
the button for editing a classifier.protected BaseButton
DatasetPanel. m_ButtonEdit
the button for changing files.protected BaseButton
ClassifierPanel. m_ButtonRemove
the button for removing classifiers.protected BaseButton
DatasetPanel. m_ButtonRemove
the button for removing files.protected BaseButton
ClassifierPanel. m_ButtonRemoveAll
the button for removing all classifiers.protected BaseButton
DatasetPanel. m_ButtonRemoveAll
the button for removing all files.protected BaseButton
ClassifierPanel. m_ButtonUp
the button for moving classifiers up.protected BaseButton
DatasetPanel. m_ButtonUp
the button for moving files up. -
Uses of BaseButton in adams.gui.tools.wekamultiexperimenter.setup.weka
Fields in adams.gui.tools.wekamultiexperimenter.setup.weka declared as BaseButton Modifier and Type Field Description protected BaseButton
JdbcOutputPanel. m_ButtonCredentials
the button for bringing up the dialog for the user credentials. -
Uses of BaseButton in adams.gui.visualization.container
Fields in adams.gui.visualization.container declared as BaseButton Modifier and Type Field Description protected BaseButton
FilterDialog. m_ButtonCancel
the Cancel button.protected BaseButton
FilterDialog. m_ButtonOK
the OK button. -
Uses of BaseButton in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as BaseButton Modifier and Type Field Description protected BaseButton
StoragePanel. m_ButtonEdit
the button for editing an item.protected BaseButton
StoragePanel. m_ButtonExport
the button for exporting an item.protected BaseButton
StoragePanel. m_ButtonInspect
the button for inspecting an item. -
Uses of BaseButton in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as BaseButton Modifier and Type Field Description protected BaseButton
AbstractObjectOverlayFromReport.LocatedObjectsPanel. m_ButtonAll
the button for selecting all.protected BaseButton
AbstractPointOverlayFromReport.LocatedPointsPanel. m_ButtonAll
the button for selecting all.protected BaseButton
ObjectAnnotations.LocatedObjectsPanel. m_ButtonAll
the button for selecting all.protected BaseButton
AbstractObjectOverlayFromReport.LocatedObjectsPanel. m_ButtonInvert
the button for inverting the selection.protected BaseButton
AbstractPointOverlayFromReport.LocatedPointsPanel. m_ButtonInvert
the button for inverting the selection.protected BaseButton
ObjectAnnotations.LocatedObjectsPanel. m_ButtonInvert
the button for inverting the selection.protected BaseButton
AbstractObjectOverlayFromReport.LocatedObjectsPanel. m_ButtonNone
the button for selecting none.protected BaseButton
AbstractPointOverlayFromReport.LocatedPointsPanel. m_ButtonNone
the button for selecting none.protected BaseButton
ObjectAnnotations.LocatedObjectsPanel. m_ButtonNone
the button for selecting none. -
Uses of BaseButton in adams.gui.visualization.image.plugins
Fields in adams.gui.visualization.image.plugins declared as BaseButton Modifier and Type Field Description protected BaseButton
Brightness.BrightnessDialog. m_ButtonCancel
the cancel button.protected BaseButton
Brightness.BrightnessDialog. m_ButtonOK
the ok button.protected BaseButton
Brightness.BrightnessDialog. m_ButtonPreview
the preview button. -
Uses of BaseButton in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as BaseButton Modifier and Type Field Description protected BaseButton
LoadDatasetDialog. m_ButtonClose
the Close button.protected BaseButton
InstanceComparePanel.DatasetPanel. m_ButtonDisplay
the button for displaying the dataset.protected BaseButton
LoadDatasetDialog. m_ButtonLoad
the Load button.protected BaseButton
LoadDatasetDialog. m_ButtonReload
the button for reloading an existing file. -
Uses of BaseButton in adams.gui.visualization.instances.instancestable
Fields in adams.gui.visualization.instances.instancestable declared as BaseButton Modifier and Type Field Description protected BaseButton
InstancesSortPanel. m_ButtonAdd
the button for a new sort definition.protected BaseButton
InstancesSortDefinitionPanel. m_ButtonMoveDown
the move down button.protected BaseButton
InstancesSortDefinitionPanel. m_ButtonMoveUp
the move up button.protected BaseButton
InstancesSortDefinitionPanel. m_ButtonRemove
the remove button.protected BaseButton
InstancesSortPanel. m_ButtonReset
the button for resetting the definitions. -
Uses of BaseButton in adams.gui.visualization.object.labelselector
Fields in adams.gui.visualization.object.labelselector declared as BaseButton Modifier and Type Field Description protected BaseButton
ComboBoxSelectorPanel. m_ButtonUnset
the unset button. -
Uses of BaseButton in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as BaseButton Modifier and Type Field Description protected BaseButton
ReportFactory.StandardsDialog. m_ButtonAdd
for Add button.protected BaseButton
ReportFactory.StandardsDialog. m_ButtonCancel
for Cancel button.protected BaseButton
ReportFactory.StandardsDialog. m_ButtonOK
for OK button.protected BaseButton
ReportFactory.StandardsDialog. m_ButtonRemove
for Add button. -
Uses of BaseButton in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as BaseButton Modifier and Type Field Description protected BaseButton
SegmentationPanel. m_ButtonLayersAll
the buttons for enabling all layers.protected BaseButton
SegmentationPanel. m_ButtonLayersInvert
the buttons for inverting selected layers.protected BaseButton
SegmentationPanel. m_ButtonLayersNone
the buttons for disabling all layers. -
Uses of BaseButton in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as BaseButton Modifier and Type Field Description protected BaseButton
LoadSpreadSheetDialog. m_ButtonClose
the Close button.protected BaseButton
LoadSpreadSheetDialog. m_ButtonLoad
the Load button.protected BaseButton
LoadSpreadSheetDialog. m_ButtonReload
the button for reloading an existing file. -
Uses of BaseButton in adams.gui.visualization.stats.boxplot
Fields in adams.gui.visualization.stats.boxplot declared as BaseButton Modifier and Type Field Description protected BaseButton
BoxPlotManager. m_ButtonAdd
Button to add selected attribute to chosen attributes listprotected BaseButton
BoxPlotManager. m_ButtonAddAll
Button to add all attributes to chosen attributes listprotected BaseButton
BoxPlotManager. m_ButtonFillColor
Button to choose color of boxesprotected BaseButton
BoxPlotManager. m_ButtonRemove
Button to remove a selected attribute from chosen attributes listprotected BaseButton
BoxPlotManager. m_ButtonRemoveAll
Button to remove all attributes from the chosen attributes list -
Uses of BaseButton in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as BaseButton Modifier and Type Field Description protected BaseButton
Matrix. m_Stop
Button to stop the thread updating the overlays -
Uses of BaseButton in adams.gui.visualization.weka
Fields in adams.gui.visualization.weka declared as BaseButton Modifier and Type Field Description protected BaseButton
AbstractInstanceInfoFrame. m_ButtonDataGo
the button for displaying the instances.protected BaseButton
AbstractInstanceInfoFrame. m_ButtonTextGo
the button for displaying the instances. -
Uses of BaseButton in adams.gui.wizard
Fields in adams.gui.wizard declared as BaseButton Modifier and Type Field Description protected BaseButton
SelectMultipleDirectoriesPage. m_ButtonAdd
the button for bringing up the dirchooser.protected BaseButton
SelectMultipleFilesPage. m_ButtonAdd
the button for bringing up the filechooser.protected BaseButton
WekaSelectMultipleDatasetsPage. m_ButtonAdd
the button for bringing up the filechooser.protected BaseButton
AbstractWizardPane. m_ButtonBack
the button for the previous page.protected BaseButton
AbstractWizardPane. m_ButtonCancelFinish
the button for the cancelling/finishing.protected BaseButton
AbstractWizardPage. m_ButtonLoad
the load props button.protected BaseButton
AbstractWizardPane. m_ButtonLoad
the load props button.protected BaseButton
WekaPropertySheetPanelPage. m_ButtonLoad
the load props button.protected BaseButton
SelectMultipleDirectoriesPage. m_ButtonMoveDown
the button for moving the selected dirs down.protected BaseButton
SelectMultipleFilesPage. m_ButtonMoveDown
the button for moving the selected files down.protected BaseButton
WekaSelectMultipleDatasetsPage. m_ButtonMoveDown
the button for moving the selected files down.protected BaseButton
SelectMultipleDirectoriesPage. m_ButtonMoveUp
the button for moving the selected dirs up.protected BaseButton
SelectMultipleFilesPage. m_ButtonMoveUp
the button for moving the selected files up.protected BaseButton
WekaSelectMultipleDatasetsPage. m_ButtonMoveUp
the button for moving the selected files up.protected BaseButton
AbstractWizardPane. m_ButtonNext
the button for the next page.protected BaseButton
SelectMultipleDirectoriesPage. m_ButtonRemove
the button for removing the selected dirs.protected BaseButton
SelectMultipleFilesPage. m_ButtonRemove
the button for removing the selected files.protected BaseButton
WekaSelectMultipleDatasetsPage. m_ButtonRemove
the button for removing the selected files.protected BaseButton
SelectMultipleDirectoriesPage. m_ButtonRemoveAll
the button for removing all dirs.protected BaseButton
SelectMultipleFilesPage. m_ButtonRemoveAll
the button for removing all files.protected BaseButton
WekaSelectMultipleDatasetsPage. m_ButtonRemoveAll
the button for removing all files.protected BaseButton
AbstractWizardPage. m_ButtonSave
the save props button.protected BaseButton
AbstractWizardPane. m_ButtonSave
the save props button.protected BaseButton
WekaPropertySheetPanelPage. m_ButtonSave
the save props button. -
Uses of BaseButton in weka.gui.explorer
Fields in weka.gui.explorer declared as BaseButton Modifier and Type Field Description protected BaseButton
MultiExplorer. m_ButtonAdd
the button for adding a panel.protected BaseButton
MultiExplorer. m_ButtonCopy
the button for copying a panel.protected BaseButton
ExplorerExt. m_ButtonEdit
the edit button of the preprocess panel.protected BaseButton
SqlPanel. m_ButtonLoad
the Load buttonprotected BaseButton
MultiExplorer. m_ButtonRemove
the button for removing a panel.protected BaseButton
ExplorerExt. m_ButtonUndo
the undo button of the preprocess panel.protected BaseButton
MultiExplorer. m_ButtonWorkspace
the button for managing the workspaces.protected BaseButton
ExperimentPanel. m_StartBut
Click to start running the experiment.protected BaseButton
ExperimentPanel. m_StopBut
Click to stop a running experiment.
-