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 BaseButtonInspect. m_ButtonAcceptthe button for accepting the token.protected BaseButtonMissionControl.ControlPanel. m_ButtonPausethe buttom for pausing the flow.protected BaseButtonMissionControl.ControlPanel. m_ButtonResumethe buttom for resuming the flow.protected BaseButtonInspect. m_ButtonSkipthe button for skipping the token.protected BaseButtonMissionControl.ControlPanel. m_ButtonStopthe button for stopping the flow.protected BaseButtonInspect. m_ButtonTogglethe 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 BaseButtonControlPanel. m_ButtonActorHighlightthe button for highlighting the ctor.protected BaseButtonControlPanel. m_ButtonActorPaththe button for copying the actor path.protected BaseButtonBreakpointPanel. m_ButtonBreakpointsAddthe add button for breakpoints.protected BaseButtonBreakpointPanel. m_ButtonBreakpointsEditthe edit button for breakpoints.protected BaseButtonBreakpointPanel. m_ButtonBreakpointsRemovethe remove button for breakpoints.protected BaseButtonBreakpointPanel. m_ButtonBreakpointsRemoveAllthe remove all button for breakpoints.protected BaseButtonBreakpointPanel. m_ButtonBreakpointsTogglethe disable/enable button for breakpoints.protected BaseButtonControlPanel. m_ButtonPauseResumethe button for resuming execution.protected BaseButtonControlPanel. m_ButtonStepthe button for performing the next step when in manual mode.protected BaseButtonControlPanel. m_ButtonStopthe button for stopping execution.protected BaseButtonControlPanel. m_ButtonTogglethe 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 BaseButtonActorLocationsPanel. m_ButtonCopythe button for copying the location.protected BaseButtonActorLocationsPanel. m_ButtonJumpTothe 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 BaseButtonLogViewer. m_ButtonDisplaythe button for displaying the message details.protected BaseButtonLogViewer. m_ButtonSavethe 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 BaseButtonImageObjectAnnotator. m_ButtonCancelthe Cancel button.protected BaseButtonSpreadSheetCellSelector. m_ButtonCancelthe button for cancelling.protected BaseButtonCompareObjectLocations. m_ButtonOKthe OK button.protected BaseButtonImageObjectAnnotator. m_ButtonOKthe OK button.protected BaseButtonSpreadSheetCellSelector. m_ButtonOKthe button for accepting.protected BaseButtonImageAnnotator.AnnotatorPanel. m_ButtonResetthe 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 BaseButtonPixelSelectorPanel. m_ButtonCancelthe Cancel button.protected BaseButtonPixelSelectorPanel. m_ButtonOKthe OK button. -
Uses of BaseButton in adams.gui.chooser
Fields in adams.gui.chooser declared as BaseButton Modifier and Type Field Description protected BaseButtonFontChooser. m_ButtonCancelthe Cancel button.protected BaseButtonPdfFontChooser. m_ButtonCancelthe Cancel button.protected BaseButtonAbstractChooserPanel. m_ButtonFavoritesthe button for the favorites.protected BaseButtonFontChooser. m_ButtonOKthe OK button.protected BaseButtonPdfFontChooser. m_ButtonOKthe OK button.protected BaseButtonAbstractChooserPanel. m_ButtonSelectionthe button for bringing up the chooser dialog.protected BaseButtonDatePanel.InternalView. nextMonthButtonprotected BaseButtonDatePanel.InternalView. nextYearButtonprotected BaseButtonDatePanel.InternalView. previousMonthButtonprotected BaseButtonDatePanel.InternalView. previousYearButtonMethods in adams.gui.chooser that return BaseButton Modifier and Type Method Description protected BaseButtonDatePanel.InternalView. getNextMonthButton()This method initializes nextMonthButtonprotected BaseButtonDatePanel.InternalView. getNextYearButton()This method initializes nextYearButtonprotected BaseButtonDatePanel.InternalView. getPreviousMonthButton()This method initializes previousMonthButtonprotected BaseButtonDatePanel.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 classBaseButtonWithDropDownMenuButton that opens a dropdown menu when clicked.classBaseFlatButtonCustom class for flat buttons.classBaseFlatButtonWithDropDownMenuFlat button that opens a dropdown menu when clicked.protected classButtonTabComponent.TabButtonFields in adams.gui.core declared as BaseButton Modifier and Type Field Description protected BaseButtonBasePasswordFieldWithButton. m_Buttonthe button for showing/hiding the password.protected BaseButtonButtonTabComponent. m_Buttonprotected BaseButtonFileListWithButtons. m_ButtonAddthe button for adding a file.protected BaseButtonAdjustableGridPanel. m_ButtonApplythe button for applying the dimensions.protected BaseButtonConsolePanel.OutputPanel. m_ButtonClearthe button for clearing the output.protected BaseButtonSimpleLogPanel. m_ButtonClearthe button for emptying the log.protected BaseButtonBaseLogPanel. m_ButtonClearLogthe button for clearing the log.protected BaseButtonSqlConnectionPanel. m_ButtonConnectionthe button for opening the connection dialog.protected BaseButtonSimpleLogPanel. m_ButtonCopythe button for copying the text.protected BaseButtonBaseLogPanel. m_ButtonCopyLogthe button for copy the log.protected BaseButtonConsolePanel.OutputPanel. m_ButtonEnabledDisablethe button for enabling/disabling the output.protected BaseButtonSqlConnectionPanel. m_ButtonHistorythe button for the history.protected BaseButtonPropertiesParameterPanel. m_ButtonLoadthe load props button.protected BaseButtonBaseSplitButton. m_ButtonMainthe main button.protected BaseButtonFileListWithButtons. m_ButtonMoveDownthe button for moving an entry down.protected BaseButtonFileListWithButtons. m_ButtonMoveUpthe button for moving an entry up.protected BaseButtonDetachablePanel. m_ButtonReattachthe button for reattaching.protected BaseButtonFileListWithButtons. m_ButtonRemovethe button for removing file(s).protected BaseButtonFileListWithButtons. m_ButtonRemoveAllthe button for removing all files.protected BaseButtonPropertiesParameterPanel. m_ButtonSavethe save props button.protected BaseButtonSimpleLogPanel. m_ButtonSavethe button for saving the text.protected BaseButtonBaseLogPanel. m_ButtonSaveLogthe button for saving the log.protected BaseButtonOneTouchPanel. m_ButtonVisibilitythe button for hiding/showing the content.protected BaseButtonAbstractDoubleClickableComponentWithButtons. m_DoubleClickButtonbutton 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_Buttonsthe buttons.Methods in adams.gui.core that return BaseButton Modifier and Type Method Description BaseButtonBasePasswordFieldWithButton. getButton()Returns the underlying button.BaseButtonAbstractDoubleClickableComponentWithButtons. getDoubleClickButton()Returns the current button that gets clicked when a list element is double-clicked.BaseButtonGUIHelper.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 voidAbstractDoubleClickableComponentWithButtons. 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 BaseButtonJsonTreeWithPreview. m_ButtonCopythe button for copying. -
Uses of BaseButton in adams.gui.dialog
Fields in adams.gui.dialog declared as BaseButton Modifier and Type Field Description protected BaseButtonApprovalDialog. m_ButtonApprovethe Approve button.protected BaseButtonApprovalDialog. m_ButtonCancelthe Cancel button.protected BaseButtonDatabaseConnectionDialog. m_ButtonClosethe Close button.protected BaseButtonDatabaseConnectionsDialog. m_ButtonClosethe Close button.protected BaseButtonAbstractDatabaseConnectionPanel. m_ButtonConnectthe button connecting/disconnecting the database.protected BaseButtonApprovalDialog. m_ButtonDiscardthe Discard button.protected BaseButtonDatabaseConnectionsDialog. m_ButtonDisconnectthe Disconnect button.protected BaseButtonSpreadSheetQueryPanel. m_ButtonHelpthe button for displaying the help.protected BaseButtonSQLStatementPanel. m_ButtonHelpthe button for displaying the help.protected BaseButtonSpreadSheetQueryPanel. m_ButtonHistorythe button for the history.protected BaseButtonSQLStatementPanel. m_ButtonHistorythe button for the history.protected BaseButtonAbstractDatabaseConnectionPanel. m_ButtonMakeDefaultthe button for making a connection the default one.protected BaseButtonAbstractDatabaseConnectionPanel. m_ButtonNewthe button for creating a new connection.protected BaseButtonSpreadSheetQueryPanel. m_ButtonOptionsthe button for the options.protected BaseButtonAbstractDatabaseConnectionPanel. m_ButtonRemovethe button removing the database connection.protected BaseButtonComposeEmailPanel. m_ButtonSendthe button for sending.Methods in adams.gui.dialog that return BaseButton Modifier and Type Method Description BaseButtonApprovalDialog. getApproveButton()Returns the approve button.BaseButtonApprovalDialog. getCancelButton()Returns the cancel button.BaseButtonApprovalDialog. 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 BaseButtonFlowControlCenterPanel. m_ButtonAddthe button for adding a setup.protected BaseButtonFlowControlCenterPanel. m_ButtonEditthe button for editing a setup.protected BaseButtonFlowControlCenterPanel. m_ButtonEditFlowthe button for editing a flow directly.protected BaseButtonFlowControlCenterPanel. m_ButtonMoveDownthe button for moving the selected setups down.protected BaseButtonFlowControlCenterPanel. m_ButtonMoveUpthe button for moving the selected setups up.protected BaseButtonFlowControlCenterPanel. m_ButtonPauseAndResumethe button for pausing/resuming setups.protected BaseButtonFlowControlCenterPanel. m_ButtonRemovethe button for removing a setup.protected BaseButtonFlowControlCenterPanel. m_ButtonRemoveAllthe button for removing all setups.protected BaseButtonFlowControlCenterPanel. m_ButtonStartthe button for starting setups.protected BaseButtonFlowControlCenterPanel. m_ButtonStopthe 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_CurrentHelpButtonsthe 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 BaseButtonClipboard. m_ButtonAddthe button for adding the actor to the clipboard.protected BaseButtonClipboard. m_ButtonClearthe button for clearing the clipboard.protected BaseButtonClipboard. m_ButtonCopythe button for copying the actor to the clipboard.protected BaseButtonAttachedVariablesTab. m_ButtonRefreshthe button for refreshing the variable list.protected BaseButtonStorageNamesTab. m_ButtonRefreshthe button for refreshing the variable list.protected BaseButtonVariablesTab. m_ButtonRefreshthe button for refreshing the variable list.protected BaseButtonClipboard. m_ButtonRemovethe button for removing the selected items from the clipboard.protected BaseButtonStorageNamesTab. m_ButtonUsagesthe button for locating the usages.protected BaseButtonVariablesTab. m_ButtonUsagesthe 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 BaseButtonGenericArrayEditor. m_ButtonAddClick to add the current object configuration to the array.protected BaseButtonTagArrayEditor. m_ButtonAddthe button for adding a tag.protected BaseButtonGenericArrayEditor. m_ButtonAddMultipleClick to add multiple objects to the array.protected BaseButtonGenericArrayEditor. m_ButtonCancelClick to cancel the dialog.protected BaseButtonGenericObjectEditor.GOEPanel. m_ButtonCancelcancel button.protected BaseButtonTagArrayEditor. m_ButtonCancelthe cancel button.protected BaseButtonWekaExperimentFileEditor. m_ButtonCancelthe Cancel button.protected BaseButtonWekaExperimentFileEditor.SimpleSetupDialog. m_ButtonCancelthe Cancel button.protected BaseButtonEmailAddressEditor. m_ButtonClosethe close button.protected BaseButtonFieldEditor. m_ButtonClosethe close button.protected BaseButtonFontEditor. m_ButtonClosethe close button.protected BaseButtonPdfFontEditor. m_ButtonClosethe close button.protected BaseButtonGenericArrayEditor. m_ButtonCopyClick to copy the currently selected object in array into the edit field.protected BaseButtonTagArrayEditor. m_ButtonCopythe button for copying the selected tag(s).protected BaseButtonGenericObjectEditor.GOEPanel. m_ButtonCopyPastethe button for copy/paste menu.protected BaseButtonAbstractBaseDateTypeEditor. m_ButtonCustomHelpthe button for the bringing up the help for the custom format.protected BaseButtonGenericArrayEditor. m_ButtonDownClick this to move the selected array value(s) one down.protected BaseButtonGenericArrayEditor. m_ButtonEditClick this to edit the selected array value.protected BaseButtonTagArrayEditor. m_ButtonEditthe button for editing a tag.protected BaseButtonWekaExperimentFileEditor. m_ButtonEditthe button to bring up the dialog for editing the experiment.protected BaseButtonInlineEditor. m_ButtonEditorthe button for bringing up the custom editor.protected BaseButtonBaseObjectEditor. m_ButtonHelpthe help button for bringing up a browser with the Java Pattern class.protected BaseButtonBaseRegExpEditor. m_ButtonHelpthe help button for bringing up a browser with the Java Pattern class.protected BaseButtonIndexEditor. m_ButtonHelpthe help button for bringing up a dialog with the example text.protected BaseButtonJdbcUrlEditor. m_ButtonHelpthe help button for bringing up a browser with the Java Pattern class.protected BaseButtonRangeEditor. m_ButtonHelpthe help button for bringing up a dialog with the example text.protected BaseButtonStringEditor. m_ButtonHelpthe help button for bringing up a browser with the Java Pattern class.protected BaseButtonUnorderedRangeEditor. m_ButtonHelpthe help button for bringing up a dialog with the example text.protected BaseButtonJdbcUrlEditor. m_ButtonHistorythe button for the history.protected BaseButtonGenericObjectEditor.GOEPanel. m_ButtonLogClearthe button for clearing the log message.protected BaseButtonGenericObjectEditor.GOEPanel. m_ButtonLogCopythe button for copying the log message.protected BaseButtonAbstractBaseDateTypeEditor. m_ButtonNowThe NOW button.protected BaseButtonAbstractBaseDateTypeEditor. m_ButtonOKThe OK button.protected BaseButtonEmailAddressEditor. m_ButtonOKthe OK button.protected BaseButtonFieldEditor. m_ButtonOKthe OK button.protected BaseButtonFontEditor. m_ButtonOKthe OK button.protected BaseButtonGenericArrayEditor. m_ButtonOKClick to OK the dialog.protected BaseButtonGenericObjectEditor.GOEPanel. m_ButtonOKok button.protected BaseButtonPdfFontEditor. m_ButtonOKthe OK button.protected BaseButtonTagArrayEditor. m_ButtonOKthe OK button.protected BaseButtonWekaExperimentFileEditor. m_ButtonOKthe OK button.protected BaseButtonWekaExperimentFileEditor.SimpleSetupDialog. m_ButtonOKthe OK button.protected BaseButtonGenericObjectEditor.GOEPanel. m_ButtonOpenOpen object from disk.protected BaseButtonTagArrayEditor. m_ButtonPastethe button for pasting tags from clipboard.protected BaseButtonPropertyPanel. m_ButtonPropertiesthe button for bringing up the properties.protected BaseButtonGenericArrayEditor. m_ButtonRemoveClick this to delete the selected array values.protected BaseButtonTagArrayEditor. m_ButtonRemovethe button for removing the selected tag(s).protected BaseButtonGenericArrayEditor. m_ButtonRemoveAllClick this to delete all the array values.protected BaseButtonGenericObjectEditor.GOEPanel. m_ButtonSaveSave object to disk.protected BaseButtonGenericArrayEditor. m_ButtonSetFavoritesClick to set favorites.protected BaseButtonGenericObjectEditor.GOEPanel. m_ButtonUndoundo button.protected BaseButtonGenericArrayEditor. m_ButtonUpClick this to move the selected array value(s) one up.protected BaseButtonGenericObjectEditorClassTreePanel. m_CloseButtonThe button for closing the popup again.protected BaseButtonGenericObjectEditor. m_CustomPanelChooseButtonthe button for choosing a different class in the custom panel.protected BaseButtonGenericObjectEditor. m_CustomPanelFavoriteButtonthe button for showing the favorites menu in the custom panel.Methods in adams.gui.goe that return BaseButton Modifier and Type Method Description protected BaseButtonGenericObjectEditor. createChooseClassButton()Creates a button that when clicked will enable the user to change the class of the object being edited.protected BaseButtonGenericObjectEditor. 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 BaseButtonScriptingLogPanel. m_ButtonClearthe button for clearing the log.protected BaseButtonScriptingLogPanel. m_ButtonClosethe button for closing the log.protected BaseButtonScriptingLogPanel. m_ButtonSavethe 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 BaseButtonSelectEmailAddressPanel. m_ButtonAddressBookthe button for bringing up the addressbook.protected BaseButtonAbstractConditionalDatabaseSelectionPanel. m_ButtonOptionsthe button for setting the name retrieval options.protected BaseButtonAbstractDatabaseSelectionPanel. m_ButtonRefreshthe button for refreshing the fields.Methods in adams.gui.selection with parameters of type BaseButton Modifier and Type Method Description protected booleanAbstractSelectionPanel. waitForEnabled(BaseButton button)Waits for a button to become enabled again, for DEFAULT_REFRESH_TIMEOUT milliseconds.protected booleanAbstractSelectionPanel. 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 BaseButtonAbstractManagementPanel. m_ButtonAddthe button for adding an object.protected BaseButtonExpressionWatchPanel. m_ButtonAddthe button for adding an expression.protected BaseButtonPlaceholderManagementPanel. m_ButtonAddthe button for adding a placeholder.protected BaseButtonXSLTPanel. m_ButtonApplythe Apply button.protected BaseButtonImageProcessorPanel. m_ButtonCheckthe "check flow" button.protected BaseButtonAbstractManagementPanel. m_ButtonClearthe button for clearing the input.protected BaseButtonSSHPanel. m_ButtonClearthe button for clearing the output.protected BaseButtonXSLTPanel.SubPanel. m_ButtonClearthe button for clearing the text.protected BaseButtonConsoleOutputAnalyzerPanel. m_ButtonClearSearchthe button for clearing the search.protected BaseButtonOptionsConversionPanel. m_ButtonCodeOutputCopythe button for copying the code output.protected BaseButtonWekaOptionsConversionPanel. m_ButtonCodeOutputCopythe button for copying the code output.protected BaseButtonOptionsConversionPanel. m_ButtonCodeOutputPastethe button for pasting the code output.protected BaseButtonWekaOptionsConversionPanel. m_ButtonCodeOutputPastethe button for pasting the code output.protected BaseButtonOptionsConversionPanel. m_ButtonCodeOutputSavethe button for saving the code output to a file.protected BaseButtonSSHPanel. m_ButtonCommandthe button for executing the command.protected BaseButtonSSHPanel. m_ButtonConnectionfor connecting/disconnecting.protected BaseButtonAbstractSimpleConversionPanel. m_ButtonConvertthe button initiating the conversion.protected BaseButtonOptionsConversionPanel. m_ButtonConvertthe button initiating the conversion.protected BaseButtonWekaOptionsConversionPanel. m_ButtonConvertthe button initiating the conversion.protected BaseButtonOptionTree. m_ButtonCopythe button to copy the partial options to clipboard.protected BaseButtonSSHPanel. m_ButtonCopythe button for copying the selected output.protected BaseButtonXSLTPanel.SubPanel. m_ButtonCopythe button for copy.protected BaseButtonVariableManagementPanel. m_ButtonCopyNamethe button for copying the variable name.protected BaseButtonVariableManagementPanel. m_ButtonCopyValuethe button for copying the variable value.protected BaseButtonLogEntryDatabaseViewerPanel. m_ButtonDeletethe button for deleting the entries.protected BaseButtonAbstractLogEntryViewerPanel. m_ButtonDisplaythe button for displaying a key-value pair of the message.protected BaseButtonFileChooserBookmarksManagementPanel. m_ButtonDownthe move down button.protected BaseButtonExpressionWatchPanel. m_ButtonEditthe button for editing an expression.protected BaseButtonAbstractSequenceViewerPanel. m_ButtonExecutethe button for executing the SQL.protected BaseButtonFavoritesManagementPanel. m_ButtonFavoriteAddthe button for adding a favorite.protected BaseButtonFavoritesManagementPanel. m_ButtonFavoriteEditthe button for editing a favorite.protected BaseButtonFavoritesManagementPanel. m_ButtonFavoriteRemovethe button for removing a favorite.protected BaseButtonFavoritesManagementPanel. m_ButtonFavoriteRemoveAllthe button for removing all favorites.protected BaseButtonFavoritesManagementPanel. m_ButtonFavoriteRenamethe button for renaming a favorite.protected BaseButtonAbstractSimpleConversionPanel. m_ButtonInputCopythe button for copying the input.protected BaseButtonOptionsConversionPanel. m_ButtonInputCopythe button for copying the input.protected BaseButtonWekaOptionsConversionPanel. m_ButtonInputCopythe button for copying the input.protected BaseButtonAbstractSimpleConversionPanel. m_ButtonInputOpenthe button for loading the input from file.protected BaseButtonOptionsConversionPanel. m_ButtonInputOpenthe button for loading the input from file.protected BaseButtonAbstractSimpleConversionPanel. m_ButtonInputPastethe button for pasting the input.protected BaseButtonOptionsConversionPanel. m_ButtonInputPastethe button for pasting the input.protected BaseButtonWekaOptionsConversionPanel. m_ButtonInputPastethe button for pasting the input.protected BaseButtonAbstractManagementPanel. m_ButtonLoadthe button for loading the selected object.protected BaseButtonImageProcessorPanel. m_ButtonLoadthe "load flow" button.protected BaseButtonImageProcessorPanel. m_ButtonNewthe "new flow" button.protected BaseButtonXSLTPanel.SubPanel. m_ButtonOpenthe button for loading a file.protected BaseButtonLogEntryDatabaseViewerPanel. m_ButtonOptionsthe button for displaying the options.protected BaseButtonAbstractSimpleConversionPanel. m_ButtonOutputCopythe button for copying the output.protected BaseButtonOptionsConversionPanel. m_ButtonOutputCopythe button for copying the output.protected BaseButtonAbstractSimpleConversionPanel. m_ButtonOutputPastethe button for pasting the output.protected BaseButtonOptionsConversionPanel. m_ButtonOutputPastethe button for pasting the output.protected BaseButtonAbstractSimpleConversionPanel. m_ButtonOutputSavethe button for saving the output to a file.protected BaseButtonOptionsConversionPanel. m_ButtonOutputSavethe button for saving the output to a file.protected BaseButtonXSLTPanel.SubPanel. m_ButtonPastethe button for paste.protected BaseButtonDiffPanel. m_ButtonPasteLeftthe button for pasting the left content.protected BaseButtonDiffPanel. m_ButtonPasteRightthe button for pasting the right content.protected BaseButtonAbstractManagementPanel. m_ButtonRefreshthe button for refreshing the table.protected BaseButtonExpressionWatchPanel. m_ButtonRefreshthe button for refreshing an expression.protected BaseButtonLogEntryDatabaseViewerPanel. m_ButtonRefreshthe button for refreshing the entries.protected BaseButtonExpressionWatchPanel. m_ButtonRefreshAllthe button for refreshing all expression.protected BaseButtonAbstractManagementPanel. m_ButtonRemovethe button for deleting selected objects.protected BaseButtonExpressionWatchPanel. m_ButtonRemovethe button for removing an expression.protected BaseButtonPlaceholderManagementPanel. m_ButtonRemovethe button for removing the selected placeholders.protected BaseButtonExpressionWatchPanel. m_ButtonRemoveAllthe button for removing all expressions.protected BaseButtonImageProcessorPanel. m_ButtonRunthe "run flow" button.protected BaseButtonImageProcessorPanel. m_ButtonSavethe "save flow" button.protected BaseButtonXSLTPanel.SubPanel. m_ButtonSavethe button for saving to a file.protected BaseButtonConsoleOutputAnalyzerPanel. m_ButtonSearchthe button for triggering the search.protected BaseButtonVariableManagementPanel. m_ButtonShowValuethe button for showing the variable value.protected BaseButtonFindInFilesPanel. m_ButtonStartthe button for starting the search.protected BaseButtonFindInFilesPanel. m_ButtonStopthe button for stopping the search.protected BaseButtonFavoritesManagementPanel. m_ButtonSuperclassAddthe button for adding a superclass.protected BaseButtonFavoritesManagementPanel. m_ButtonSuperclassRemovethe button for removing a superclass.protected BaseButtonFavoritesManagementPanel. m_ButtonSuperclassRemoveAllthe button for removing all superclasses.protected BaseButtonFileChooserBookmarksManagementPanel. m_ButtonUpthe move up button.protected BaseButtonAbstractManagementPanel. m_ButtonUpdatethe button for updating an object.protected BaseButtonOptionTree. m_ButtonUpdatethe 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 BaseButtonPreviewDisplay. m_ButtonContentHandlerthe 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 BaseButtonRemoteControlCenterEnginesPanel. m_ButtonAddthe button for adding the engine.protected BaseButtonRemoteControlCenterEnginesPanel. m_ButtonCopythe button for copying the engine.protected BaseButtonRemoteControlCenterEnginesPanel. m_ButtonRefreshthe button for refreshing the engine list.protected BaseButtonRemoteControlCenterEnginesPanel. m_ButtonRemovethe button for removing the engine.protected BaseButtonRemoteControlCenterEnginesPanel. m_ButtonStartthe button for starting engines.protected BaseButtonRemoteControlCenterEnginesPanel. m_ButtonStopthe 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 BaseButtonRemoteFlowCommandsTab. m_ButtonExecutethe button for executing the command.protected BaseButtonAbstractRemoteFlowTab. m_ButtonKillAdamsthe button for killing the ADAMS isntance.protected BaseButtonAbstractRemoteFlowTab. m_ButtonPauseFlowthe button for pausing the flow.protected BaseButtonAbstractRemoteFlowTab. m_ButtonRefreshthe button for refreshing the flows.protected BaseButtonAbstractRemoteFlowTab. m_ButtonResumeFlowthe button for resuming the flow.protected BaseButtonAdvancedTab. m_ButtonSendthe button for sending the command.protected BaseButtonRemoteLoggingTab. m_ButtonStartStopthe button for executing the command.protected BaseButtonAbstractRemoteFlowTab. m_ButtonStopAdamsthe button for stopping the ADAMS instance.protected BaseButtonAbstractRemoteFlowTab. m_ButtonStopFlowthe 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 BaseButtonFlowProcessor. m_ButtonCheckthe "check flow" button.protected BaseButtonPassThroughProcessor. m_ButtonExecutethe button for processing.protected BaseButtonQueryProcessor. m_ButtonExecutethe button for processing.protected BaseButtonFlowProcessor. m_ButtonLoadthe "load flow" button.protected BaseButtonFlowProcessor. m_ButtonNewthe "new flow" button.protected BaseButtonFlowProcessor. m_ButtonRunthe "run flow" button.protected BaseButtonFlowProcessor. m_ButtonSavethe "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 BaseButtonDatabaseSource. m_ButtonExecutethe button for executing the query.protected BaseButtonFileBrowserSource. m_ButtonLoadthe button for loading.protected BaseButtonFileSource. m_ButtonLoadthe button for loading.protected BaseButtonClipboardSource. m_ButtonPastethe 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 BaseButtonClipboardTarget. m_ButtonCopythe button for copying.protected BaseButtonDatabaseTarget. m_ButtonExecutethe button for uploading the data.protected BaseButtonChartTarget. m_ButtonGeneratethe button for generating the chart.protected BaseButtonFileTarget. m_ButtonSavethe 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 BaseButtonSortPanel. m_ButtonAddthe button for a new sort definition.protected BaseButtonSortDefinitionPanel. m_ButtonMoveDownthe move down button.protected BaseButtonSortDefinitionPanel. m_ButtonMoveUpthe move up button.protected BaseButtonSortDefinitionPanel. m_ButtonRemovethe remove button.protected BaseButtonSortPanel. m_ButtonResetthe 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 BaseButtonQuery. m_ButtonExecutethe execute button.protected BaseButtonQuery. m_ButtonHelpthe help button.protected BaseButtonQuery. m_ButtonHistorythe 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 BaseButtonSqlMetaDataPanel. m_ButtonExecutethe button for executing the query.protected BaseButtonSqlQueryPanel. m_ButtonExecutethe 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 BaseButtonDataQueryTab. m_ButtonClearthe clear button.protected BaseButtonCompareTab. m_ButtonDatathe button for comparing the data.protected BaseButtonDataQueryTab. m_ButtonExecutethe execute button.protected BaseButtonDataQueryTab. m_ButtonHelpthe help button.protected BaseButtonDataQueryTab. m_ButtonHistorythe button for the history.protected BaseButtonAssociateTab. m_ButtonOutputGeneratorsthe button for editing the output generators.protected BaseButtonAttributeSelectionTab. m_ButtonOutputGeneratorsthe button for editing the output generators.protected BaseButtonClassifyTab. m_ButtonOutputGeneratorsthe button for editing the output generators.protected BaseButtonClusterTab. m_ButtonOutputGeneratorsthe button for editing the output generators.protected BaseButtonExperimentTab. m_ButtonOutputGeneratorsthe button for editing the output generators.protected BaseButtonAssociateTab. m_ButtonOutputGeneratorsFavoritesthe button for the output generator favorites.protected BaseButtonAttributeSelectionTab. m_ButtonOutputGeneratorsFavoritesthe button for the output generator favorites.protected BaseButtonClassifyTab. m_ButtonOutputGeneratorsFavoritesthe button for the output generator favorites.protected BaseButtonClusterTab. m_ButtonOutputGeneratorsFavoritesthe button for the output generator favorites.protected BaseButtonExperimentTab. m_ButtonOutputGeneratorsFavoritesthe button for the output generator favorites.protected BaseButtonDataQueryTab. m_ButtonSavethe save button.protected BaseButtonAssociateTab. m_ButtonStartthe start button.protected BaseButtonAttributeSelectionTab. m_ButtonStartthe start button.protected BaseButtonClassifyTab. m_ButtonStartthe start button.protected BaseButtonClusterTab. m_ButtonStartthe start button.protected BaseButtonExperimentTab. m_ButtonStartthe start button.protected BaseButtonIndependentComponentsTab. m_ButtonStartthe button to start PCA.protected BaseButtonPartialLeastSquaresTab. m_ButtonStartthe button to start PLS.protected BaseButtonPreprocessTab. m_ButtonStartthe button for starting the filtering.protected BaseButtonPrincipalComponentsTab. m_ButtonStartthe button to start PCA.protected BaseButtonAssociateTab. m_ButtonStopthe stop button.protected BaseButtonAttributeSelectionTab. m_ButtonStopthe stop button.protected BaseButtonClassifyTab. m_ButtonStopthe stop button.protected BaseButtonClusterTab. m_ButtonStopthe stop button.protected BaseButtonExperimentTab. m_ButtonStopthe stop button.protected BaseButtonIndependentComponentsTab. m_ButtonStopthe button to stop PCA.protected BaseButtonPartialLeastSquaresTab. m_ButtonStopthe button to stop PLS.protected BaseButtonPreprocessTab. m_ButtonStopthe button for stop the filtering.protected BaseButtonPrincipalComponentsTab. m_ButtonStopthe button to stop PCA.protected BaseButtonCompareTab. m_ButtonStructurethe button for comparing the structure.protected BaseButtonInstanceTab. m_ButtonVisualizethe 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 BaseButtonAttributeSelectionPanel. m_ButtonAllto select all attributesprotected BaseButtonAttributeSelectionPanel. m_ButtonInvertto invert the current selectionprotected BaseButtonAttributeSelectionPanel. m_ButtonNoneto deselect all attributesprotected BaseButtonAttributeSelectionPanel. m_ButtonPatternfor 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 BaseButtonLogPanel. m_ButtonClearthe 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 BaseButtonDefaultAnalysisPanel. m_ButtonAnalyzethe analyze button.protected BaseButtonPlainTextResultsPanel. m_ButtonCopythe copy button.protected BaseButtonTableResultsPanel. m_ButtonCopythe copy button.protected BaseButtonPlainTextResultsPanel. m_ButtonSavethe save button.protected BaseButtonTableResultsPanel. m_ButtonSavethe 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 BaseButtonClassifierPanel. m_ButtonAddthe button for adding classifiers.protected BaseButtonDatasetPanel. m_ButtonAddthe button for adding files.protected BaseButtonClassifierPanel. m_ButtonDownthe button for moving classifiers down.protected BaseButtonDatasetPanel. m_ButtonDownthe button for moving files down.protected BaseButtonClassifierPanel. m_ButtonEditthe button for editing a classifier.protected BaseButtonDatasetPanel. m_ButtonEditthe button for changing files.protected BaseButtonClassifierPanel. m_ButtonRemovethe button for removing classifiers.protected BaseButtonDatasetPanel. m_ButtonRemovethe button for removing files.protected BaseButtonClassifierPanel. m_ButtonRemoveAllthe button for removing all classifiers.protected BaseButtonDatasetPanel. m_ButtonRemoveAllthe button for removing all files.protected BaseButtonClassifierPanel. m_ButtonUpthe button for moving classifiers up.protected BaseButtonDatasetPanel. m_ButtonUpthe 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 BaseButtonJdbcOutputPanel. m_ButtonCredentialsthe 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 BaseButtonFilterDialog. m_ButtonCancelthe Cancel button.protected BaseButtonFilterDialog. m_ButtonOKthe 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 BaseButtonStoragePanel. m_ButtonEditthe button for editing an item.protected BaseButtonStoragePanel. m_ButtonExportthe button for exporting an item.protected BaseButtonStoragePanel. m_ButtonInspectthe 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 BaseButtonAbstractObjectOverlayFromReport.LocatedObjectsPanel. m_ButtonAllthe button for selecting all.protected BaseButtonAbstractPointOverlayFromReport.LocatedPointsPanel. m_ButtonAllthe button for selecting all.protected BaseButtonObjectAnnotations.LocatedObjectsPanel. m_ButtonAllthe button for selecting all.protected BaseButtonAbstractObjectOverlayFromReport.LocatedObjectsPanel. m_ButtonInvertthe button for inverting the selection.protected BaseButtonAbstractPointOverlayFromReport.LocatedPointsPanel. m_ButtonInvertthe button for inverting the selection.protected BaseButtonObjectAnnotations.LocatedObjectsPanel. m_ButtonInvertthe button for inverting the selection.protected BaseButtonAbstractObjectOverlayFromReport.LocatedObjectsPanel. m_ButtonNonethe button for selecting none.protected BaseButtonAbstractPointOverlayFromReport.LocatedPointsPanel. m_ButtonNonethe button for selecting none.protected BaseButtonObjectAnnotations.LocatedObjectsPanel. m_ButtonNonethe 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 BaseButtonBrightness.BrightnessDialog. m_ButtonCancelthe cancel button.protected BaseButtonBrightness.BrightnessDialog. m_ButtonOKthe ok button.protected BaseButtonBrightness.BrightnessDialog. m_ButtonPreviewthe 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 BaseButtonLoadDatasetDialog. m_ButtonClosethe Close button.protected BaseButtonInstanceComparePanel.DatasetPanel. m_ButtonDisplaythe button for displaying the dataset.protected BaseButtonLoadDatasetDialog. m_ButtonLoadthe Load button.protected BaseButtonLoadDatasetDialog. m_ButtonReloadthe 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 BaseButtonInstancesSortPanel. m_ButtonAddthe button for a new sort definition.protected BaseButtonInstancesSortDefinitionPanel. m_ButtonMoveDownthe move down button.protected BaseButtonInstancesSortDefinitionPanel. m_ButtonMoveUpthe move up button.protected BaseButtonInstancesSortDefinitionPanel. m_ButtonRemovethe remove button.protected BaseButtonInstancesSortPanel. m_ButtonResetthe 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 BaseButtonComboBoxSelectorPanel. m_ButtonUnsetthe unset button. -
Uses of BaseButton in adams.gui.visualization.object.tools
Fields in adams.gui.visualization.object.tools declared as BaseButton Modifier and Type Field Description protected BaseButtonAbstractToolWithParameterPanel. m_ButtonFavoritesthe button for the favorites. -
Uses of BaseButton in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as BaseButton Modifier and Type Field Description protected BaseButtonReportFactory.StandardsDialog. m_ButtonAddfor Add button.protected BaseButtonReportFactory.StandardsDialog. m_ButtonCancelfor Cancel button.protected BaseButtonReportFactory.StandardsDialog. m_ButtonOKfor OK button.protected BaseButtonReportFactory.StandardsDialog. m_ButtonRemovefor 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 BaseButtonSegmentationPanel. m_ButtonLayersAllthe buttons for enabling all layers.protected BaseButtonSegmentationPanel. m_ButtonLayersInvertthe buttons for inverting selected layers.protected BaseButtonSegmentationPanel. m_ButtonLayersNonethe 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 BaseButtonLoadSpreadSheetDialog. m_ButtonClosethe Close button.protected BaseButtonLoadSpreadSheetDialog. m_ButtonLoadthe Load button.protected BaseButtonLoadSpreadSheetDialog. m_ButtonReloadthe 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 BaseButtonBoxPlotManager. m_ButtonAddButton to add selected attribute to chosen attributes listprotected BaseButtonBoxPlotManager. m_ButtonAddAllButton to add all attributes to chosen attributes listprotected BaseButtonBoxPlotManager. m_ButtonFillColorButton to choose color of boxesprotected BaseButtonBoxPlotManager. m_ButtonRemoveButton to remove a selected attribute from chosen attributes listprotected BaseButtonBoxPlotManager. m_ButtonRemoveAllButton 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 BaseButtonMatrix. m_StopButton 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 BaseButtonAbstractInstanceInfoFrame. m_ButtonDataGothe button for displaying the instances.protected BaseButtonAbstractInstanceInfoFrame. m_ButtonTextGothe 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 BaseButtonSelectMultipleDirectoriesPage. m_ButtonAddthe button for bringing up the dirchooser.protected BaseButtonSelectMultipleFilesPage. m_ButtonAddthe button for bringing up the filechooser.protected BaseButtonWekaSelectMultipleDatasetsPage. m_ButtonAddthe button for bringing up the filechooser.protected BaseButtonAbstractWizardPane. m_ButtonBackthe button for the previous page.protected BaseButtonAbstractWizardPane. m_ButtonCancelFinishthe button for the cancelling/finishing.protected BaseButtonAbstractWizardPage. m_ButtonLoadthe load props button.protected BaseButtonAbstractWizardPane. m_ButtonLoadthe load props button.protected BaseButtonWekaPropertySheetPanelPage. m_ButtonLoadthe load props button.protected BaseButtonSelectMultipleDirectoriesPage. m_ButtonMoveDownthe button for moving the selected dirs down.protected BaseButtonSelectMultipleFilesPage. m_ButtonMoveDownthe button for moving the selected files down.protected BaseButtonWekaSelectMultipleDatasetsPage. m_ButtonMoveDownthe button for moving the selected files down.protected BaseButtonSelectMultipleDirectoriesPage. m_ButtonMoveUpthe button for moving the selected dirs up.protected BaseButtonSelectMultipleFilesPage. m_ButtonMoveUpthe button for moving the selected files up.protected BaseButtonWekaSelectMultipleDatasetsPage. m_ButtonMoveUpthe button for moving the selected files up.protected BaseButtonAbstractWizardPane. m_ButtonNextthe button for the next page.protected BaseButtonSelectMultipleDirectoriesPage. m_ButtonRemovethe button for removing the selected dirs.protected BaseButtonSelectMultipleFilesPage. m_ButtonRemovethe button for removing the selected files.protected BaseButtonWekaSelectMultipleDatasetsPage. m_ButtonRemovethe button for removing the selected files.protected BaseButtonSelectMultipleDirectoriesPage. m_ButtonRemoveAllthe button for removing all dirs.protected BaseButtonSelectMultipleFilesPage. m_ButtonRemoveAllthe button for removing all files.protected BaseButtonWekaSelectMultipleDatasetsPage. m_ButtonRemoveAllthe button for removing all files.protected BaseButtonAbstractWizardPage. m_ButtonSavethe save props button.protected BaseButtonAbstractWizardPane. m_ButtonSavethe save props button.protected BaseButtonWekaPropertySheetPanelPage. m_ButtonSavethe save props button. -
Uses of BaseButton in weka.gui.explorer
Fields in weka.gui.explorer declared as BaseButton Modifier and Type Field Description protected BaseButtonMultiExplorer. m_ButtonAddthe button for adding a panel.protected BaseButtonMultiExplorer. m_ButtonCopythe button for copying a panel.protected BaseButtonExplorerExt. m_ButtonEditthe edit button of the preprocess panel.protected BaseButtonSqlPanel. m_ButtonLoadthe Load buttonprotected BaseButtonMultiExplorer. m_ButtonRemovethe button for removing a panel.protected BaseButtonExplorerExt. m_ButtonUndothe undo button of the preprocess panel.protected BaseButtonMultiExplorer. m_ButtonWorkspacethe button for managing the workspaces.protected BaseButtonExperimentPanel. m_StartButClick to start running the experiment.protected BaseButtonExperimentPanel. m_StopButClick to stop a running experiment.
-