Class SubstanceTreeUI.TreePathId

java.lang.Object
org.pushingpixels.substance.internal.ui.SubstanceTreeUI.TreePathId
All Implemented Interfaces:
Comparable
Enclosing class:
SubstanceTreeUI

public static class SubstanceTreeUI.TreePathId extends Object implements Comparable
ID of a single tree path.
  • Field Details

    • path

      protected TreePath path
      Tree path.
  • Constructor Details

    • TreePathId

      public TreePathId(TreePath path)
      Creates a tree path ID.
      Parameters:
      path - Tree path.
  • Method Details