All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DBIS.Tools.PlotPageGenerator

java.lang.Object
   |
   +----DBIS.Tools.PageGenerator
           |
           +----DBIS.Tools.PlotPageGenerator

public class PlotPageGenerator
extends PageGenerator
This generates a html page which contains all items These are primarily links to the item page


Constructor Index

 o PlotPageGenerator()
 o PlotPageGenerator(String)
 o PlotPageGenerator(String, String)

Method Index

 o format()
In this case we are overloading the format function Basically the AllPageGenerator has enough information to determine the paraeters required which it does so by invoking the underlying database
 o getParameters(Enumeration)
This function takes an enumeration and determines the required parameters These parameters are determined by a heuristics which is encapsulated in this function and can thus be easily changed or overloaded

Constructors

 o PlotPageGenerator
 public PlotPageGenerator()
 o PlotPageGenerator
 public PlotPageGenerator(String appletCode,
                          String message)
 o PlotPageGenerator
 public PlotPageGenerator(String appletCode)

Methods

 o format
 public String format()
In this case we are overloading the format function Basically the AllPageGenerator has enough information to determine the paraeters required which it does so by invoking the underlying database

 o getParameters
 public Hashtable getParameters(Enumeration enumeration)
This function takes an enumeration and determines the required parameters These parameters are determined by a heuristics which is encapsulated in this function and can thus be easily changed or overloaded


All Packages  Class Hierarchy  This Package  Previous  Next  Index