Class AnimatedTreeUtility
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AnimatedTreeUtility
- All Implemented Interfaces:
- ActionListener,- EventListener
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidderegisterNode(TreeNode node) Removes the node from the list of nodes to animatestatic AnimatedTreeUtilityvoidregisterNode(TreeNode node, DefaultTreeModel model) Puts the given node into the list of nodes to animate.
- 
Method Details- 
getInstance
- 
registerNodePuts the given node into the list of nodes to animate. model should be a sub class of default tree model.
- 
deregisterNodeRemoves the node from the list of nodes to animate
- 
actionPerformed- Specified by:
- actionPerformedin interface- ActionListener
 
 
-