Eclipse GEF
3.8.1.201208200205

Uses of Class
org.eclipse.gef.SelectionManager

Packages that use SelectionManager
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.ui.parts   
 

Uses of SelectionManager in org.eclipse.gef
 

Methods in org.eclipse.gef that return SelectionManager
static SelectionManager SelectionManager.createDefault()
          Creates the default implementation for a selection manager.
 SelectionManager EditPartViewer.getSelectionManager()
          Returns the viewer's selection manager.
 

Methods in org.eclipse.gef with parameters of type SelectionManager
 void EditPartViewer.setSelectionManager(SelectionManager manager)
          Sets the selection manager for this viewer.
 

Uses of SelectionManager in org.eclipse.gef.ui.parts
 

Methods in org.eclipse.gef.ui.parts that return SelectionManager
 SelectionManager AbstractEditPartViewer.getSelectionManager()
           
 

Methods in org.eclipse.gef.ui.parts with parameters of type SelectionManager
 void AbstractEditPartViewer.setSelectionManager(SelectionManager model)
           
 


Eclipse GEF
3.8.1.201208200205

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.