Searched defs:TreeLeafIcon (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTreeCellRenderer.java52 static final Icon LEAF_ICON = new IconUIResource(new TreeLeafIcon());
72 public static class TreeLeafIcon implements Icon, Serializable { class in class:MotifTreeCellRenderer
78 public TreeLeafIcon() { method in class:MotifTreeCellRenderer.TreeLeafIcon
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java198 return new TreeLeafIcon();
1724 public static class TreeLeafIcon extends FileIcon16 { class in class:MetalIconFactory

Completed in 47 milliseconds