Methods from org.eclipse.core.databinding.observable used by org.eclipse.core.databinding.property

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.core.databinding.observable.AbstractObservable.checkRealm()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.add(Object)151

org.eclipse.core.databinding.observable.AbstractObservable.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.dispose()430
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.dispose()151
OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.dispose()-1
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.dispose()-1

org.eclipse.core.databinding.observable.AbstractObservable.isDisposed()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.1.handleEvent(SimplePropertyEvent)70
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.dispose()422
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.firstListenerAdded()64
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.1.handleEvent(SimplePropertyEvent)62
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.dispose()143
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.firstListenerAdded()56

org.eclipse.core.databinding.observable.ChangeManager.firstListenerAdded()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.firstListenerAdded()-1

org.eclipse.core.databinding.observable.ChangeManager.getRealm()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.1.handleEvent(SimplePropertyEvent)71
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.firstListenerAdded()88
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.1.handleEvent(SimplePropertyEvent)63
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.firstListenerAdded()78

org.eclipse.core.databinding.observable.ChangeManager.hasListeners()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.notifyIfChanged(SetDiff)386
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(ValueDiff)113

org.eclipse.core.databinding.observable.ChangeManager.lastListenerRemoved()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.lastListenerRemoved()-1

org.eclipse.core.databinding.observable.Diffs.computeListDiff(List, List)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.notifyIfChanged(ListDiff)647

org.eclipse.core.databinding.observable.Diffs.computeMapDiff(Map, Map)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.notifyIfChanged(MapDiff)288

org.eclipse.core.databinding.observable.Diffs.computeSetDiff(Set, Set)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.notifyIfChanged(SetDiff)390

org.eclipse.core.databinding.observable.Diffs.createListDiff(ListDiffEntry, ListDiffEntry)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.5.set(Object)385
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.move(int, int)269
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.set(int, Object)465

org.eclipse.core.databinding.observable.Diffs.createListDiff(ListDiffEntry)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.4.remove()226
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.5.add(Object)362
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.5.remove()411
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.add(int, Object)183
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.remove(int)442

org.eclipse.core.databinding.observable.Diffs.createListDiff(ListDiffEntry[])

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.addAll(int, Collection)513
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.clear()628
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.removeAll(Collection)558
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.retainAll(Collection)602
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.1.convertDiff(ListDiff)74
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.fireListChange(int[], Object, Object)307
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.convertDiff(ListDiff)90
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.fireListChange(int[], Object, Object)413

