Uses of Interface
org.eclipse.gef.EditPartViewer.Conditional
-
Packages that use EditPartViewer.Conditional Package Description org.eclipse.gef All interfaces, base types, and the plugin class are here.org.eclipse.gef.tools This package provides several tool implementations.org.eclipse.gef.ui.parts -
-
Uses of EditPartViewer.Conditional in org.eclipse.gef
Classes in org.eclipse.gef that implement EditPartViewer.Conditional Modifier and Type Class Description static classAutoexposeHelper.SearchUsed with EditPartViewers to find the AutoexposeHelper at a Point.Methods in org.eclipse.gef with parameters of type EditPartViewer.Conditional Modifier and Type Method Description EditPartEditPartViewer. findObjectAtExcluding(org.eclipse.draw2d.geometry.Point location, java.util.Collection exclusionSet, EditPartViewer.Conditional conditional)Returnsnullor theEditPartat the specified location, using the given exclusion set and conditional. -
Uses of EditPartViewer.Conditional in org.eclipse.gef.tools
Methods in org.eclipse.gef.tools that return EditPartViewer.Conditional Modifier and Type Method Description protected 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.parts
Methods in org.eclipse.gef.ui.parts with parameters of type EditPartViewer.Conditional Modifier and Type Method Description EditPartGraphicalViewerImpl. findObjectAtExcluding(org.eclipse.draw2d.geometry.Point pt, java.util.Collection exclude, EditPartViewer.Conditional condition)EditPartTreeViewer. findObjectAtExcluding(org.eclipse.draw2d.geometry.Point pt, java.util.Collection exclude, EditPartViewer.Conditional condition)
-