public class LegacySectionDescriptor
extends java.lang.Object
implements org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
IEEFSectionDescriptor to an ISectionDescriptor.| Constructor and Description |
|---|
LegacySectionDescriptor(IEEFSectionDescriptor eefSectionDescriptor)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection) |
java.lang.String |
getAfterSection() |
int |
getEnablesFor() |
org.eclipse.jface.viewers.IFilter |
getFilter() |
java.lang.String |
getId() |
java.util.List |
getInputTypes() |
org.eclipse.ui.views.properties.tabbed.ISection |
getSectionClass() |
java.lang.String |
getTargetTab() |
public LegacySectionDescriptor(IEEFSectionDescriptor eefSectionDescriptor)
eefSectionDescriptor - EEF section descriptorpublic java.lang.String getId()
getId in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorISectionDescriptor.getId()public org.eclipse.jface.viewers.IFilter getFilter()
getFilter in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorISectionDescriptor.getFilter()public java.util.List getInputTypes()
getInputTypes in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorISectionDescriptor.getInputTypes()public org.eclipse.ui.views.properties.tabbed.ISection getSectionClass()
getSectionClass in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorISectionDescriptor.getSectionClass()public java.lang.String getTargetTab()
getTargetTab in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorISectionDescriptor.getTargetTab()public int getEnablesFor()
getEnablesFor in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorISectionDescriptor.getEnablesFor()public boolean appliesTo(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
appliesTo in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorISectionDescriptor.appliesTo(IWorkbenchPart, ISelection)public java.lang.String getAfterSection()
getAfterSection in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorISectionDescriptor.getAfterSection()