public interface MUILabel
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...)
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()
This is a method that will retrieve the internationalized label by using the current
value of the label itself and some translation service.
|
String |
getLocalizedTooltip()
This is a method that will retrieve the internationalized tooltip by using the current
value of the label itself and some translation service.
|
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 |
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()
This is a method that will retrieve the internationalized label by using the current value of the label itself and some translation service.
String getLocalizedTooltip()
This is a method that will retrieve the internationalized tooltip by using the current value of the label itself and some translation service.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.