com.tssap.util.ui.reuse
Interface IReuseableManager


public interface IReuseableManager

Since:
15.10.2002 Iterface to define a mapping between an abitrary Object and an @see com.tssap.util.ui.reuse.IReuseable UI component.
See Also:
TreeSelector

Method Summary
 IReuseable getReusable(java.lang.Object obj)
          Returns the @see IReuseable mapped to the given Object
 

Method Detail

getReusable

public IReuseable getReusable(java.lang.Object obj)
Returns the @see IReuseable mapped to the given Object
Parameters:
obj - abitrary Object
Returns:
UI component corresponding to the given Object


Copyright © 2005 SAP AG. All Rights Reserved.