com.ibm.portal.theme.plugin.impl
Interface ThemeItemDescriptorConstants

All Superinterfaces:
ThemeContentDescriptorConstants
All Known Implementing Classes:
DefaultThemeContent, DefaultThemeItem, DefaultThemeLinkItem, DefaultThemeTextItem

public interface ThemeItemDescriptorConstants
extends ThemeContentDescriptorConstants

The constants in this interface identify the various components of the xml describing an ThemeItem.

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

Field Summary
static java.lang.String ELEMENT_NAME
          The ELEMENT_NAME is the name of the xml tag in the plugin.xml.
static java.lang.String TOOLTIP_ATTRIBUTE
          The TOOLTIP_ATTRIBUTE should contain the tooltip text for this extension.
 
Fields inherited from interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
CLASS_ATTRIBUTE, DESCR_ATTRIBUTE, ID_ATTRIBUTE, ORDINAL_ATTRIBUTE, TITLE_ATTRIBUTE
 

Field Detail

ELEMENT_NAME

static final java.lang.String ELEMENT_NAME
The ELEMENT_NAME is the name of the xml tag in the plugin.xml. For <item>, the element name is "item".

See Also:
Constant Field Values

TOOLTIP_ATTRIBUTE

static final java.lang.String TOOLTIP_ATTRIBUTE
The TOOLTIP_ATTRIBUTE should contain the tooltip text for this extension.

See Also:
Constant Field Values