public interface MUILabel extends MLocalizable
This is a mix in that will be used for UI Elements that are capable of showing label information in the GUI (e.g. Parts, Menus / Toolbars, Persepectives...)
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getIconURI()
Returns the value of the 'Icon URI' attribute
|
String |
getLabel()
Returns the value of the 'Label' attribute
|
String |
getLocalizedLabel()
Returns the value of the 'Localized Label' attribute.
|
String |
getLocalizedTooltip()
Returns the value of the 'Localized Tooltip' attribute.
|
String |
getTooltip()
Returns the value of the 'Tooltip' attribute
|
void |
setIconURI(String value)
Sets the value of the '
Icon URI ' attribute |
void |
setLabel(String value)
Sets the value of the '
Label ' attribute |
void |
setTooltip(String value)
Sets the value of the '
Tooltip ' attribute |
updateLocalization
String getLabel()
The label to display for this element. If the label is expected to be internationalized then the label may be set to a 'key' value to be used by the translation service.
setLabel(String)
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
String getIconURI()
This field contains a fully qualified URL defining the path to an Image to display for this element.
setIconURI(String)
void setIconURI(String value)
Icon URI
' attribute.
value
- the new value of the 'Icon URI' attribute.getIconURI()
String getTooltip()
The tooltip to display for this element. If the tooltip is expected to be internationalized then the tooltip may be set to a 'key' value to be used by the translation service.
setTooltip(String)
void setTooltip(String value)
Tooltip
' attribute.
value
- the new value of the 'Tooltip' attribute.getTooltip()
String getLocalizedLabel()
""
.
String getLocalizedTooltip()
""
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.