クラス CellMatchers

java.lang.Object (標準 Javadoc)
org.springframework.shell.jline.tui.table.CellMatchers

パブリッククラス CellMatchersオブジェクト (標準 Javadoc) を継承します
一般的に使用される CellMatcher のファクトリメソッドが含まれています。
作成者:
エリックボタード
  • コンストラクターの詳細

    • CellMatchers

      パブリック CellMatchers ()
  • メソッドの詳細

    • テーブル

      パブリック静的 CellMatcher テーブル ()
      戻り値:
      テーブルのすべてのセルに適用されるマッチャー。
    • カラム

      public static CellMatcher column(int col)
      パラメーター:
      col - 選択する列
      戻り値:
      テーブルのある列のすべてのセルに適用されるマッチャー。
    • public static CellMatcher row(int theRow)
      パラメーター:
      theRow - 選択する行
      戻り値:
      テーブルのある行のすべてのセルに適用されるマッチャー。
    • 時刻

      public static CellMatcher at(int theRow, int col)
      パラメーター:
      theRow - 選択する行
      col - 選択する列
      戻り値:
      行と列で識別される、テーブルの 1 つのセルだけに適用されるマッチャー。
    • ofType

      public static CellMatcher ofType( クラス (標準 Javadoc) <?> clazz)
      パラメーター:
      clazz - セルに含まれる型
      戻り値:
      コンテンツが特定の型のセルに一致するマッチャー