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 |
Modifier and Type | Class and Description |
---|---|
static class |
AutoexposeHelper.Search
Used with EditPartViewers to find the AutoexposeHelper at a Point.
|
Modifier and Type | Method and Description |
---|---|
EditPart |
EditPartViewer.findObjectAtExcluding(Point location,
java.util.Collection exclusionSet,
EditPartViewer.Conditional conditional)
Returns
null or the EditPart at the specified
location, using the given exclusion set and conditional. |
Modifier and Type | Method and Description |
---|---|
protected EditPartViewer.Conditional |
TargetingTool.getTargetingConditional()
Returns the conditional object used for obtaining the target editpart
from the current viewer.
|
protected EditPartViewer.Conditional |
SelectionTool.getTargetingConditional()
Returns a new Conditional that evaluates to
true if the
queried edit part's EditPart.isSelectable() method returns
true . |
Modifier and Type | Method and Description |
---|---|
EditPart |
GraphicalViewerImpl.findObjectAtExcluding(Point pt,
java.util.Collection exclude,
EditPartViewer.Conditional condition) |
EditPart |
TreeViewer.findObjectAtExcluding(Point pt,
java.util.Collection exclude,
EditPartViewer.Conditional condition) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.