|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.schemaspy.view.HtmlFormatter
public class HtmlFormatter
| Field Summary | |
|---|---|
protected boolean |
displayTableComments
|
protected boolean |
encodeComments
|
| Constructor Summary | |
|---|---|
protected |
HtmlFormatter()
|
| Method Summary | |
|---|---|
protected String |
getDescription(Database db,
Table table,
String text,
boolean hoverHelp)
|
protected String |
getPathToRoot()
Override if your output doesn't live in the root directory. |
protected boolean |
isAnomaliesPage()
Override and return true if you're the anomalies page |
protected boolean |
isColumnsPage()
Override and return true if you're the columns page |
protected boolean |
isConstraintsPage()
Override and return true if you're the constraints page |
protected boolean |
isMainIndex()
Override and return true if you're the main index page. |
protected boolean |
isOneOfMultipleSchemas()
Nasty way of dealing with 'global' variables. |
protected boolean |
isOrphansPage()
Override and return true if you're the orphans page. |
protected boolean |
isRelationshipsPage()
Override and return true if you're the relationships page. |
protected boolean |
sourceForgeLogoEnabled()
|
protected void |
writeExcludedColumns(Set excludedColumns,
LineWriter html)
|
protected void |
writeFeedMe(LineWriter html)
|
protected void |
writeFooter(LineWriter html)
|
protected void |
writeGeneratedBy(String connectTime,
LineWriter html)
|
protected void |
writeHeader(Database db,
Table table,
String text,
boolean showOrphans,
LineWriter out)
|
protected void |
writeInvalidGraphvizInstallation(LineWriter html)
|
protected void |
writeLegend(boolean tableDetails,
boolean graphDetails,
LineWriter out)
|
protected void |
writeLegend(boolean tableDetails,
LineWriter out)
|
protected void |
writeTableOfContents(boolean showOrphans,
LineWriter html)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final boolean encodeComments
protected final boolean displayTableComments
| Constructor Detail |
|---|
protected HtmlFormatter()
| Method Detail |
|---|
protected void writeHeader(Database db,
Table table,
String text,
boolean showOrphans,
LineWriter out)
throws IOException
IOException
protected void writeGeneratedBy(String connectTime,
LineWriter html)
throws IOException
IOException
protected void writeTableOfContents(boolean showOrphans,
LineWriter html)
throws IOException
IOException
protected String getDescription(Database db,
Table table,
String text,
boolean hoverHelp)
protected boolean sourceForgeLogoEnabled()
protected void writeLegend(boolean tableDetails,
LineWriter out)
throws IOException
IOException
protected void writeLegend(boolean tableDetails,
boolean graphDetails,
LineWriter out)
throws IOException
IOException
protected void writeFeedMe(LineWriter html)
throws IOException
IOException
protected void writeExcludedColumns(Set excludedColumns,
LineWriter html)
throws IOException
IOException
protected void writeInvalidGraphvizInstallation(LineWriter html)
throws IOException
IOException
protected void writeFooter(LineWriter html)
throws IOException
IOExceptionprotected String getPathToRoot()
protected boolean isMainIndex()
protected boolean isRelationshipsPage()
protected boolean isOrphansPage()
protected boolean isConstraintsPage()
protected boolean isAnomaliesPage()
protected boolean isColumnsPage()
protected boolean isOneOfMultipleSchemas()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||