|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObservableMap
Observable Map.
AbstractObservableMap
,
ObservableMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Method Summary | |
---|---|
void |
addMapChangeListener(IMapChangeListener listener)
|
boolean |
containsKey(Object key)
|
boolean |
containsValue(Object value)
|
Set |
entrySet()
|
boolean |
equals(Object o)
|
Object |
get(Object key)
|
Object |
getKeyType()
Returns the element type for the keyset of this
observable map, or null if the keyset is untyped. |
Object |
getValueType()
Returns the element type for the values of this
observable map, or null if the values collection is untyped. |
int |
hashCode()
|
boolean |
isEmpty()
|
Set |
keySet()
|
Object |
put(Object key,
Object value)
|
Object |
remove(Object key)
|
void |
removeMapChangeListener(IMapChangeListener listener)
|
int |
size()
|
Collection |
values()
|
Methods inherited from interface java.util.Map |
---|
clear, putAll |
Methods inherited from interface org.eclipse.core.databinding.observable.IObservable |
---|
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListener |
Method Detail |
---|
Object getKeyType()
keyset
of this
observable map, or null
if the keyset is untyped.
keyset
of this
observable map, or null
if the keyset is untyped.Object getValueType()
values
of this
observable map, or null
if the values collection is untyped.
values
of this
observable map, or null
if the values collection is
untyped.void addMapChangeListener(IMapChangeListener listener)
listener
- void removeMapChangeListener(IMapChangeListener listener)
listener
- int size()
size
in interface Map
boolean isEmpty()
isEmpty
in interface Map
boolean containsKey(Object key)
containsKey
in interface Map
boolean containsValue(Object value)
containsValue
in interface Map
Object get(Object key)
get
in interface Map
Object put(Object key, Object value)
put
in interface Map
Object remove(Object key)
remove
in interface Map
Set keySet()
keySet
in interface Map
Collection values()
values
in interface Map
Set entrySet()
entrySet
in interface Map
boolean equals(Object o)
equals
in interface Map
equals
in class Object
int hashCode()
hashCode
in interface Map
hashCode
in class Object
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.