org.pentaho.di.ui.core.widget.TableView.remove()方法的使用及代码示例

x33g5p2x  于2022-01-30 转载在 其他  
字(4.7k)|赞(0)|评价(0)|浏览(92)

本文整理了Java中org.pentaho.di.ui.core.widget.TableView.remove()方法的一些代码示例,展示了TableView.remove()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。TableView.remove()方法的具体详情如下:
包路径:org.pentaho.di.ui.core.widget.TableView
类名称:TableView
方法名:remove

TableView.remove介绍

暂无

代码示例

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFilenameList.getSelectionIndices();
  wFilenameList.remove( idx );
  wFilenameList.removeEmptyRows();
  wFilenameList.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFields.getSelectionIndices();
  wFields.remove( idx );
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFields.getSelectionIndices();
  wFields.remove( idx );
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFields.getSelectionIndices();
  wFields.remove( idx );
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

@Override
 public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFilenameList.getSelectionIndices();
  wFilenameList.remove( idx );
  wFilenameList.removeEmptyRows();
  wFilenameList.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

@Override
 public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFields.getSelectionIndices();
  wFields.remove( idx );
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFields.getSelectionIndices();
  wFields.remove( idx );
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFields.getSelectionIndices();
  wFields.remove( idx );
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFilenameList.getSelectionIndices();
  wFilenameList.remove( idx );
  wFilenameList.removeEmptyRows();
  wFilenameList.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

@Override
 public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFilenameList.getSelectionIndices();
  wFilenameList.remove( idx );
  wFilenameList.removeEmptyRows();
  wFilenameList.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

@Override
 public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFilenameList.getSelectionIndices();
  wFilenameList.remove( idx );
  wFilenameList.removeEmptyRows();
  wFilenameList.setRowNums();
  checkAlerts();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFields.getSelectionIndices();
  wFields.remove( idx );
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFoldernameList.getSelectionIndices();
  wFoldernameList.remove( idx );
  wFoldernameList.removeEmptyRows();
  wFoldernameList.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFilenameList.getSelectionIndices();
  wFilenameList.remove( idx );
  wFilenameList.removeEmptyRows();
  wFilenameList.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFields.getSelectionIndices();
  wFields.remove( idx );
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFilenameList.getSelectionIndices();
  wFilenameList.remove( idx );
  wFilenameList.removeEmptyRows();
  wFilenameList.setRowNums();
  input.setChanged();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int[] idx = wFilenameList.getSelectionIndices();
  wFilenameList.remove( idx );
  wFilenameList.removeEmptyRows();
  wFilenameList.setRowNums();
  input.setChanged();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int idx = wFields.getSelectionIndex();
  if ( idx >= 0 ) {
   String[] string = wFields.getItem( idx );
   wFilename.setText( string[0] );
   wFields.remove( idx );
  }
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int idx = wFields.getSelectionIndex();
  if ( idx >= 0 ) {
   String[] string = wFields.getItem( idx );
   wFilename.setText( string[0] );
   wFilemask.setText( string[1] );
   wFields.remove( idx );
  }
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

代码示例来源:origin: pentaho/pentaho-kettle

public void widgetSelected( SelectionEvent arg0 ) {
  int idx = wFields.getSelectionIndex();
  if ( idx >= 0 ) {
   String[] string = wFields.getItem( idx );
   wSourceFileFolder.setText( string[0] );
   wWildcard.setText( string[1] );
   wFields.remove( idx );
  }
  wFields.removeEmptyRows();
  wFields.setRowNums();
 }
} );

相关文章