public class EEFTabbedPropertyRegistryClassSectionFilter
extends java.lang.Object
Constructor and Description |
---|
EEFTabbedPropertyRegistryClassSectionFilter(IEEFTypeMapper typeMapper)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
appliesToSelection(IEEFSectionDescriptor descriptor,
org.eclipse.jface.viewers.ISelection selection)
Verifies if the property section extension represented by sectionElement applies to the given input.
|
protected java.util.List<java.lang.String> |
getClassTypes(java.lang.Class<?> target)
Returns the classes and interfaces the given target class extends/implements.
|
public EEFTabbedPropertyRegistryClassSectionFilter(IEEFTypeMapper typeMapper)
typeMapper
- The type mapperpublic boolean appliesToSelection(IEEFSectionDescriptor descriptor, org.eclipse.jface.viewers.ISelection selection)
descriptor
- the section descriptor.selection
- the selection.true
if this section applies to the current selection.protected java.util.List<java.lang.String> getClassTypes(java.lang.Class<?> target)
target
- The target