Package | Description |
---|---|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
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
Deprecated.
As of 3.4, no longer used as closer from super class is used
|
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 |
---|---|
static ShellListener |
ShellListener.shellActivatedAdapter(Consumer<ShellEvent> c)
Static helper method to create a
ShellListener for the
shellActivated(ShellEvent e) ) method, given a lambda expression or a method reference. |
static ShellListener |
ShellListener.shellClosedAdapter(Consumer<ShellEvent> c)
Static helper method to create a
ShellListener for the
shellClosed(ShellEvent e) ) method, given a lambda expression or a method reference. |
static ShellListener |
ShellListener.shellDeactivatedAdapter(Consumer<ShellEvent> c)
Static helper method to create a
ShellListener for the
shellDeactivated(ShellEvent e) ) method, given a lambda expression or a method reference. |
static ShellListener |
ShellListener.shellDeiconifiedAdapter(Consumer<ShellEvent> c)
Static helper method to create a
ShellListener for the
shellDeiconified(ShellEvent e) ) method, given a lambda expression or a method reference. |
static ShellListener |
ShellListener.shellIconifiedAdapter(Consumer<ShellEvent> c)
Static helper method to create a
ShellListener for the
shellIconified(ShellEvent e) ) method, given a lambda expression or a method reference. |
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.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.