Uses of Interface
org.eclipse.gef.EditPartViewer.Conditional
Packages that use EditPartViewer.Conditional
Package
Description
All interfaces, base types, and the plugin class are here.
This package provides several tool implementations.
- 
Uses of EditPartViewer.Conditional in org.eclipse.gefClasses in org.eclipse.gef that implement EditPartViewer.ConditionalModifier and TypeClassDescriptionstatic classUsed with EditPartViewers to find the AutoexposeHelper at a Point.Methods in org.eclipse.gef with parameters of type EditPartViewer.ConditionalModifier and TypeMethodDescriptionEditPartViewer.findObjectAtExcluding(Point location, Collection<IFigure> exclusionSet, EditPartViewer.Conditional conditional) Returnsnullor theEditPartat the specified location, using the given exclusion set and conditional.
- 
Uses of EditPartViewer.Conditional in org.eclipse.gef.toolsMethods in org.eclipse.gef.tools that return EditPartViewer.ConditionalModifier and TypeMethodDescriptionprotected EditPartViewer.ConditionalSelectionTool.getTargetingConditional()Returns a new Conditional that evaluates totrueif the queried edit part'sEditPart.isSelectable()method returnstrue.protected EditPartViewer.ConditionalTargetingTool.getTargetingConditional()Returns the conditional object used for obtaining the target editpart from the current viewer.
- 
Uses of EditPartViewer.Conditional in org.eclipse.gef.ui.partsMethods in org.eclipse.gef.ui.parts with parameters of type EditPartViewer.ConditionalModifier and TypeMethodDescriptionGraphicalViewerImpl.findObjectAtExcluding(Point pt, Collection<IFigure> exclude, EditPartViewer.Conditional condition) TreeViewer.findObjectAtExcluding(Point pt, Collection exclude, EditPartViewer.Conditional condition)