クラス FileTreeItem

  • すべての実装されたインタフェース:
    javafx.event.EventTarget

    public final class FileTreeItem
    extends javafx.scene.control.CheckBoxTreeItem<FileWrapper>
    • ネストされたクラスの概要

      • クラスから継承されたネストされたクラス/インタフェース javafx.scene.control.CheckBoxTreeItem

        javafx.scene.control.CheckBoxTreeItem.TreeModificationEvent<T extends Object>
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      FileTreeItem​(File file)  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      FileTreeItem addChild​(File childFile)  
      void buildChildren()  
      List<File> getSelectedFiles()  
      boolean isLeaf()  
      boolean isSelectable()  
      • クラスから継承されたメソッド javafx.scene.control.CheckBoxTreeItem

        checkBoxSelectionChangedEvent, independentProperty, indeterminateProperty, isIndependent, isIndeterminate, isSelected, selectedProperty, setIndependent, setIndeterminate, setSelected
      • クラスから継承されたメソッド javafx.scene.control.TreeItem

        addEventHandler, branchCollapsedEvent, branchExpandedEvent, buildEventDispatchChain, childrenModificationEvent, expandedItemCountChangeEvent, expandedProperty, getChildren, getGraphic, getParent, getValue, graphicChangedEvent, graphicProperty, isExpanded, leafProperty, nextSibling, nextSibling, parentProperty, previousSibling, previousSibling, removeEventHandler, setExpanded, setGraphic, setValue, toString, treeNotificationEvent, valueChangedEvent, valueProperty
    • コンストラクタの詳細

      • FileTreeItem

        public FileTreeItem​(File file)
    • メソッドの詳細

      • getSelectedFiles

        public List<File> getSelectedFiles()
      • isLeaf

        public boolean isLeaf()
        オーバーライド:
        isLeaf クラス内 javafx.scene.control.TreeItem<FileWrapper>
      • buildChildren

        public void buildChildren()
      • isSelectable

        public boolean isSelectable()