Class TreeIcon
java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.icon.TreeIcon
- All Implemented Interfaces:
Icon
,UIResource
Expand / collapse icon for
JTree
rows.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private int
The size ofthis
icon.private JTree
The associated tree. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Field Details
-
size
private int sizeThe size ofthis
icon. -
tree
The associated tree. -
isCollapsed
private boolean isCollapsed
-
-
Constructor Details
-
TreeIcon
-
-
Method Details
-
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-