Public Member Functions | |
ErrorTreeCellRenderer () | |
Component | getTreeCellRendererComponent (JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) |
Protected Member Functions | |
boolean | isDocument (Object value) |
boolean | isError (Object value) |
boolean | isCompletion (Object value) |
Static Protected Member Functions | |
ImageIcon | createImageIcon (String path) |
Static Private Attributes | |
final ImageIcon | errorIcon = createImageIcon("util/images/error.gif") |
final ImageIcon | completionIcon = createImageIcon("util/images/completion.gif") |
final ImageIcon | documentIcon = createImageIcon("util/images/document.gif") |
final long | serialVersionUID = 2773311893986633892L |
|
|
|
Returns an ImageIcon, or null if the path was invalid |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|