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.ISectionDescriptor
ISectionDescriptor.getId()
public org.eclipse.jface.viewers.IFilter getFilter()
getFilter
in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
ISectionDescriptor.getFilter()
public java.util.List getInputTypes()
getInputTypes
in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
ISectionDescriptor.getInputTypes()
public org.eclipse.ui.views.properties.tabbed.ISection getSectionClass()
getSectionClass
in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
ISectionDescriptor.getSectionClass()
public java.lang.String getTargetTab()
getTargetTab
in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
ISectionDescriptor.getTargetTab()
public int getEnablesFor()
getEnablesFor
in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
ISectionDescriptor.getEnablesFor()
public boolean appliesTo(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)
appliesTo
in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
ISectionDescriptor.appliesTo(IWorkbenchPart, ISelection)
public java.lang.String getAfterSection()
getAfterSection
in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
ISectionDescriptor.getAfterSection()