net.sourceforge.schemaspy.view
Class HtmlMainIndexPage

java.lang.Object
  extended by net.sourceforge.schemaspy.view.HtmlFormatter
      extended by net.sourceforge.schemaspy.view.HtmlMainIndexPage

public class HtmlMainIndexPage
extends HtmlFormatter


Field Summary
 
Fields inherited from class net.sourceforge.schemaspy.view.HtmlFormatter
displayTableComments, encodeComments
 
Method Summary
static HtmlMainIndexPage getInstance()
           
protected  boolean isMainIndex()
          Override and return true if you're the main index page.
 void write(Database database, Collection tables, boolean showOrphansGraph, LineWriter html)
           
protected  void writeFooter(int numRows, LineWriter html)
           
 
Methods inherited from class net.sourceforge.schemaspy.view.HtmlFormatter
getDescription, getPathToRoot, isAnomaliesPage, isColumnsPage, isConstraintsPage, isOneOfMultipleSchemas, isOrphansPage, isRelationshipsPage, sourceForgeLogoEnabled, writeExcludedColumns, writeFeedMe, writeFooter, writeGeneratedBy, writeHeader, writeInvalidGraphvizInstallation, writeLegend, writeLegend, writeTableOfContents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HtmlMainIndexPage getInstance()

write

public void write(Database database,
                  Collection tables,
                  boolean showOrphansGraph,
                  LineWriter html)
           throws IOException
Throws:
IOException

writeFooter

protected void writeFooter(int numRows,
                           LineWriter html)
                    throws IOException
Throws:
IOException

isMainIndex

protected boolean isMainIndex()
Description copied from class: HtmlFormatter
Override and return true if you're the main index page.

Overrides:
isMainIndex in class HtmlFormatter
Returns:
boolean


Copyright © 2007-2010. All Rights Reserved.