public class PresentationHandler extends Object implements IPresentationHandler
| Constructor and Description |
|---|
PresentationHandler() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
public String getDescription(Object object)
IPresentationHandlergetDescription in interface IPresentationHandlerpublic String getIconName(Object object)
IPresentationHandlergetIconName in interface IPresentationHandlerpublic String getLabel(Object object)
IPresentationHandlergetLabel in interface IPresentationHandlerpublic String getTip(Object object)
IPresentationHandlergetTip in interface IPresentationHandlerCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.