|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TreeIconSetter
Interface for JTree cell renderers which know how to set the tree node icons for display.
| Method Summary | |
|---|---|
void |
setClosedIcon(javax.swing.ImageIcon newIcon)
Set the closed folder icon for the tree display. |
void |
setLeafIcon(javax.swing.ImageIcon newIcon)
Set the leaf icon for the tree display. |
void |
setOpenIcon(javax.swing.ImageIcon newIcon)
Set the open folder icon for the tree display. |
| Method Detail |
|---|
void setLeafIcon(javax.swing.ImageIcon newIcon)
newIcon - The new leaf icon. void setOpenIcon(javax.swing.ImageIcon newIcon)
newIcon - The new open folder icon. void setClosedIcon(javax.swing.ImageIcon newIcon)
newIcon - The new closed folder icon.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||