public interface GraphicalViewer extends EditPartViewer
EditPartViewer adding the ability to hit-test
Handles.GraphicalViewerImplEditPartViewer.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, unregisterAccessibleEditPartaddSelectionChangedListener, removeSelectionChangedListener, setSelectionHandle 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.