| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
org.eclipse.emf.edit.provider.Disposable
This implements IDisposable as a set IDisposables that can in turn be disposed.
Constructor Summary | |
Disposable()
This creates an empty instance. | |
Disposable(Collection disposables)
This creates an instance with containing all the given disposables. |
Method Summary | |
boolean | add(Object object)
|
boolean | addAll(Collection collection)
|
void | dispose()
This is called to dispose the disposables. |
Methods inherited from class java.util.HashSet |
clear, clone, contains, isEmpty, iterator, remove, size |
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
containsAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
Constructor Detail |
public Disposable()
public Disposable(Collection disposables)
Method Detail |
public void dispose()
public boolean add(Object object)
public boolean addAll(Collection collection)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |