org.eclipse.emf.databinding.internal
Class EMFResourceContentProperty

java.lang.Object
  extended by org.eclipse.core.databinding.property.list.ListProperty
      extended by org.eclipse.core.databinding.property.list.SimpleListProperty
          extended by org.eclipse.emf.databinding.internal.EMFResourceContentProperty
All Implemented Interfaces:
IProperty, IListProperty
Direct Known Subclasses:
EMFEditResourceContentProperty

public class EMFResourceContentProperty
extends SimpleListProperty

Since:
2.6

Constructor Summary
EMFResourceContentProperty()
           
 
Method Summary
 INativePropertyListener adaptListener(ISimplePropertyListener listener)
           
protected  java.util.List<?> doGetList(java.lang.Object source)
           
protected  void doSetList(java.lang.Object source, java.util.List list, ListDiff diff)
           
 java.lang.Object getElementType()
           
 
Methods inherited from class org.eclipse.core.databinding.property.list.SimpleListProperty
doSetList, doUpdateList, observe, setList
 
Methods inherited from class org.eclipse.core.databinding.property.list.ListProperty
getList, listFactory, listFactory, observe, observeDetail, setList, updateList, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMFResourceContentProperty

public EMFResourceContentProperty()
Method Detail

doGetList

protected java.util.List<?> doGetList(java.lang.Object source)
Specified by:
doGetList in class SimpleListProperty

doSetList

protected void doSetList(java.lang.Object source,
                         java.util.List list,
                         ListDiff diff)
Specified by:
doSetList in class SimpleListProperty

getElementType

public java.lang.Object getElementType()

adaptListener

public INativePropertyListener adaptListener(ISimplePropertyListener listener)
Specified by:
adaptListener in class SimpleListProperty

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.