com.ibm.portal.theme.plugin
Interface ThemeTextItem

All Superinterfaces:
com.ibm.portal.ActiveFlag, org.eclipse.core.runtime.IExecutableExtension, Localized, ThemeContent, ThemeItem
All Known Implementing Classes:
DefaultThemeTextItem

public interface ThemeTextItem
extends ThemeItem

A theme contribution that contributes simple text.

Since:
6.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 java.lang.String getText(java.util.Locale locale)
          Return the text for the specified locale.
 
Methods inherited from interface com.ibm.portal.theme.plugin.ThemeItem
getTooltip, newIconURL
 
Methods inherited from interface com.ibm.portal.theme.plugin.ThemeContent
getOrdinal, init
 
Methods inherited from interface com.ibm.portal.ActiveFlag
isActive
 
Methods inherited from interface org.eclipse.core.runtime.IExecutableExtension
setInitializationData
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Method Detail

getText

java.lang.String getText(java.util.Locale locale)
Return the text for the specified locale. If the text doesn't exist for the locale, a null value is returned.

Parameters:
locale - the current locale
Returns:
the text or null