public class HtmlFormatter extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
displayNumRows |
protected boolean |
encodeComments |
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
HtmlFormatter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 |
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<TableColumn> excludedColumns,
Table table,
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)
Convenience method for all those formatters that don't deal with JavaScript
|
protected void |
writeHeader(Database db,
Table table,
String text,
boolean showOrphans,
List<String> javascript,
LineWriter out) |
protected void |
writeInvalidGraphvizInstallation(LineWriter html) |
protected void |
writeLegend(boolean tableDetails,
boolean diagramDetails,
LineWriter out) |
protected void |
writeLegend(boolean tableDetails,
LineWriter out) |
protected void |
writeTableOfContents(boolean showOrphans,
LineWriter html) |
protected final boolean encodeComments
protected final boolean displayNumRows
protected void writeHeader(Database db, Table table, String text, boolean showOrphans, List<String> javascript, LineWriter out) throws IOException
IOExceptionprotected void writeHeader(Database db, Table table, String text, boolean showOrphans, LineWriter out) throws IOException
IOExceptionprotected void writeGeneratedBy(String connectTime, LineWriter html) throws IOException
IOExceptionprotected void writeTableOfContents(boolean showOrphans,
LineWriter html)
throws IOException
IOExceptionprotected String getDescription(Database db, Table table, String text, boolean hoverHelp)
protected boolean sourceForgeLogoEnabled()
protected void writeLegend(boolean tableDetails,
LineWriter out)
throws IOException
IOExceptionprotected void writeLegend(boolean tableDetails,
boolean diagramDetails,
LineWriter out)
throws IOException
IOExceptionprotected void writeFeedMe(LineWriter html) throws IOException
IOExceptionprotected void writeExcludedColumns(Set<TableColumn> excludedColumns, Table table, LineWriter html) throws IOException
IOExceptionprotected void writeInvalidGraphvizInstallation(LineWriter html) throws IOException
IOExceptionprotected 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()
Copyright © 2016. All Rights Reserved.