org.pf.joi
Interface ObjectRenderer2

All Superinterfaces:
ObjectRenderer
All Known Implementing Classes:
IconRenderer, PropertiesRenderer, StringArrayRenderer

public interface ObjectRenderer2
extends ObjectRenderer

This interface must be implemented by classes that are responsible to convert objects to a visual (java.awt.Component) representation which will then be used in an inspector.

Version:
1.0
Author:
Manfred Duchrow

Method Summary
 java.awt.Component inspectComponent(java.lang.Object obj)
          Returns the visual representation of the given object.
 
Methods inherited from interface org.pf.joi.ObjectRenderer
inspectString
 

Method Detail

inspectComponent

java.awt.Component inspectComponent(java.lang.Object obj)
Returns the visual representation of the given object.