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 BaseTableWithButtons
BreakpointPanel. m_TableBreakpoints
the 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 BaseTableWithButtons
LogViewer. m_TableEntries
the table with the entries. -
Uses of BaseTableWithButtons in adams.gui.core
Subclasses of BaseTableWithButtons in adams.gui.core Modifier and Type Class Description class
SpreadSheetTableWithButtons
Graphical component that consists of a SpreadSheetTable with buttons on the right-hand side.class
SpreadSheetTableWithSearch
Spreadsheet 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 BaseTableWithButtons
FlowControlCenterPanel. m_TableSetups
the 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 BaseTableWithButtons
AttachedVariablesTab. m_TableVariables
for listing all the variables. -
Uses of BaseTableWithButtons in adams.gui.tools
Fields in adams.gui.tools declared as BaseTableWithButtons Modifier and Type Field Description protected BaseTableWithButtons
ExpressionWatchPanel. m_Table
the table.protected BaseTableWithButtons
PlaceholderManagementPanel. m_Table
the table holding the placeholders.protected BaseTableWithButtons
AbstractLogEntryViewerPanel. m_TableEntries
the table displaying the LogEntry objects.protected BaseTableWithButtons
AbstractLogEntryViewerPanel. m_TableMessage
the 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 BaseTableWithButtons
AbstractRemoteFlowTab. m_TableFlows
the table with the remote flows.Methods in adams.gui.tools.remotecontrolcenter.panels that return BaseTableWithButtons Modifier and Type Method Description BaseTableWithButtons
AbstractRemoteFlowTab. 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 class
DataTableWithButtons
Specialized 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 BaseTableWithButtons
AbstractEditableDataTableAction. 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 BaseTableWithButtons
AbstractInvestigatorTabWithDataTable. 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 BaseTableWithButtons
AbstractSelectedAttributesAction. getTable()
Returns the table.
-