public interface IEEFTabDescriptorFilter
IEEFTabDescriptor.| Modifier and Type | Method and Description |
|---|---|
default boolean |
filter(IEEFTabDescriptor tabDescriptor)
Deprecated.
|
default boolean |
filter(IEEFTabDescriptor tabDescriptor,
org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
Returns if a tab descriptor must be filtered or not.
|
@Deprecated default boolean filter(IEEFTabDescriptor tabDescriptor)
tabDescriptor - The tab descriptortrue if the tab descriptor should be used, false otherwisedefault boolean filter(IEEFTabDescriptor tabDescriptor, org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)
tabDescriptor - The tab descriptorpart - The workbench partselection - The selectiontrue if the tab descriptor should be used, false otherwise