Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInformationControl
Default implementation of
IInformationControl . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultInformationControl.addDisposeListener(DisposeListener listener) |
void |
IInformationControl.addDisposeListener(DisposeListener listener)
Adds the given listener to the list of dispose listeners.
|
void |
DefaultInformationControl.removeDisposeListener(DisposeListener listener) |
void |
IInformationControl.removeDisposeListener(DisposeListener listener)
Removes the given listeners from the list of dispose listeners.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AnnotationBarHoverManager.Closer
The information control closer for the hover information.
|
Modifier and Type | Method and Description |
---|---|
void |
Widget.addDisposeListener(DisposeListener listener)
Adds the listener to the collection of listeners who will
be notified when the widget is disposed.
|
void |
Widget.removeDisposeListener(DisposeListener listener)
Removes the listener from the collection of listeners who will
be notified when the widget is disposed.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.