Class AnimatedTreeUtility

java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AnimatedTreeUtility
All Implemented Interfaces:
ActionListener, EventListener

public class AnimatedTreeUtility extends Object implements ActionListener
  • Method Details

    • getInstance

      public static AnimatedTreeUtility getInstance()
    • registerNode

      public void registerNode(TreeNode node, DefaultTreeModel model)
      Puts the given node into the list of nodes to animate. model should be a sub class of default tree model.
    • deregisterNode

      public void deregisterNode(TreeNode node)
      Removes the node from the list of nodes to animate
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener