クラス CellMatchers
java.lang.ObjectSE
org.springframework.shell.jline.tui.table.CellMatchers
一般的に使用される
CellMatcher のファクトリメソッドが含まれています。- 作成者:
- Eric Bottard
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明static CellMatcherat(int theRow, int col) static CellMatchercolumn(int col) static CellMatcherstatic CellMatcherrow(int theRow) static CellMatchertable()
コンストラクターの詳細
CellMatchers
public CellMatchers()
メソッドの詳細
table
- 戻り値:
- テーブルのすべてのセルに適用されるマッチャー。
column
- パラメーター:
col- 選択する列- 戻り値:
- テーブルのある列のすべてのセルに適用されるマッチャー。
row
- パラメーター:
theRow- 選択する行- 戻り値:
- テーブルのある行のすべてのセルに適用されるマッチャー。
at
- パラメーター:
theRow- 選択する行col- 選択する列- 戻り値:
- 行と列で識別される、テーブルの 1 つのセルだけに適用されるマッチャー。
ofType
- パラメーター:
clazz- セルに含まれる型- 戻り値:
- コンテンツが特定の型のセルに一致するマッチャー