org.ejtools.adwt.util
Interface ObjectRenderer

All Known Implementing Classes:
DefaultObjectRenderer

public interface ObjectRenderer

Version:
$Revision: 1.3 $
Author:
Laurent Etiemble

Method Summary
 javax.swing.Icon getIcon(java.lang.Object o)
          Gets the icon attribute of the ObjectRenderer object
 java.lang.String getLabel(java.lang.Object o)
          Gets the label attribute of the ObjectRenderer object
 

Method Detail

getIcon

public javax.swing.Icon getIcon(java.lang.Object o)
Gets the icon attribute of the ObjectRenderer object

Parameters:
o - Description of the Parameter
Returns:
The icon value

getLabel

public java.lang.String getLabel(java.lang.Object o)
Gets the label attribute of the ObjectRenderer object

Parameters:
o - Description of the Parameter
Returns:
The label value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.