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.shellActivated(ShellEvent e) |
void |
AnnotationBarHoverManager.Closer.shellClosed(ShellEvent e) |
void |
AnnotationBarHoverManager.Closer.shellDeactivated(ShellEvent e) |
void |
AnnotationBarHoverManager.Closer.shellDeiconified(ShellEvent e) |
void |
AnnotationBarHoverManager.Closer.shellIconified(ShellEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ShellListener.shellActivated(ShellEvent e)
Sent when a shell becomes the active window.
|
void |
ShellAdapter.shellActivated(ShellEvent e)
Sent when a shell becomes the active window.
|
void |
ShellListener.shellClosed(ShellEvent e)
Sent when a shell is closed.
|
void |
ShellAdapter.shellClosed(ShellEvent e)
Sent when a shell is closed.
|
void |
ShellListener.shellDeactivated(ShellEvent e)
Sent when a shell stops being the active window.
|
void |
ShellAdapter.shellDeactivated(ShellEvent e)
Sent when a shell stops being the active window.
|
void |
ShellListener.shellDeiconified(ShellEvent e)
Sent when a shell is un-minimized.
|
void |
ShellAdapter.shellDeiconified(ShellEvent e)
Sent when a shell is un-minimized.
|
void |
ShellListener.shellIconified(ShellEvent e)
Sent when a shell is minimized.
|
void |
ShellAdapter.shellIconified(ShellEvent e)
Sent when a shell is minimized.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.