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.TreePathpathTree 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 intcompareTo(RadianceTreeUI.TreePathId otherId)booleanequals(RadianceTreeUI.TreePathId obj)inthashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(RadianceTreeUI.TreePathId otherId)
- Specified by:
compareToin interfacejava.lang.Comparable<RadianceTreeUI.TreePathId>
-
equals
public boolean equals(RadianceTreeUI.TreePathId obj)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-