|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT.SWTCustomControlHelper
public final class ECPAbstractCustomControlSWT.SWTCustomControlHelper
The ECPAbstractCustomControlSWT.SWTCustomControlHelper
allows the retrieval of SWT specific elements.
Constructor Summary | |
---|---|
ECPAbstractCustomControlSWT.SWTCustomControlHelper()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECPAbstractCustomControlSWT.SWTCustomControlHelper()
Method Detail |
---|
public org.eclipse.swt.graphics.Image getImage(int imageType)
Image
based on the constants defined in ECPAbstractCustomControlSWT
.
imageType
- the image type to retrieve
public String getHelp(VDomainModelReference domainModelReference)
domainModelReference
- the VDomainModelReference
to retrieve the help text for
public String getLabel(VDomainModelReference domainModelReference)
domainModelReference
- the VDomainModelReference
to retrieve the text for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |