Interface ILocalizeable
-
- All Known Implementing Classes:
MyButton
,MyCheckBox
,MyLabel
,MyRadioButton
,MySpinner
,MyText
,MyTextArea
,MyToggleButton
public interface ILocalizeable
This interface is for gui-components to be localizable by a localize-id.
This will be doneILocalizedComponent
and theLocalizeController
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocalId()
String
getLocalIdTooltip()
void
setLocalId(String id)
void
setLocalText()
void
setLocalTooltipText()
-