All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----store.StorePrinter | +----store.DataStorePrinter
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.
public DataStorePrinter()
public void doAll(DataStore store)
public void action(Data item)
public void doAll(Store s)
public void action(StoreElement e)
All Packages Class Hierarchy This Package Previous Next Index