クラス FileTreeItem
- java.lang.Object
-
- javafx.scene.control.TreeItem<T>
-
- javafx.scene.control.CheckBoxTreeItem<FileWrapper>
-
- io.sitoolkit.wt.gui.infra.fx.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メソッド 修飾子とタイプ メソッド 説明 FileTreeItemaddChild(File childFile)voidbuildChildren()List<File>getSelectedFiles()booleanisLeaf()booleanisSelectable()-
クラスから継承されたメソッド 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)
-
-
メソッドの詳細
-
isLeaf
public boolean isLeaf()
- オーバーライド:
isLeafクラス内javafx.scene.control.TreeItem<FileWrapper>
-
buildChildren
public void buildChildren()
-
isSelectable
public boolean isSelectable()
-
addChild
public FileTreeItem addChild(File childFile)
-
-