All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class store.StorePrinter

java.lang.Object
   |
   +----store.StorePrinter

public class StorePrinter
extends Object
implements StoreIterator
A StoreIterator that prints all elements in a Store. Just like ModuleStoreIterator, it `disables' the methods doAll() and action() from the interface Iterator (inherited through StoreIterator), because they work on Objects, while this class is designed to work only on Stores.

Version:
$Revision: 1.6 $

Variable Index

 o result

Constructor Index

 o StorePrinter()

Method Index

 o action(Object)
 o action(StoreElement)
 o doAll(Object)
 o doAll(Store)
 o getResult()
 o postAction()
 o preAction()

Variables

 o result
 protected String result

Constructors

 o StorePrinter
 public StorePrinter()

Methods

 o doAll
 public void doAll(Store store)
 o preAction
 public void preAction()
 o action
 public void action(StoreElement item)
 o postAction
 public void postAction()
 o getResult
 public String getResult()
 o doAll
 public void doAll(Object s)
 o action
 public void action(Object e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index