org.eclipse.core.databinding.observable.Diffs.createListDiffEntry(int, boolean, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.4.remove()226
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.5.add(Object)362
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.5.remove()411
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.5.set(Object)385
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.5.set(Object)387
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.add(int, Object)183
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.addAll(int, Collection)509
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.clear()625
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.move(int, int)269
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.move(int, int)270
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.remove(int)442
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.removeAll(Collection)552
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.retainAll(Collection)596
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.set(int, Object)466
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.set(int, Object)465
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.1.convertDiff(ListDiff)71
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.fireListChange(int[], Object, Object)304
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.fireListChange(int[], Object, Object)302
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.convertDiff(ListDiff)87
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.fireListChange(int[], Object, Object)410
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.fireListChange(int[], Object, Object)408

org.eclipse.core.databinding.observable.Diffs.createMapDiff(Set, Set, Set, Map, Map)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.putAll(Map)256
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.convertDiff(MapDiff)180
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.convertDiff(MapDiff)112
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.1.convertDiff(SetDiff)150

org.eclipse.core.databinding.observable.Diffs.createMapDiffSingleAdd(Object, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.put(Object, Object)214

org.eclipse.core.databinding.observable.Diffs.createMapDiffSingleChange(Object, Object, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.put(Object, Object)216
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.4.handleValueChange(Object, Object, Object)173
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.notifyIfChanged(Object)134

org.eclipse.core.databinding.observable.Diffs.createMapDiffSingleRemove(Object, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.EntrySetIterator.remove()173
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.EntrySetIterator.remove()173
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.EntrySetIterator.remove()173
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.EntrySetIterator.remove()173

org.eclipse.core.databinding.observable.Diffs.createSetDiff(Set, Set)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.4.remove()200
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.add(Object)157
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.addAll(Collection)269
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.clear()371
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.remove(Object)232
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.removeAll(Collection)306
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.retainAll(Collection)348

org.eclipse.core.databinding.observable.Diffs.createValueDiff(Object, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(ValueDiff)117

org.eclipse.core.databinding.observable.IObservable.addDisposeListener(IDisposeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.PropertyObservableUtil.cascadeDispose(IObservable, IObservable)35

org.eclipse.core.databinding.observable.IObservable.addStaleListener(IStaleListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.ListDelegatingValueObservableList(IObservableList, DelegatingValueProperty)102
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.6.run()161
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapDelegatingValueObservableMap(IObservableMap, DelegatingValueProperty)209
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.7.run()185
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.doAddTo(Object)82
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.doAddTo(Object)82
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.SetDelegatingValueObservableMap(IObservableSet, DelegatingValueProperty)180

org.eclipse.core.databinding.observable.IObservable.dispose()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.PropertyObservableUtil.1.handleDispose(DisposeEvent)37
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.dispose()116
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.dispose()116
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.dispose()115
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.dispose()115
org.eclipse.core.internal.databinding.property.value.DelegatingCache.dispose()184
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.dispose()453
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.lastListenerRemoved()170
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.dispose()382
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.lastListenerRemoved()194

org.eclipse.core.databinding.observable.IObservable.getRealm()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.databinding.property.list.ListProperty.observeDetail(IObservableValue)52
org.eclipse.core.databinding.property.map.MapProperty.observeDetail(IObservableValue)52
org.eclipse.core.databinding.property.set.SetProperty.observeDetail(IObservableValue)53
org.eclipse.core.databinding.property.value.ValueProperty.observeDetail(IObservableValue)56
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.ListDelegatingValueObservableList(IObservableList, DelegatingValueProperty)90
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.ListSimpleValueObservableList(IObservableList, SimpleValueProperty)108
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapDelegatingValueObservableMap(IObservableMap, DelegatingValueProperty)197
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapSimpleValueObservableMap(IObservableMap, SimpleValueProperty)131
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.SetDelegatingValueObservableMap(IObservableSet, DelegatingValueProperty)167

org.eclipse.core.databinding.observable.IObservable.isStale()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.isStale()144
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.isStale()227
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.isStale()238
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.isStale()359
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.isStale()205

org.eclipse.core.databinding.observable.IObservable.removeStaleListener(IStaleListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.dispose()335
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.lastListenerRemoved()168
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.dispose()302
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.lastListenerRemoved()192
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.doRemoveFrom(Object)88
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.doRemoveFrom(Object)88
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.dispose()227

org.eclipse.core.databinding.observable.list.AbstractObservableList.AbstractObservableList(Realm)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.SimplePropertyObservableList(Realm, Object, SimpleListProperty)61
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.ListDelegatingValueObservableList(IObservableList, DelegatingValueProperty)90
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.ListSimpleValueObservableList(IObservableList, SimpleValueProperty)108

org.eclipse.core.databinding.observable.list.AbstractObservableList.add(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.add(Object)-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.add(Object)-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.add(Object)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.addAll(Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.addAll(Collection)-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.addAll(Collection)-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.addAll(Collection)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.addAll(int, Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.addAll(int, Collection)-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.addAll(int, Collection)-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.addAll(int, Collection)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.checkRealm()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.add(int, Object)178
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.add(Object)172
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.addAll(Collection)491
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.addAll(int, Collection)497
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.clear()616
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.move(int, int)254
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.remove(int)438
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.remove(Object)288
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.removeAll(Collection)530
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.retainAll(Collection)572
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.set(int, Object)460
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.set(int, Object)315
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.set(int, Object)421

org.eclipse.core.databinding.observable.list.AbstractObservableList.contains(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.contains(Object)-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.contains(Object)-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.contains(Object)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.containsAll(Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.containsAll(Collection)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.dispose()687
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.dispose()347
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.dispose()463
OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.dispose()-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.dispose()-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.dispose()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.doGetSize()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.doGetSize()-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.doGetSize()-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.doGetSize()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.equals(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.equals(Object)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.fireListChange(ListDiff)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.notifyIfChanged(ListDiff)650
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.fireListChange(int[], Object, Object)307
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.fireListChange(int[], Object, Object)413

org.eclipse.core.databinding.observable.list.AbstractObservableList.firstListenerAdded()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.firstListenerAdded()-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.firstListenerAdded()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.getRealm()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.1.handleEvent(SimplePropertyEvent)74
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.firstListenerAdded()91
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.ListDelegatingValueObservableList(IObservableList, DelegatingValueProperty)93
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.3.handleEvent(SimplePropertyEvent)115
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.firstListenerAdded()156
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.firstListenerAdded()134

org.eclipse.core.databinding.observable.list.AbstractObservableList.hashCode()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.hashCode()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.hasListeners()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.notifyIfChanged(ListDiff)643

org.eclipse.core.databinding.observable.list.AbstractObservableList.indexOf(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.indexOf(Object)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.isDisposed()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.1.handleEvent(SimplePropertyEvent)73
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.dispose()679
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.firstListenerAdded()67
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.1.handleListChange(ListChangeEvent)47
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.handleListChange(ListChangeEvent)64
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.3.handleEvent(SimplePropertyEvent)114

org.eclipse.core.databinding.observable.list.AbstractObservableList.isEmpty()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.isEmpty()-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.isEmpty()-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.isEmpty()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.isStale()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.isStale()-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.isStale()-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.isStale()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.iterator()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.iterator()-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.iterator()-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.iterator()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.lastIndexOf(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.lastIndexOf(Object)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.lastListenerRemoved()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.lastListenerRemoved()-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.lastListenerRemoved()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.move(int, int)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.move(int, int)-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.move(int, int)-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.move(int, int)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.remove(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.remove(Object)-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.remove(Object)-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.remove(Object)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.removeAll(Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.removeAll(Collection)-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.removeAll(Collection)-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.removeAll(Collection)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.retainAll(Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.retainAll(Collection)-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.retainAll(Collection)-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.retainAll(Collection)-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.toArray()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.toArray()-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.toArray()-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.toArray()-1

org.eclipse.core.databinding.observable.list.AbstractObservableList.toArray(Object[])

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.toArray(Object[])-1
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.toArray(Object[])-1
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.toArray(Object[])-1

org.eclipse.core.databinding.observable.list.IObservableList.addListChangeListener(IListChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.ListDelegatingValueObservableList(IObservableList, DelegatingValueProperty)101
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.6.run()160

org.eclipse.core.databinding.observable.list.IObservableList.get(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.get(int)116
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.set(int, Object)316
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.get(int)194
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.set(int, Object)422

org.eclipse.core.databinding.observable.list.IObservableList.isEmpty()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.isEmpty()139
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.isEmpty()222

org.eclipse.core.databinding.observable.list.IObservableList.iterator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.4.(ListDelegatingValueObservableList)150
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.7.(ListSimpleValueObservableList)234
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.contains(Object)213

org.eclipse.core.databinding.observable.list.IObservableList.listIterator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.indicesOf(Object)286
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.indicesOf(Object)392

org.eclipse.core.databinding.observable.list.IObservableList.listIterator(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.5.(ListDelegatingValueObservableList, int)222
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.8.(ListSimpleValueObservableList, int)306

org.eclipse.core.databinding.observable.list.IObservableList.removeListChangeListener(IListChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.dispose()334
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.dispose()448
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.lastListenerRemoved()167

org.eclipse.core.databinding.observable.list.IObservableList.size()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.doGetSize()107
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.doGetSize()181

org.eclipse.core.databinding.observable.list.IObservableList.toArray()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.toArray()187
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.toArray(Object[])197
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.toArray()271
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.toArray(Object[])281

org.eclipse.core.databinding.observable.list.ListDiff.applyTo(List)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SelfListProperty.doSetList(Object, List, ListDiff)45

org.eclipse.core.databinding.observable.list.ListDiff.getDifferences()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.1.convertDiff(ListDiff)62
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.convertDiff(ListDiff)78

org.eclipse.core.databinding.observable.list.ListDiff.isEmpty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.databinding.property.list.SimpleListProperty.setList(Object, List, ListDiff)90
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.notifyIfChanged(ListDiff)648
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.removeAll(Collection)568
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.retainAll(Collection)612

org.eclipse.core.databinding.observable.list.ListDiffEntry.getElement()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.1.convertDiff(ListDiff)68
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.convertDiff(ListDiff)84

org.eclipse.core.databinding.observable.list.ListDiffEntry.getPosition()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.1.convertDiff(ListDiff)66
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.convertDiff(ListDiff)82

org.eclipse.core.databinding.observable.list.ListDiffEntry.isAddition()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.1.convertDiff(ListDiff)67
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.convertDiff(ListDiff)83

org.eclipse.core.databinding.observable.list.MultiList.MultiList(IObservableList[], Object)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.core.databinding.property.list.MultiListProperty.observe(Realm, Object)62

org.eclipse.core.databinding.observable.map.AbstractObservableMap.AbstractObservableMap(Realm)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.SimplePropertyObservableMap(Realm, Object, SimpleMapProperty)61
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapDelegatingValueObservableMap(IObservableMap, DelegatingValueProperty)197
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapSimpleValueObservableMap(IObservableMap, SimpleValueProperty)131
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.SetDelegatingValueObservableMap(IObservableSet, DelegatingValueProperty)167

org.eclipse.core.databinding.observable.map.AbstractObservableMap.checkRealm()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.put(Object, Object)204
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.putAll(Map)233
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.remove(Object)272
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.put(Object, Object)200

org.eclipse.core.databinding.observable.map.AbstractObservableMap.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.dispose()318
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.dispose()314
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.dispose()392
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.dispose()239
OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.dispose()-1
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.dispose()-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.dispose()-1
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.dispose()-1

org.eclipse.core.databinding.observable.map.AbstractObservableMap.fireMapChange(MapDiff)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.notifyIfChanged(MapDiff)291
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.fireMapChange(Set, Object, Object)272
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.notifyIfChanged(Object)319
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.notifyIfChanged(Object)134

org.eclipse.core.databinding.observable.map.AbstractObservableMap.firstListenerAdded()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.firstListenerAdded()-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.firstListenerAdded()-1

org.eclipse.core.databinding.observable.map.AbstractObservableMap.getKeyType()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.getKeyType()-1
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.getKeyType()-1
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.getKeyType()-1

org.eclipse.core.databinding.observable.map.AbstractObservableMap.getRealm()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.1.handleEvent(SimplePropertyEvent)86
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.firstListenerAdded()103
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapDelegatingValueObservableMap(IObservableMap, DelegatingValueProperty)200
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.4.handleEvent(SimplePropertyEvent)138
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.firstListenerAdded()180
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.firstListenerAdded()157
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.SetDelegatingValueObservableMap(IObservableSet, DelegatingValueProperty)170
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.1.handleEvent(SimplePropertyEvent)61

org.eclipse.core.databinding.observable.map.AbstractObservableMap.getValueType()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.getValueType()-1
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.getValueType()-1
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.getValueType()-1

org.eclipse.core.databinding.observable.map.AbstractObservableMap.hasListeners()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.notifyIfChanged(MapDiff)284

org.eclipse.core.databinding.observable.map.AbstractObservableMap.isDisposed()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.1.handleEvent(SimplePropertyEvent)85
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.dispose()310
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.firstListenerAdded()79
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.handleMapChange(MapChangeEvent)129
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.handleMapChange(MapChangeEvent)61
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.4.handleEvent(SimplePropertyEvent)137
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.1.handleSetChange(SetChangeEvent)124
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.1.handleEvent(SimplePropertyEvent)60

org.eclipse.core.databinding.observable.map.AbstractObservableMap.isStale()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.isStale()-1
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.isStale()-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.isStale()-1
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.isStale()-1

org.eclipse.core.databinding.observable.map.AbstractObservableMap.lastListenerRemoved()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.lastListenerRemoved()-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.lastListenerRemoved()-1

org.eclipse.core.databinding.observable.map.ComputedObservableMap.ComputedObservableMap(IObservableSet)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.SetSimpleValueObservableMap(IObservableSet, SimpleValueProperty)51

org.eclipse.core.databinding.observable.map.ComputedObservableMap.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.dispose()163
OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.dispose()-1

org.eclipse.core.databinding.observable.map.ComputedObservableMap.doGet(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.doGet(Object)-1

org.eclipse.core.databinding.observable.map.ComputedObservableMap.doPut(Object, Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.doPut(Object, Object)-1

org.eclipse.core.databinding.observable.map.ComputedObservableMap.firstListenerAdded()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.firstListenerAdded()80
OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.firstListenerAdded()-1

org.eclipse.core.databinding.observable.map.ComputedObservableMap.hookListener(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.hookListener(Object)-1

org.eclipse.core.databinding.observable.map.ComputedObservableMap.isStale()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.isStale()149
OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.isStale()-1

org.eclipse.core.databinding.observable.map.ComputedObservableMap.keySet()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.getObserved()141

org.eclipse.core.databinding.observable.map.ComputedObservableMap.lastListenerRemoved()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.lastListenerRemoved()84
OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.lastListenerRemoved()-1

org.eclipse.core.databinding.observable.map.ComputedObservableMap.unhookListener(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.unhookListener(Object)-1

org.eclipse.core.databinding.observable.map.IObservableMap.addMapChangeListener(IMapChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.DelegateCache(DelegatingCache, IValueProperty)56
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.DelegateCache(DelegatingCache, IValueProperty)56
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapDelegatingValueObservableMap(IObservableMap, DelegatingValueProperty)208
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.7.run()184

org.eclipse.core.databinding.observable.map.IObservableMap.containsKey(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapEntry.getValue()89
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapEntry.getValue()89
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapEntry.setValue(Object)99
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapEntry.setValue(Object)99
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.put(Object, Object)230
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapEntry.getValue()253
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapEntry.getValue()253
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapEntry.setValue(Object)259
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapEntry.setValue(Object)259
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.put(Object, Object)299

org.eclipse.core.databinding.observable.map.IObservableMap.entrySet()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.3.(MapDelegatingValueObservableMapEntrySet)50
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.keysFor(Object)260
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.3.(MapSimpleValueObservableMapEntrySet)215
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.keysFor(Object)347

org.eclipse.core.databinding.observable.map.IObservableMap.get(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.add(Object)64
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.add(Object)64
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.notifyIfChanged(Object)100
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.notifyIfChanged(Object)100
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.get(Object)225
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapEntry.getValue()92
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapEntry.getValue()92
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapEntry.setValue(Object)102
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapEntry.setValue(Object)102
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.put(Object, Object)232
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapEntry.getValue()255
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapEntry.getValue()255
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapEntry.setValue(Object)261
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.MapEntry.setValue(Object)261
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.put(Object, Object)301

org.eclipse.core.databinding.observable.map.IObservableMap.getKeyType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.getKeyType()250

org.eclipse.core.databinding.observable.map.IObservableMap.put(Object, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.put(Object, Object)82
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.put(Object, Object)82

org.eclipse.core.databinding.observable.map.IObservableMap.removeMapChangeListener(IMapChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.dispose()301
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.dispose()377
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.lastListenerRemoved()191

org.eclipse.core.databinding.observable.map.IObservableMap.size()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.EntrySet.size()70
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.EntrySet.size()70
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.EntrySet.size()235
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.EntrySet.size()235

org.eclipse.core.databinding.observable.map.IObservableMap.values()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.handleMapChange(MapChangeEvent)137
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.handleMapChange(MapChangeEvent)132
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.MapDelegatingValueObservableMap(IObservableMap, DelegatingValueProperty)206
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.updateKnownValues()69
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.7.run()182

org.eclipse.core.databinding.observable.map.MapDiff.applyTo(Map)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.map.SelfMapProperty.doSetMap(Object, Map, MapDiff)52

org.eclipse.core.databinding.observable.map.MapDiff.getAddedKeys()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.5.getAddedKeys()-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.8.getAddedKeys()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.convertDiff(MapDiff)146
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.convertDiff(MapDiff)78

org.eclipse.core.databinding.observable.map.MapDiff.getChangedKeys()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.5.getChangedKeys()-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.8.getChangedKeys()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.handleMapChange(MapChangeEvent)93
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.handleMapChange(MapChangeEvent)93
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.convertDiff(MapDiff)162
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.convertDiff(MapDiff)94

org.eclipse.core.databinding.observable.map.MapDiff.getNewValue(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.5.getNewValue(Object)-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.8.getNewValue(Object)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.convertDiff(MapDiff)167
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.convertDiff(MapDiff)149
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.convertDiff(MapDiff)99
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.convertDiff(MapDiff)81

org.eclipse.core.databinding.observable.map.MapDiff.getOldValue(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.5.getOldValue(Object)-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.8.getOldValue(Object)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.convertDiff(MapDiff)166
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.convertDiff(MapDiff)157
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.convertDiff(MapDiff)98
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.convertDiff(MapDiff)89

org.eclipse.core.databinding.observable.map.MapDiff.getRemovedKeys()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.5.getRemovedKeys()-1
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.8.getRemovedKeys()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.1.convertDiff(MapDiff)154
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.convertDiff(MapDiff)86

org.eclipse.core.databinding.observable.map.MapDiff.isEmpty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.databinding.property.map.SimpleMapProperty.setMap(Object, Map, MapDiff)90
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.notifyIfChanged(MapDiff)289

org.eclipse.core.databinding.observable.map.MapDiff.MapDiff()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.5.(MapDelegatingValueObservableMap, Set, Object, Object)272
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.8.(MapSimpleValueObservableMap, Set, Object, Object)319

org.eclipse.core.databinding.observable.masterdetail.MasterDetailObservables.detailList(IObservableValue, IObservableFactory, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.databinding.property.list.ListProperty.observeDetail(IObservableValue)51

org.eclipse.core.databinding.observable.masterdetail.MasterDetailObservables.detailMap(IObservableValue, IObservableFactory, Object, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.databinding.property.map.MapProperty.observeDetail(IObservableValue)51

org.eclipse.core.databinding.observable.masterdetail.MasterDetailObservables.detailSet(IObservableValue, IObservableFactory, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.databinding.property.set.SetProperty.observeDetail(IObservableValue)52

org.eclipse.core.databinding.observable.masterdetail.MasterDetailObservables.detailValue(IObservableValue, IObservableFactory, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.databinding.property.value.ValueProperty.observeDetail(IObservableValue)55

org.eclipse.core.databinding.observable.ObservableEvent.getObservable()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.handleStale(StaleEvent)76
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.handleStale(StaleEvent)76
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.handleValueChange(ValueChangeEvent)72
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.handleValueChange(ValueChangeEvent)72

org.eclipse.core.databinding.observable.ObservableTracker.getterCalled(IObservable)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.getterCalled()112
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.getterCalled()75
org.eclipse.core.internal.databinding.property.value.ListDelegatingValueObservableList.getterCalled()111
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.getterCalled()185
org.eclipse.core.internal.databinding.property.value.MapDelegatingValueObservableMap.getterCalled()220
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.getterCalled()364
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.getterCalled()191
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.isStale()138

org.eclipse.core.databinding.observable.Realm.exec(Runnable)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.1.handleEvent(SimplePropertyEvent)74
org.eclipse.core.internal.databinding.property.list.SimplePropertyObservableList.firstListenerAdded()91
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.1.handleEvent(SimplePropertyEvent)86
org.eclipse.core.internal.databinding.property.map.SimplePropertyObservableMap.firstListenerAdded()103
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.1.handleEvent(SimplePropertyEvent)71
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.firstListenerAdded()88
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.3.handleEvent(SimplePropertyEvent)115
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.firstListenerAdded()156
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.4.handleEvent(SimplePropertyEvent)138
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.firstListenerAdded()180
org.eclipse.core.internal.databinding.property.value.SetSimpleValueObservableMap.1.handleEvent(SimplePropertyEvent)61
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.1.handleEvent(SimplePropertyEvent)63
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.firstListenerAdded()78

org.eclipse.core.databinding.observable.Realm.getDefault()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.databinding.property.list.ListProperty.observe(Object)31
org.eclipse.core.databinding.property.map.MapProperty.observe(Object)31
org.eclipse.core.databinding.property.set.SetProperty.observe(Object)32
org.eclipse.core.databinding.property.value.ValueProperty.observe(Object)35

org.eclipse.core.databinding.observable.set.AbstractObservableSet.AbstractObservableSet(Realm)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.SimplePropertyObservableSet(Realm, Object, SimpleSetProperty)58

org.eclipse.core.databinding.observable.set.AbstractObservableSet.add(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.add(Object)-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.addAll(Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.addAll(Collection)-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.clear()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.clear()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.contains(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.contains(Object)-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.containsAll(Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.containsAll(Collection)-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.equals(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.equals(Object)-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.fireSetChange(SetDiff)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.notifyIfChanged(SetDiff)393

org.eclipse.core.databinding.observable.set.AbstractObservableSet.firstListenerAdded()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.firstListenerAdded()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.getterCalled()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.addAll(Collection)252
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.clear()365
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.contains(Object)124
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.containsAll(Collection)129
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.equals(Object)404
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.hashCode()409
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.isEmpty()134
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.isStale()399
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.iterator()175
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.remove(Object)226
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.removeAll(Collection)286
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.retainAll(Collection)323
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.toArray()139
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.toArray(Object[])144

org.eclipse.core.databinding.observable.set.AbstractObservableSet.getWrappedSet()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.getWrappedSet()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.hashCode()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.hashCode()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.isEmpty()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.isEmpty()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.isStale()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.isStale()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.iterator()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.iterator()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.lastListenerRemoved()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.lastListenerRemoved()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.remove(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.remove(Object)-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.removeAll(Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.removeAll(Collection)-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.retainAll(Collection)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.retainAll(Collection)-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.toArray()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.toArray()-1

org.eclipse.core.databinding.observable.set.AbstractObservableSet.toArray(Object[])

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.toArray(Object[])-1

org.eclipse.core.databinding.observable.set.IObservableSet.add(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.add(Object)62
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.add(Object)62

org.eclipse.core.databinding.observable.set.IObservableSet.addAll(Collection)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.addAll(Collection)171
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.updateKnownElements()73
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.6.run()158
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.updateKnownValues()71
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.7.run()182

org.eclipse.core.databinding.observable.set.IObservableSet.addSetChangeListener(ISetChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegatingCache(Realm, DelegatingValueProperty)128
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.firstListenerAdded()137
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.firstListenerAdded()160
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.SetDelegatingValueObservableMap(IObservableSet, DelegatingValueProperty)179

org.eclipse.core.databinding.observable.set.IObservableSet.contains(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.MapEntry.getValue()86
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.MapEntry.getValue()86
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.MapEntry.setValue(Object)95
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.MapEntry.setValue(Object)95

org.eclipse.core.databinding.observable.set.IObservableSet.getElementType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.DelegateCache(DelegatingCache, IValueProperty)52
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.DelegateCache(DelegatingCache, IValueProperty)52
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.getKeyType()217

org.eclipse.core.databinding.observable.set.IObservableSet.isEmpty()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.add(Object)60
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.add(Object)60

org.eclipse.core.databinding.observable.set.IObservableSet.iterator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.3.(SetDelegatingValueObservableMapEntrySet)50

org.eclipse.core.databinding.observable.set.IObservableSet.remove(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.remove(Object)72
org.eclipse.core.internal.databinding.property.value.DelegatingCache.DelegateCache.remove(Object)72

org.eclipse.core.databinding.observable.set.IObservableSet.removeSetChangeListener(ISetChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.dispose()226

org.eclipse.core.databinding.observable.set.IObservableSet.retainAll(Collection)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.retainAll(Collection)175
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.1.updateKnownElements()72
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.1.updateKnownValues()70

org.eclipse.core.databinding.observable.set.IObservableSet.size()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.EntrySet.size()67
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.EntrySet.size()67

org.eclipse.core.databinding.observable.set.SetDiff.applyTo(Set)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.set.SelfSetProperty.doSetSet(Object, Set, SetDiff)45

org.eclipse.core.databinding.observable.set.SetDiff.getAdditions()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.1.handleSetChange(SetChangeEvent)136
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.5.handleSetChange(SetChangeEvent)147
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.6.handleSetChange(SetChangeEvent)170
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.1.convertDiff(SetDiff)146
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.1.convertDiff(SetDiff)150

org.eclipse.core.databinding.observable.set.SetDiff.getRemovals()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.DelegatingCache.1.handleSetChange(SetChangeEvent)130
org.eclipse.core.internal.databinding.property.value.ListSimpleValueObservableList.5.handleSetChange(SetChangeEvent)139
org.eclipse.core.internal.databinding.property.value.MapSimpleValueObservableMap.6.handleSetChange(SetChangeEvent)162
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.1.convertDiff(SetDiff)150
org.eclipse.core.internal.databinding.property.value.SetDelegatingValueObservableMap.1.convertDiff(SetDiff)142

org.eclipse.core.databinding.observable.set.SetDiff.isEmpty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.databinding.property.set.SimpleSetProperty.setSet(Object, Set, SetDiff)90
org.eclipse.core.internal.databinding.property.set.SimplePropertyObservableSet.notifyIfChanged(SetDiff)391

org.eclipse.core.databinding.observable.set.UnionSet.UnionSet(IObservableSet[], Object)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.core.databinding.property.set.UnionSetProperty.observe(Realm, Object)53

org.eclipse.core.databinding.observable.value.AbstractObservableValue.AbstractObservableValue(Realm)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.SimplePropertyObservableValue(Realm, Object, SimpleValueProperty)50

org.eclipse.core.databinding.observable.value.AbstractObservableValue.doGetValue()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doGetValue()-1

org.eclipse.core.databinding.observable.value.AbstractObservableValue.doSetValue(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(Object)-1

org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(ValueDiff)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(ValueDiff)120

org.eclipse.core.databinding.observable.value.AbstractObservableValue.isStale()

OVERRIDE
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.isStale()-1

org.eclipse.core.databinding.observable.value.IObservableValue.addValueChangeListener(IValueChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.doAddTo(Object)81
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.doAddTo(Object)81

org.eclipse.core.databinding.observable.value.IObservableValue.getValue()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.doGetValue(Object)53

org.eclipse.core.databinding.observable.value.IObservableValue.removeValueChangeListener(IValueChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.doRemoveFrom(Object)87
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.Listener.doRemoveFrom(Object)87

org.eclipse.core.databinding.observable.value.IObservableValue.setValue(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.internal.databinding.property.value.ObservableValueProperty.doSetValue(Object, Object)57

Back to reference summary for org.eclipse.core.databinding.property

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict