Package | Description |
---|---|
org.eclipse.nebula.jface.gridviewer | |
org.eclipse.rap.rwt.scripting | |
org.eclipse.rap.rwt.widgets | |
org.eclipse.swt.widgets |
Modifier and Type | Field and Description |
---|---|
protected Listener |
GridViewerColumn.columnResizeListener
Listener used to get informed when the colum resizes
|
Modifier and Type | Class and Description |
---|---|
class |
ClientListener
A special SWT event listener that is implemented in JavaScript and will be executed on a RAP
client.
|
Modifier and Type | Method and Description |
---|---|
void |
DropDown.addListener(int eventType,
Listener listener) |
void |
DropDown.removeListener(int eventType,
Listener listener) |
Modifier and Type | Class and Description |
---|---|
class |
TypedListener
Instances of this class are internal SWT implementation
objects which provide a mapping between the typed and untyped
listener mechanisms that SWT supports.
|
Modifier and Type | Method and Description |
---|---|
Listener[] |
Widget.getListeners(int eventType)
Returns an array of listeners who will be notified when an event
of the given type occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
Display.addFilter(int eventType,
Listener listener)
Adds the listener to the collection of listeners who will be notified when
an event of the given type occurs anywhere in a widget.
|
void |
Display.addListener(int eventType,
Listener listener)
Adds the listener to the collection of listeners who will
be notified when an event of the given type occurs.
|
void |
Widget.addListener(int eventType,
Listener listener)
Adds the listener to the collection of listeners who will be notified when
an event of the given type occurs.
|
void |
Display.removeFilter(int eventType,
Listener listener)
Removes the listener from the collection of listeners who will be notified
when an event of the given type occurs anywhere in a widget.
|
void |
Display.removeListener(int eventType,
Listener listener)
Removes the listener from the collection of listeners who will
be notified when an event of the given type occurs.
|
void |
Widget.removeListener(int eventType,
Listener listener)
Removes the listener from the collection of listeners who will be notified
when an event of the given type occurs.
|
Copyright (c) EclipseSource and others 2002, 2016.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0