de.elo.client.scripting.items
Class TaskElementEnumeration

java.lang.Object
  extended by de.elo.client.scripting.items.TaskElementEnumeration
All Implemented Interfaces:
java.util.Enumeration<TaskElement>

public class TaskElementEnumeration
extends java.lang.Object
implements java.util.Enumeration<TaskElement>

Überschrift: TaskElementEnumeration.

Beschreibung: Eine Aufzählung von TaskElementen im ELO.

Copyright: Copyright (c) ELO Digital Office GmbH 2007, 2011


Constructor Summary
TaskElementEnumeration(de.elo.client.maindialog.Workspace workspace, TaskElement[] tasks)
          Konstruktor.
 
Method Summary
 boolean hasMoreElements()
          Meldet zurück, ob die Aufzählung weitere Elemente enthält.
 TaskElement nextElement()
          Liefert die nächste Aufgabe aus der Aufzählung zurück.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskElementEnumeration

public TaskElementEnumeration(de.elo.client.maindialog.Workspace workspace,
                              TaskElement[] tasks)
Konstruktor.

Parameters:
workspace - Aktueller Arbeitsbereich
tasks - Liste mit Aufgaben
Method Detail

hasMoreElements

public boolean hasMoreElements()
Meldet zurück, ob die Aufzählung weitere Elemente enthält.

Specified by:
hasMoreElements in interface java.util.Enumeration<TaskElement>
Returns:
True wenn weitere Elemente vorhanden sind, False wenn nicht

nextElement

public TaskElement nextElement()
Liefert die nächste Aufgabe aus der Aufzählung zurück.

Specified by:
nextElement in interface java.util.Enumeration<TaskElement>