public interface IMasterDetailSelectionProvider
extends org.eclipse.jface.viewers.ISelectionProvider
Modifier and Type | Method and Description |
---|---|
void |
setDetailSelectionProvider(org.eclipse.jface.viewers.ISelectionProvider selectionProvider)
Set the active detail selection provider, or
null if either
there is no detail or it is not active (in which case the master
selection provider is deemed active). |
void setDetailSelectionProvider(org.eclipse.jface.viewers.ISelectionProvider selectionProvider)
null
if either
there is no detail or it is not active (in which case the master
selection provider is deemed active).selectionProvider
- the detail selection provider to activate,
or null
to active the implicit master selection providerCopyright © 2019. All rights reserved.