cl::utfsm::acs::ebe::ErrorTreeCellRenderer Class Reference

Inheritance diagram for cl::utfsm::acs::ebe::ErrorTreeCellRenderer:
Inheritance graph
[legend]
Collaboration diagram for cl::utfsm::acs::ebe::ErrorTreeCellRenderer:
Collaboration graph
[legend]

List of all members.

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

static ImageIcon createImageIcon (String path)

Static Private Attributes

static final ImageIcon errorIcon = createImageIcon("util/images/error.gif")
static final ImageIcon completionIcon = createImageIcon("util/images/completion.gif")
static final ImageIcon documentIcon = createImageIcon("util/images/document.gif")
static final long serialVersionUID = 2773311893986633892L

Constructor & Destructor Documentation

cl::utfsm::acs::ebe::ErrorTreeCellRenderer::ErrorTreeCellRenderer (  )  [inline]

Member Function Documentation

static ImageIcon cl::utfsm::acs::ebe::ErrorTreeCellRenderer::createImageIcon ( String  path  )  [inline, static, protected]

Returns an ImageIcon, or null if the path was invalid

Component cl::utfsm::acs::ebe::ErrorTreeCellRenderer::getTreeCellRendererComponent ( JTree  tree,
Object  value,
boolean  sel,
boolean  expanded,
boolean  leaf,
int  row,
boolean  hasFocus 
) [inline]
boolean cl::utfsm::acs::ebe::ErrorTreeCellRenderer::isCompletion ( Object  value  )  [inline, protected]
boolean cl::utfsm::acs::ebe::ErrorTreeCellRenderer::isDocument ( Object  value  )  [inline, protected]
boolean cl::utfsm::acs::ebe::ErrorTreeCellRenderer::isError ( Object  value  )  [inline, protected]

Member Data Documentation

final ImageIcon cl::utfsm::acs::ebe::ErrorTreeCellRenderer::completionIcon = createImageIcon("util/images/completion.gif") [static, private]
final ImageIcon cl::utfsm::acs::ebe::ErrorTreeCellRenderer::documentIcon = createImageIcon("util/images/document.gif") [static, private]
final ImageIcon cl::utfsm::acs::ebe::ErrorTreeCellRenderer::errorIcon = createImageIcon("util/images/error.gif") [static, private]
final long cl::utfsm::acs::ebe::ErrorTreeCellRenderer::serialVersionUID = 2773311893986633892L [static, private]

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2