Uses of Class
org.eclipse.amp.axf.view.SelectionSynchronizer

Packages that use SelectionSynchronizer
org.eclipse.amp.agf   
org.eclipse.amp.axf.ide   
org.eclipse.amp.axf.view   
 

Uses of SelectionSynchronizer in org.eclipse.amp.agf
 

Subclasses of SelectionSynchronizer in org.eclipse.amp.agf
 class EditPartSelectionSynchronizer
          An implementation of selection synchronizer supporting edit parts, viewers and generic objects.
 

Uses of SelectionSynchronizer in org.eclipse.amp.axf.ide
 

Methods in org.eclipse.amp.axf.ide that return SelectionSynchronizer
 SelectionSynchronizer ModelViewManager.getSelectionSynchronizer()
          Gets the selection synchronizer.
 

Methods in org.eclipse.amp.axf.ide with parameters of type SelectionSynchronizer
 void ModelViewManager.setSelectionSynchronizer(SelectionSynchronizer editSelection)
          Sets the selection synchronizer.
 

Uses of SelectionSynchronizer in org.eclipse.amp.axf.view
 

Methods in org.eclipse.amp.axf.view with parameters of type SelectionSynchronizer
 void SelectionSynchronizer.replace(SelectionSynchronizer old)
          Replace.