public class GenericCategory extends Object implements ICategory, IPresentationSupport, IElementConfigurable
ATTR_DESCRIPTION, ATTR_ICON, ATTR_LABEL, ATTR_TIP| Constructor and Description |
|---|
GenericCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(IElement pElement) |
String |
getDescription()
A long, descriptive string representation.
|
IElement |
getElement() |
String |
getIconName()
A name for an icon.
|
String |
getId()
A string object representing a logical name for the classification object
itself.
|
String |
getLabel()
A short string representation (suitable for example for use with an icon
or menu item).
|
ICategory |
getParent()
An optional parent for this category, defining a hierarchical
classification.
|
String |
getParentId() |
String |
getTip()
An "intermediate" length description (suitable for example with a
tooltip).
|
void |
setDescription(Object description) |
void |
setElement(IElement element) |
void |
setIconName(String iconName) |
void |
setId(String id) |
void |
setLabel(Object label) |
void |
setParentId(String parentId) |
void |
setTip(Object tip) |
public void configure(IElement pElement) throws ConfigurationException
configure in interface IElementConfigurableConfigurationExceptionpublic String getDescription()
IPresentationSupportgetDescription in interface IPresentationSupportpublic IElement getElement()
public String getIconName()
IPresentationSupportgetIconName in interface IPresentationSupportpublic String getId()
ICategorypublic String getLabel()
IPresentationSupportgetLabel in interface IPresentationSupportpublic ICategory getParent()
ICategorypublic String getParentId()
public String getTip()
IPresentationSupportgetTip in interface IPresentationSupportpublic void setDescription(Object description)
public void setElement(IElement element)
public void setIconName(String iconName)
public void setId(String id)
public void setLabel(Object label)
public void setParentId(String parentId)
public void setTip(Object tip)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.