Class AnimatedTreeUtility
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AnimatedTreeUtility
- All Implemented Interfaces:
ActionListener,EventListener
-
Method Summary
Modifier 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
-
registerNode
Puts the given node into the list of nodes to animate. model should be a sub class of default tree model. -
deregisterNode
Removes the node from the list of nodes to animate -
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-