All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class store.DataStorePrinter

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

public class DataStorePrinter
extends StorePrinter
A StorePrinter that prints all elements in a DataStore.

This class `disables' the methods doAll() and action() inherited from class StorePrinter, because they work on Stores and StoreElements, while this class is designed to work only on DataStores and Data objects.

This class overrides method doAll(), so it won't call action() on null-elements.

Version:
$Revision: 1.1 $

Constructor Index

 o DataStorePrinter()

Method Index

 o action(Data)
 o action(StoreElement)
 o doAll(DataStore)
 o doAll(Store)

Constructors

 o DataStorePrinter
 public DataStorePrinter()

Methods

 o doAll
 public void doAll(DataStore store)
 o action
 public void action(Data item)
 o doAll
 public void doAll(Store s)
Overrides:
doAll in class StorePrinter
 o action
 public void action(StoreElement e)
Overrides:
action in class StorePrinter

All Packages  Class Hierarchy  This Package  Previous  Next  Index