intarsys runtime library

de.intarsys.tools.presentation
Interface IPresentationSupportFactory

All Known Implementing Classes:
PropertyRenderer

public interface IPresentationSupportFactory

A factory to create IPresentationSupport objects for POJO's.


Method Summary
 IPresentationSupport createPresentationSupport(Object object)
          Create a IPresentationSupport instance that can be used to present object.
 

Method Detail

createPresentationSupport

IPresentationSupport createPresentationSupport(Object object)
Create a IPresentationSupport instance that can be used to present object.

Parameters:
object - The object to be presented.
Returns:
Create a IPresentationSupport instance that can be used to present object.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.