Package com.inductiveautomation.ignition.client.util.gui.tree
package com.inductiveautomation.ignition.client.util.gui.tree
-
ClassDescriptionAbstractAsynchronousTreeNode<T extends TreeNode>Deprecated.AbstractLazyLoadingTreeNode<T extends TreeNode>Tree Node implementation which only populates its children upon demand.Deprecated.A class that can acts as a 1.4 TransferHandler, and a 1.3 DropTargetListener all at once.Any tree node that loads it's children asynchronously, meaning that a call to getChildCount() might not return the true number immediately, but then soon after fire a tree event on itself when loaded.JTree that works with AbstractTreeTransferHandler to support automatic scrolling when dropping items on it.A TreeCellRenderer that renders trees full of RenderableTreeNodes.DefaultErrorNode<T extends TreeNode>DefaultLoadingNode<T extends TreeNode>A tree node that keeps a list of children and has addChild function to add children.This JTree supports renderers who have mouse-location sensitive tooltips.A subinterface of TreeNode that adds some information to help it render.