public class EEFSectionDescriptor extends AbstractEEFSectionDescriptor
AbstractEEFSectionDescriptor
using the EEFPage
.ENABLES_FOR_ANY, TOP
Constructor and Description |
---|
EEFSectionDescriptor(EEFPage eefPage)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.jface.viewers.IFilter |
getFilter()
Get the section filter instance for this section.
|
java.lang.String |
getId()
Get the unique identifier for the section.
|
IEEFSection |
getSectionClass()
Get the class that implements this section.
|
java.lang.String |
getTargetTab()
Get the target tab where this section will appear.
|
appliesTo, getAfterSection, getEnablesFor, getInputTypes
public EEFSectionDescriptor(EEFPage eefPage)
eefPage
- The EEFPagepublic java.lang.String getId()
IEEFSectionDescriptor.getId()
public IEEFSection getSectionClass()
IEEFSectionDescriptor.getSectionClass()
public java.lang.String getTargetTab()
IEEFSectionDescriptor.getTargetTab()
public org.eclipse.jface.viewers.IFilter getFilter()
getFilter
in interface IEEFSectionDescriptor
getFilter
in class AbstractEEFSectionDescriptor
AbstractEEFSectionDescriptor.getFilter()