Lines Matching refs:Icon
39 import javax.swing.Icon;
133 /** Icon used to show non-leaf nodes that aren't expanded. */
134 transient protected Icon closedIcon;
136 /** Icon used to show leaf nodes. */
137 transient protected Icon leafIcon;
139 /** Icon used to show non-leaf nodes that are expanded. */
140 transient protected Icon openIcon;
238 public Icon getDefaultOpenIcon() {
246 public Icon getDefaultClosedIcon() {
254 public Icon getDefaultLeafIcon() {
261 public void setOpenIcon(Icon newIcon) {
268 public Icon getOpenIcon() {
275 public void setClosedIcon(Icon newIcon) {
283 public Icon getClosedIcon() {
290 public void setLeafIcon(Icon newIcon) {
297 public Icon getLeafIcon() {
460 Icon icon = null;
472 Icon disabledIcon = laf.getDisabledIcon(tree, icon);
554 Icon currentI = getIcon();