jp.ne.mki.wedge.run.client.event
インタフェース TableEditableDelegate
- public interface TableEditableDelegate
テーブルの編集可・不可 の Delegate
この処理は
TableModel(javax.swing.table.TableModel) の
public boolean isCellEditable(int row, int column)
のメソッドを委譲します。
設定する場合には、インスタンス化したクラスを
TableInterface#setEditableDelegate(TableEditableDelegate) にて渡してください
- 導入されたバージョン:
- 1.1
- 関連項目:
TableModel
,
TableInterface.setEditableDelegate(TableEditableDelegate)
isCellEditable
public boolean isCellEditable(int row,
int column)
- セルの編集可・不可状態を取得
- パラメータ:
row
- 行位置column
- 列位置- 戻り値:
-