public class EEFTabDescriptor extends AbstractEEFTabDescriptor
AbstractEEFTabDescriptor using the EEFPage.TOP| Constructor and Description |
|---|
EEFTabDescriptor(EEFPage eefPage)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
Get the category this tab belongs to.
|
java.lang.String |
getId()
Get the unique identifier for the tab.
|
java.lang.String |
getLabel()
Get the text label for the tab.
|
java.util.List<IEEFSectionDescriptor> |
getSectionDescriptors()
Get the list of section descriptors for the tab.
|
clone, createTab, equals, getAfterTab, getImage, getText, hashCode, isIndented, isSelected, setSectionDescriptorspublic EEFTabDescriptor(EEFPage eefPage)
eefPage - The EEFPagepublic java.lang.String getId()
IEEFTabDescriptor.getId()public java.lang.String getLabel()
IEEFTabDescriptor.getLabel()public java.util.List<IEEFSectionDescriptor> getSectionDescriptors()
getSectionDescriptors in interface IEEFTabDescriptorgetSectionDescriptors in class AbstractEEFTabDescriptorAbstractEEFTabDescriptor.getSectionDescriptors()public java.lang.String getCategory()
IEEFTabDescriptor.getCategory()