edu.umd.cs.jazz.util
Class ZSceneGraphEditor.ZEditGroupIterator

java.lang.Object
  |
  +--edu.umd.cs.jazz.util.ZSceneGraphEditor.ZEditGroupIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
ZSceneGraphEditor

public class ZSceneGraphEditor.ZEditGroupIterator
extends java.lang.Object
implements java.util.Iterator


Field Summary
protected  ZNode currentEditor
           
 
Constructor Summary
ZSceneGraphEditor.ZEditGroupIterator()
           
 
Method Summary
 boolean hasNext()
           
 ZNode last()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentEditor

protected ZNode currentEditor
Constructor Detail

ZSceneGraphEditor.ZEditGroupIterator

public ZSceneGraphEditor.ZEditGroupIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

last

public ZNode last()


Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.