Class RadianceTreeUI.TreePathId
java.lang.Object
org.pushingpixels.radiance.theming.internal.ui.RadianceTreeUI.TreePathId
- All Implemented Interfaces:
Comparable<RadianceTreeUI.TreePathId>
- Enclosing class:
RadianceTreeUI
public static class RadianceTreeUI.TreePathId
extends Object
implements Comparable<RadianceTreeUI.TreePathId>
ID of a single tree path.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(RadianceTreeUI.TreePathId otherId) boolean
int
hashCode()
-
Field Details
-
path
Tree path.
-
-
Constructor Details
-
TreePathId
Creates a tree path ID.- Parameters:
path
- Tree path.
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<RadianceTreeUI.TreePathId>
-
equals
-
hashCode
public int hashCode()
-