|
|
|
|
org.eclipse.jface.databinding.swt
Class WidgetListProperty
java.lang.Object
org.eclipse.core.databinding.property.list.ListProperty
org.eclipse.core.databinding.property.list.SimpleListProperty
org.eclipse.jface.databinding.swt.WidgetListProperty
-
All Implemented Interfaces:
- org.eclipse.core.databinding.property.IProperty, org.eclipse.core.databinding.property.list.IListProperty,
IWidgetListProperty
-
public abstract class WidgetListProperty
- extends org.eclipse.core.databinding.property.list.SimpleListProperty
- implements
IWidgetListProperty
Abstract list property implementation for
Widget properties. This
class implements some basic behavior that widget properties are generally
expected to have, namely:
- Calling
observe(Object) should create the observable on the
display realm of the widget, rather than the current default realm
- All
observe() methods should return an
ISWTObservable
-
Since:
- 1.3
Methods inherited from class org.eclipse.core.databinding.property.list.SimpleListProperty
|
adaptListener, doGetList, doSetList, getList, setList
|
Methods inherited from class org.eclipse.core.databinding.property.list.ListProperty
|
listFactory, listFactory, observeDetail, values
|
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
Methods inherited from interface org.eclipse.core.databinding.property.list.IListProperty
|
getElementType, listFactory, listFactory, observeDetail, values
|
WidgetListProperty
public WidgetListProperty()
observe
public
IObservableList observe(
Object source)
-
Description copied from interface:
org.eclipse.core.databinding.property.list.IListProperty
- Returns an observable list observing this list property on the given
property source
-
-
Specified by:
-
observe in interface org.eclipse.core.databinding.property.list.IListProperty
-
Overrides:
-
observe in class org.eclipse.core.databinding.property.list.ListProperty
-
-
Parameters:
-
source - the property source
-
Returns:
- an observable list observing this list property on the given
property source
observe
public
IObservableList observe(
Realm realm,
Object source)
-
Description copied from interface:
org.eclipse.core.databinding.property.list.IListProperty
- Returns an observable list observing this list property on the given
property source
-
-
Specified by:
-
observe in interface org.eclipse.core.databinding.property.list.IListProperty
-
Overrides:
-
observe in class org.eclipse.core.databinding.property.list.SimpleListProperty
-
-
Parameters:
-
realm - the observable's realm -
source - the property source
-
Returns:
- an observable list observing this list property on the given
property source
observe
public
ISWTObservableList observe(
Widget widget)
-
Description copied from interface:
IWidgetListProperty
- Returns an
ISWTObservableList observing this list property on the
given widget
-
-
Specified by:
-
observe
in interface
IWidgetListProperty
-
-
Parameters:
-
widget - the source widget
-
Returns:
- an observable list observing this list property on the given
widget
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|