コード例 #1
0
ファイル: WorkingView.java プロジェクト: BackupTheBerlios/tbe
 /** Selects all Items of the Board */
 public void selectAllItems() {
   board.setSelectionCells(board.getItems());
 }