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

/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTreeCellRenderer.java53 static final Icon LEAF_ICON = new IconUIResource(new TreeLeafIcon());
74 public static class TreeLeafIcon implements Icon, Serializable { class in class:MotifTreeCellRenderer
80 public TreeLeafIcon() { method in class:MotifTreeCellRenderer.TreeLeafIcon
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java289 * Constructs a new instance of {@code TreeLeafIcon}.
291 * @return a new instance of {@code TreeLeafIcon}
294 return new TreeLeafIcon();
1841 public static class TreeLeafIcon extends FileIcon16 { class in class:MetalIconFactory

Completed in 209 milliseconds