Package | Description |
---|---|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.swt.events |
SWT typed listener support.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationBarHoverManager.Closer.shellActivated(ShellEvent e)
Deprecated.
|
void |
AnnotationBarHoverManager.Closer.shellClosed(ShellEvent e)
Deprecated.
|
void |
AnnotationBarHoverManager.Closer.shellDeactivated(ShellEvent e)
Deprecated.
|
void |
AnnotationBarHoverManager.Closer.shellDeiconified(ShellEvent e)
Deprecated.
|
void |
AnnotationBarHoverManager.Closer.shellIconified(ShellEvent e)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ShellAdapter.shellActivated(ShellEvent e)
Sent when a shell becomes the active window.
|
void |
ShellListener.shellActivated(ShellEvent e)
Sent when a shell becomes the active window.
|
void |
ShellAdapter.shellClosed(ShellEvent e)
Sent when a shell is closed.
|
void |
ShellListener.shellClosed(ShellEvent e)
Sent when a shell is closed.
|
void |
ShellAdapter.shellDeactivated(ShellEvent e)
Sent when a shell stops being the active window.
|
void |
ShellListener.shellDeactivated(ShellEvent e)
Sent when a shell stops being the active window.
|
void |
ShellAdapter.shellDeiconified(ShellEvent e)
Sent when a shell is un-minimized.
|
void |
ShellListener.shellDeiconified(ShellEvent e)
Sent when a shell is un-minimized.
|
void |
ShellAdapter.shellIconified(ShellEvent e)
Sent when a shell is minimized.
|
void |
ShellListener.shellIconified(ShellEvent e)
Sent when a shell is minimized.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.