public interface IPresentationSupport
| Modifier and Type | Field and Description |
|---|---|
static Object |
ATTR_DESCRIPTION |
static Object |
ATTR_ICON |
static Object |
ATTR_LABEL |
static Object |
ATTR_TIP |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A long, descriptive string representation.
|
String |
getIconName()
A name for an icon.
|
String |
getLabel()
A short string representation (suitable for example for use with an icon
or menu item).
|
String |
getTip()
An "intermediate" length description (suitable for example with a
tooltip).
|
static final Object ATTR_DESCRIPTION
static final Object ATTR_LABEL
static final Object ATTR_ICON
static final Object ATTR_TIP
String getDescription()
String getIconName()
String getLabel()
String getTip()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.