Class DsaInventory

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.AbstractSequentialList
                    |
                    +--java.util.LinkedList
                          |
                          +--DsaInventory
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, DsaRandomizer, java.util.EventListener, java.awt.event.ItemListener, java.util.List, java.io.Serializable

public class DsaInventory
extends java.util.LinkedList
implements java.awt.event.ItemListener, DsaRandomizer

Diese Klasse dient zum bearbeiten und speichern des Inventories.

Version:
1.0 2002/10/01
Author:
Bernhard Fiser
See Also:
Serialized Form

Field Summary
 java.awt.TextArea area
           
 java.awt.Choice choice
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
DsaInventory(java.lang.String s)
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent event)
           
 void randomize()
           
 void read()
           
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Field Detail

area

public java.awt.TextArea area

choice

public java.awt.Choice choice
Constructor Detail

DsaInventory

public DsaInventory(java.lang.String s)
Method Detail

read

public void read()

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent event)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener

randomize

public void randomize()
Specified by:
randomize in interface DsaRandomizer