Package | Description |
---|---|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
org.eclipse.jface.window |
Provides a general framework for creating and managing
windows.
|
org.eclipse.swt.events |
SWT typed listener support.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AnnotationBarHoverManager.Closer
The information control closer for the hover information.
|
Modifier and Type | Method and Description |
---|---|
protected ShellListener |
Window.getShellListener()
Returns a shell listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ShellAdapter
This adapter class provides default implementations for the
methods described by the
ShellListener interface. |
Modifier and Type | Method and Description |
---|---|
void |
Shell.addShellListener(ShellListener listener)
Adds the listener to the collection of listeners who will
be notified when operations are performed on the receiver,
by sending the listener one of the messages defined in the
ShellListener interface. |
void |
Shell.removeShellListener(ShellListener listener)
Removes the listener from the collection of listeners who will
be notified when operations are performed on the receiver.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.