Class RadianceTreeUI.TreePathId
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.ui.RadianceTreeUI.TreePathId
-
- All Implemented Interfaces:
java.lang.Comparable<RadianceTreeUI.TreePathId>
- Enclosing class:
- RadianceTreeUI
public static class RadianceTreeUI.TreePathId extends java.lang.Object implements java.lang.Comparable<RadianceTreeUI.TreePathId>
ID of a single tree path.
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.swing.tree.TreePath
path
Tree path.
-
Constructor Summary
Constructors Constructor Description TreePathId(javax.swing.tree.TreePath path)
Creates a tree path ID.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(RadianceTreeUI.TreePathId otherId)
boolean
equals(RadianceTreeUI.TreePathId obj)
int
hashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(RadianceTreeUI.TreePathId otherId)
- Specified by:
compareTo
in interfacejava.lang.Comparable<RadianceTreeUI.TreePathId>
-
equals
public boolean equals(RadianceTreeUI.TreePathId obj)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-