- getData
Returns the application defined property of the receiver with the specified
name, or null if it has
- isDisposed
Returns true if the widget has been disposed, and false otherwise. This method
gets the dispose stat
- getDisplay
Returns the Display that is associated with the receiver. A widget's display is
either provided when
- setData
Sets the application defined property of the receiver with the specified name to
the given value. Ap
- addListener
Adds the listener to the collection of listeners who will be notified when an
event of the given typ
- dispose
Disposes of the operating system resources associated with the receiver and all
its descendants. Aft
- removeListener
Removes the listener from the collection of listeners who will be notified when
an event of the give
- addDisposeListener
Adds the listener to the collection of listeners who will be notified when the
widget is disposed. W
- getStyle
Returns the receiver's style information. Note that the value which is returned
by this method may n
- notifyListeners
Notifies all of the receiver's listeners for events of the given type that one
such event has occurr
- checkBits
Returns a style with exactly one style bit set out of the specified set of
exclusive style bits. All
- checkSubclass
Checks that this class can be subclassed. The SWT class library is intended to
be subclassed only at