|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.com.swz.swttocom.swt.AbstractEnumeration<Object>
Object - the Type that is going to be enumeratedpublic abstract class AbstractEnumeration<Object>
The base class for a COM type enumerations.
| Constructor Summary | |
|---|---|
protected |
AbstractEnumeration(org.eclipse.swt.internal.ole.win32.IEnumVARIANT ienumvariant)
|
| Method Summary | |
|---|---|
abstract Object |
create(org.eclipse.swt.ole.win32.Variant v)
Implementations must unmarshal the specified variant in to a Type that is being enumerated. |
void |
dispose()
Disposes of this enumeration if it has not yet been disposed. |
protected void |
finalize()
If this enuemration has not yet been disposed, the finalizer will register this enumeration with the SWTtoCOM resource manager to ensure it is disposed of. |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
Object |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractEnumeration(org.eclipse.swt.internal.ole.win32.IEnumVARIANT ienumvariant)
| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<Object>public Object nextElement()
nextElement in interface java.util.Enumeration<Object>public void dispose()
dispose in interface IDisposeableResource
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic abstract Object create(org.eclipse.swt.ole.win32.Variant v)
v - the variant that contains the type to be unmarshalled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||