intarsys runtime library

de.intarsys.tools.presentation
Interface IPresentationHandler

All Known Subinterfaces:
INodeHandler
All Known Implementing Classes:
NodeHandlerAdapter, PropertyRenderer

public interface IPresentationHandler

An object to provide presentation information on behalf of another.


Method Summary
 String getDescription(Object object)
          A long, descriptive string representation.
 String getIconName(Object object)
          A name for an icon.
 String getLabel(Object object)
          A short string representation (suitable for example for use with an icon or menu item).
 String getTip(Object object)
          An "intermediate" length description (suitable for example with a tooltip).
 

Method Detail

getDescription

String getDescription(Object object)
A long, descriptive string representation.

Returns:
A long, descriptive string representation.

getIconName

String getIconName(Object object)
A name for an icon.

Returns:
A name for an icon.

getLabel

String getLabel(Object object)
A short string representation (suitable for example for use with an icon or menu item).

Returns:
A short string representation (suitable for example for use with an icon or menu item).

getTip

String getTip(Object object)
An "intermediate" length description (suitable for example with a tooltip).

Returns:
An "intermediate" length description (suitable for example with a tooltip).

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.