| java.lang.Object net.refractions.udig.ui.FeatureTableSelectionProvider
FeatureTableSelectionProvider | class FeatureTableSelectionProvider implements ISelectionProvider(Code) | | Manages selection for the
FeatureTableControl author: Jesse since: 1.1.0 |
Field Summary | |
volatile IProgressMonitor | progressMonitor if null then no set selection is running if not null then it must be cancelled. |
progressMonitor | volatile IProgressMonitor progressMonitor(Code) | | if null then no set selection is running if not null then it must be cancelled.
|
addSelectionChangedListener | public void addSelectionChangedListener(ISelectionChangedListener listener)(Code) | | |
getFidFilter | public FidFilter getFidFilter()(Code) | | |
getSelection | public ISelection getSelection()(Code) | | |
getSelectionFids | public Collection<String> getSelectionFids()(Code) | | Returns the fids. It can be used to add new fids. No notification of the change is raised.
|
notifyListeners | protected void notifyListeners()(Code) | | |
removeSelectionChangedListener | public void removeSelectionChangedListener(ISelectionChangedListener listener)(Code) | | |
setSelection | public void setSelection(ISelection selection)(Code) | | |
setSelection | void setSelection(ISelection newSelection, boolean reveal)(Code) | | |
|
|