Class RadianceTreeUI.PathRepaintCallback

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.swing.JTree tree
      Associated tree.
      protected javax.swing.tree.TreePath treePath
      Associated (animated) path.
    • Constructor Summary

      Constructors 
      Constructor Description
      PathRepaintCallback​(javax.swing.JTree tree, javax.swing.tree.TreePath treePath)
      Creates a new animation repaint callback.
    • Field Detail

      • tree

        protected javax.swing.JTree tree
        Associated tree.
      • treePath

        protected javax.swing.tree.TreePath treePath
        Associated (animated) path.
    • Constructor Detail

      • PathRepaintCallback

        public PathRepaintCallback​(javax.swing.JTree tree,
                                   javax.swing.tree.TreePath treePath)
        Creates a new animation repaint callback.
        Parameters:
        tree - Associated tree.
        treePath - Associated (animated) path.