Uses of Interface
org.jhotdraw8.fxbase.tree.TreeModel
Packages that use TreeModel
-
Uses of TreeModel in org.jhotdraw8.fxbase.tree
Classes in org.jhotdraw8.fxbase.tree that implement TreeModelModifier and TypeClassDescriptionclassAbstractTreeModel.classSimpleTreeModel.Methods in org.jhotdraw8.fxbase.tree that return TreeModelModifier and TypeMethodDescriptionTreePresentationModel.getTreeModel()Gets the value of thetreeModelproperty.Methods in org.jhotdraw8.fxbase.tree that return types with arguments of type TreeModelModifier and TypeMethodDescriptionAbstractTreePresentationModel.treeModelProperty()Holds the underlying model.TreePresentationModel.treeModelProperty()Methods in org.jhotdraw8.fxbase.tree with parameters of type TreeModelModifier and TypeMethodDescriptionvoidstatic <E> TreeModelEvent<E> TreeModelEvent.nodeAddedToParent(TreeModel<E> source, E child, E parent, int index) static <E> TreeModelEvent<E> TreeModelEvent.nodeAddedToTree(TreeModel<E> source, E root, E node) static <E> TreeModelEvent<E> TreeModelEvent.nodeChanged(TreeModel<E> source, E node) static <E> TreeModelEvent<E> TreeModelEvent.nodeRemovedFromParent(TreeModel<E> source, E child, E parent, int index) static <E> TreeModelEvent<E> TreeModelEvent.nodeRemovedFromTree(TreeModel<E> source, E root, E node) protected abstract voidAbstractTreePresentationModel.onTreeModelChanged(TreeModel<N> oldValue, TreeModel<N> newValue) protected voidSimpleTreePresentationModel.onTreeModelChanged(@Nullable TreeModel<N> oldValue, TreeModel<N> newValue) static <E> TreeModelEvent<E> TreeModelEvent.rootChanged(TreeModel<E> source, @Nullable E oldRoot, @Nullable E newRoot) default voidTreePresentationModel.setTreeModel(TreeModel<N> newValue) Sets the value of thetreeModelproperty.static <E> TreeModelEvent<E> TreeModelEvent.subtreeNodesInvalidated(TreeModel<E> source, E subtreeRot) voidConstructors in org.jhotdraw8.fxbase.tree with parameters of type TreeModel