| Package | Description |
|---|---|
| org.eclipse.core.databinding.property |
Interfaces and classes for representing and observing properties of objects.
|
| org.eclipse.core.databinding.property.list | |
| org.eclipse.core.databinding.property.map | |
| org.eclipse.core.databinding.property.set | |
| org.eclipse.core.databinding.property.value | |
| org.eclipse.jface.databinding.swt |
Provides classes that can be used to observe changes in SWT widgets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativePropertyListener
Abstract INativePropertyListener implementation
|
| Modifier and Type | Method and Description |
|---|---|
abstract INativePropertyListener |
SimpleListProperty.adaptListener(ISimplePropertyListener listener)
Returns a listener capable of adding or removing itself as a listener on
a source object using the the source's "native" listener API.
|
| Modifier and Type | Method and Description |
|---|---|
abstract INativePropertyListener |
SimpleMapProperty.adaptListener(ISimplePropertyListener listener)
Returns a listener capable of adding or removing itself as a listener on
a source object using the the source's "native" listener API.
|
| Modifier and Type | Method and Description |
|---|---|
abstract INativePropertyListener |
SimpleSetProperty.adaptListener(ISimplePropertyListener listener)
Returns a listener capable of adding or removing itself as a listener on
a source object using the the source's "native" listener API.
|
| Modifier and Type | Method and Description |
|---|---|
abstract INativePropertyListener |
SimpleValueProperty.adaptListener(ISimplePropertyListener listener)
Returns a listener capable of adding or removing itself as a listener on
a source object using the the source's "native" listener API.
|
| Modifier and Type | Method and Description |
|---|---|
INativePropertyListener |
WidgetValueProperty.adaptListener(ISimplePropertyListener listener) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.