Package | Description |
---|---|
org.eclipse.nebula.widgets.grid | |
org.eclipse.swt.events | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
void |
GridColumn.addControlListener(ControlListener listener)
Adds a listener to the list of listeners notified when the column is
moved or resized.
|
void |
GridColumn.removeControlListener(ControlListener listener)
Removes the given control listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlAdapter
This adapter class provides default implementations for the
methods described by the
ControlListener interface. |
Modifier and Type | Method and Description |
---|---|
void |
Control.addControlListener(ControlListener listener)
Adds the listener to the collection of listeners who will
be notified when the control is moved or resized, by sending
it one of the messages defined in the
ControlListener
interface. |
void |
TableColumn.addControlListener(ControlListener listener)
Adds the listener to the collection of listeners who will
be notified when the control is moved or resized, by sending
it one of the messages defined in the
ControlListener
interface. |
void |
TreeColumn.addControlListener(ControlListener listener)
Adds the listener to the collection of listeners who will be notified when
the control is moved or resized, by sending it one of the messages defined
in the
ControlListener interface. |
void |
Control.removeControlListener(ControlListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is moved or resized.
|
void |
TableColumn.removeControlListener(ControlListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is moved or resized.
|
void |
TreeColumn.removeControlListener(ControlListener listener)
Removes the listener from the collection of listeners who will be notified
when the control is moved or resized.
|
Copyright (c) EclipseSource and others 2002, 2017.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0