Class AnimatedTreeUtility
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AnimatedTreeUtility
- All Implemented Interfaces:
ActionListener
,EventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deregisterNode
(TreeNode node) Removes the node from the list of nodes to animatestatic AnimatedTreeUtility
void
registerNode
(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:
actionPerformed
in interfaceActionListener
-