PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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. |
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
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |