Uses of Class
org.apache.hop.ui.core.widget.TableView
-
Packages that use TableView Package Description org.apache.hop.ui.core.dialog org.apache.hop.ui.pipeline.transform org.apache.hop.ui.pipeline.transform.common org.apache.hop.ui.workflow.actions -
-
Uses of TableView in org.apache.hop.ui.core.dialog
Fields in org.apache.hop.ui.core.dialog declared as TableView Modifier and Type Field Description protected TableViewConfigurationDialog. wVariables -
Uses of TableView in org.apache.hop.ui.pipeline.transform
Methods in org.apache.hop.ui.pipeline.transform with parameters of type TableView Modifier and Type Method Description static voidBaseTransformDialog. getFieldsFromPrevious(IRowMeta row, TableView tableView, int keyColumn, int[] nameColumn, int[] dataTypeColumn, int lengthColumn, int precisionColumn, boolean optimizeWidth, ITableItemInsertListener listener)Gets unused fields from previous transforms and inserts them as rows into a table view.static voidBaseTransformDialog. getFieldsFromPrevious(IRowMeta row, TableView tableView, int keyColumn, int[] nameColumn, int[] dataTypeColumn, int lengthColumn, int precisionColumn, boolean optimizeWidth, ITableItemInsertListener listener, BaseTransformDialog.IFieldsChoiceDialogProvider getFieldsChoiceDialogProvider)Gets unused fields from previous transforms and inserts them as rows into a table view.static voidBaseTransformDialog. getFieldsFromPrevious(IRowMeta row, TableView tableView, int keyColumn, int[] nameColumn, int[] dataTypeColumn, int lengthColumn, int precisionColumn, ITableItemInsertListener listener)Gets unused fields from previous transforms and inserts them as rows into a table view.static voidBaseTransformDialog. getFieldsFromPrevious(IVariables variables, PipelineMeta pipelineMeta, TransformMeta transformMeta, TableView tableView, int keyColumn, int[] nameColumn, int[] dataTypeColumn, int lengthColumn, int precisionColumn, ITableItemInsertListener listener)Gets unused fields from previous transforms and inserts them as rows into a table view. -
Uses of TableView in org.apache.hop.ui.pipeline.transform.common
Methods in org.apache.hop.ui.pipeline.transform.common that return TableView Modifier and Type Method Description TableViewIGetFieldsCapableTransformDialog. getFieldsTable() -
Uses of TableView in org.apache.hop.ui.workflow.actions
Fields in org.apache.hop.ui.workflow.actions declared as TableView Modifier and Type Field Description protected TableViewActionBaseDialog. wParameters
-