public final class ECPAbstractCustomControlSWT.SWTCustomControlHelper extends Object
ECPAbstractCustomControlSWT.SWTCustomControlHelper
allows the retrieval of SWT specific elements.Constructor and Description |
---|
SWTCustomControlHelper() |
Modifier and Type | Method and Description |
---|---|
String |
getHelp(VDomainModelReference domainModelReference)
This return a text providing a long helpful description of the feature.
|
org.eclipse.swt.graphics.Image |
getImage(int imageType)
Allows to get an
Image based on the constants defined in ECPAbstractCustomControlSWT . |
String |
getLabel(VDomainModelReference domainModelReference)
This return a text providing a short label of the feature.
|
public org.eclipse.swt.graphics.Image getImage(int imageType)
Image
based on the constants defined in ECPAbstractCustomControlSWT
.imageType
- the image type to retrievepublic String getHelp(VDomainModelReference domainModelReference)
domainModelReference
- the VDomainModelReference
to retrieve the help text forpublic String getLabel(VDomainModelReference domainModelReference)
domainModelReference
- the VDomainModelReference
to retrieve the text forCopyright © 2017. All rights reserved.