クラス PathSearch.PathSearchContext.PathViewItem

java.lang.ObjectSE
org.springframework.shell.component.PathSearch.PathSearchContext.PathViewItem
実装済みのインターフェース一覧:
Nameable
含まれているインターフェース:
PathSearch.PathSearchContext

public static class PathSearch.PathSearchContext.PathViewItem extends ObjectSE implements Nameable
パスビューアーイテムのドメインクラス。そのインデックス、名前(パス)、カーソル行インデックスへの参照、名前一致部分のリストを持ちます。
  • コンストラクターの詳細

    • PathViewItem

      public PathViewItem(PathSE path, PartsText partsText, boolean selected)
  • メソッドの詳細

    • getName

      public StringSE getName()
      次で指定:
      インターフェース NameablegetName 
    • getPath

      public PathSE getPath()
    • isSelected

      public boolean isSelected()
    • getPartsText

      public PartsText getPartsText()