public interface GraphicalViewer extends EditPartViewer
EditPartViewer
adding the ability to hit-test
Handles
.GraphicalViewerImpl
EditPartViewer.Conditional
Modifier and Type | Method and Description |
---|---|
Handle |
findHandleAt(Point p)
Returns the
Handle at the specified Point. |
addDragSourceListener, addDragSourceListener, addDropTargetListener, addDropTargetListener, addPropertyChangeListener, appendSelection, createControl, deselect, deselectAll, findObjectAt, findObjectAtExcluding, findObjectAtExcluding, flush, getContents, getContextMenu, getControl, getEditDomain, getEditPartFactory, getEditPartRegistry, getFocusEditPart, getKeyHandler, getProperty, getResourceManager, getRootEditPart, getSelectedEditParts, getSelection, getSelectionManager, getVisualPartMap, registerAccessibleEditPart, removeDragSourceListener, removeDragSourceListener, removeDropTargetListener, removeDropTargetListener, removePropertyChangeListener, reveal, select, setContents, setContents, setContextMenu, setControl, setCursor, setEditDomain, setEditPartFactory, setFocus, setKeyHandler, setProperty, setRootEditPart, setRouteEventsToEditDomain, setSelectionManager, unregisterAccessibleEditPart
addSelectionChangedListener, removeSelectionChangedListener, setSelection
Handle findHandleAt(Point p)
Handle
at the specified Point. Returns
null
if no handle exists at the given Point. The specified
point should be relative to the
client area
for this Viewer's Control
.p
- the location relative to the Control's client areanull
or a HandleCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.