Uses of Class
org.eclipse.gef.SelectionManager
-
Packages that use SelectionManager Package Description 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 Modifier and Type Method Description static SelectionManagerSelectionManager. createDefault()Creates the default implementation for a selection manager.SelectionManagerEditPartViewer. getSelectionManager()Returns the viewer's selection manager.Methods in org.eclipse.gef with parameters of type SelectionManager Modifier and Type Method Description voidEditPartViewer. 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 Modifier and Type Method Description SelectionManagerAbstractEditPartViewer. getSelectionManager()Methods in org.eclipse.gef.ui.parts with parameters of type SelectionManager Modifier and Type Method Description voidAbstractEditPartViewer. setSelectionManager(SelectionManager model)
-