public interface IPresentationHandler
| 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).
|
String getDescription(Object object)
String getLabel(Object object)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.