Class SearchableTreeView.SearchableTreeItem<T>

  • All Implemented Interfaces:
    javafx.event.EventTarget
    Direct Known Subclasses:
    ASTTreeItem
    Enclosing class:
    SearchableTreeView<T>

    public abstract static class SearchableTreeView.SearchableTreeItem<T>
    extends javafx.scene.control.TreeItem<T>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.scene.control.TreeItem

        javafx.scene.control.TreeItem.TreeModificationEvent<T extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchableTreeItem​(T n, int treeIndex)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      org.reactfx.value.Val<MatchResult> currentSearchResultProperty()  
      abstract java.lang.String getSearchableText()  
      int getTreeIndex()  
      org.reactfx.value.Var<SearchableTreeView.SearchableTreeCell<T>> treeCellProperty()  
      • Methods inherited from class javafx.scene.control.TreeItem

        addEventHandler, branchCollapsedEvent, branchExpandedEvent, buildEventDispatchChain, childrenModificationEvent, expandedItemCountChangeEvent, expandedProperty, getChildren, getGraphic, getParent, getValue, graphicChangedEvent, graphicProperty, isExpanded, isLeaf, leafProperty, nextSibling, nextSibling, parentProperty, previousSibling, previousSibling, removeEventHandler, setExpanded, setGraphic, setValue, toString, treeNotificationEvent, valueChangedEvent, valueProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SearchableTreeItem

        public SearchableTreeItem​(T n,
                                  int treeIndex)
    • Method Detail

      • currentSearchResultProperty

        public org.reactfx.value.Val<MatchResult> currentSearchResultProperty()
      • getSearchableText

        public abstract java.lang.String getSearchableText()
      • getTreeIndex

        public int getTreeIndex()