Package | Description |
---|---|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
org.eclipse.swt.events |
SWT typed listener support.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationBarHoverManager.Closer.controlMoved(ControlEvent event) |
void |
AnnotationBarHoverManager.Closer.controlResized(ControlEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ControlListener.controlMoved(ControlEvent e)
Sent when the location (x, y) of a control changes relative
to its parent (or relative to the display, for
Shell s). |
void |
ControlAdapter.controlMoved(ControlEvent e)
Sent when the location (x, y) of a control changes relative
to its parent (or relative to the display, for
Shell s). |
void |
ControlListener.controlResized(ControlEvent e)
Sent when the size (width, height) of a control changes.
|
void |
ControlAdapter.controlResized(ControlEvent e)
Sent when the size (width, height) of a control changes.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.