Uses of Class
adams.gui.core.BaseTableWithButtons
-
-
Uses of BaseTableWithButtons in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as BaseTableWithButtons Modifier and Type Field Description protected BaseTableWithButtonsBreakpointPanel. m_TableBreakpointsthe table with all the breakpoints. -
Uses of BaseTableWithButtons in adams.flow.sink
Fields in adams.flow.sink declared as BaseTableWithButtons Modifier and Type Field Description protected BaseTableWithButtonsLogViewer. m_TableEntriesthe table with the entries. -
Uses of BaseTableWithButtons in adams.gui.core
Subclasses of BaseTableWithButtons in adams.gui.core Modifier and Type Class Description classSpreadSheetTableWithButtonsGraphical component that consists of a SpreadSheetTable with buttons on the right-hand side.classSpreadSheetTableWithSearchSpreadsheet table with search and (optional) buttons. -
Uses of BaseTableWithButtons in adams.gui.flow
Fields in adams.gui.flow declared as BaseTableWithButtons Modifier and Type Field Description protected BaseTableWithButtonsFlowControlCenterPanel. m_TableSetupsthe table displaying the setups. -
Uses of BaseTableWithButtons in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as BaseTableWithButtons Modifier and Type Field Description protected BaseTableWithButtonsAttachedVariablesTab. m_TableVariablesfor listing all the variables. -
Uses of BaseTableWithButtons in adams.gui.goe
Fields in adams.gui.goe declared as BaseTableWithButtons Modifier and Type Field Description protected BaseTableWithButtonsTagArrayEditor. m_TableThe list component displaying current values. -
Uses of BaseTableWithButtons in adams.gui.tools
Fields in adams.gui.tools declared as BaseTableWithButtons Modifier and Type Field Description protected BaseTableWithButtonsExpressionWatchPanel. m_Tablethe table.protected BaseTableWithButtonsPlaceholderManagementPanel. m_Tablethe table holding the placeholders.protected BaseTableWithButtonsAbstractLogEntryViewerPanel. m_TableEntriesthe table displaying the LogEntry objects.protected BaseTableWithButtonsAbstractLogEntryViewerPanel. m_TableMessagethe table for displaying the properties (message). -
Uses of BaseTableWithButtons in adams.gui.tools.remotecontrolcenter.panels
Fields in adams.gui.tools.remotecontrolcenter.panels declared as BaseTableWithButtons Modifier and Type Field Description protected BaseTableWithButtonsAbstractRemoteFlowTab. m_TableFlowsthe table with the remote flows.Methods in adams.gui.tools.remotecontrolcenter.panels that return BaseTableWithButtons Modifier and Type Method Description BaseTableWithButtonsAbstractRemoteFlowTab. getFlowsTable()Returns the underlying table for the flows. -
Uses of BaseTableWithButtons in adams.gui.tools.wekainvestigator.datatable
Subclasses of BaseTableWithButtons in adams.gui.tools.wekainvestigator.datatable Modifier and Type Class Description classDataTableWithButtonsSpecialized table with buttons. -
Uses of BaseTableWithButtons in adams.gui.tools.wekainvestigator.datatable.action
Methods in adams.gui.tools.wekainvestigator.datatable.action that return BaseTableWithButtons Modifier and Type Method Description BaseTableWithButtonsAbstractEditableDataTableAction. getTable()Returns the table. -
Uses of BaseTableWithButtons in adams.gui.tools.wekainvestigator.output
Constructors in adams.gui.tools.wekainvestigator.output with parameters of type BaseTableWithButtons Constructor Description TableContentPanel(BaseTableWithButtons comp, boolean useScrollPane)Initializes the panel with the specified textual component. -
Uses of BaseTableWithButtons in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab that return BaseTableWithButtons Modifier and Type Method Description BaseTableWithButtonsAbstractInvestigatorTabWithDataTable. getTable()Returns the table. -
Uses of BaseTableWithButtons in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Methods in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction that return BaseTableWithButtons Modifier and Type Method Description BaseTableWithButtonsAbstractSelectedAttributesAction. getTable()Returns the table.
-