|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingUiProvider<T>
A UI provider is reponsible to provide the support for displaying the information for a certain mapping type.
AttributeMappingUiProvider
,
TypeMappingUiProvider
Method Summary | |
---|---|
org.eclipse.swt.graphics.Image |
getImage()
Returns an image that represents the mapping type defined by this provider. |
java.lang.String |
getLabel()
Returns a human readable text of the mapping type. |
java.lang.String |
getMappingKey()
Returns a unique string that corresponds to the key of the mapping in the core (JavaAttributeMappingProvider and/or OrmAttributeMappingProvider). |
Method Detail |
---|
java.lang.String getLabel()
org.eclipse.swt.graphics.Image getImage()
null
if no image
is requiredjava.lang.String getMappingKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |