public class HtmlColumnsPage extends HtmlFormatter
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
HtmlColumnsPage.ColumnInfo |
displayNumRows, encodeComments| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<HtmlColumnsPage.ColumnInfo> |
getColumnInfos()
Returns details about the columns that are displayed on this page.
|
static HtmlColumnsPage |
getInstance()
Singleton accessor
|
protected boolean |
isColumnsPage()
Override and return true if you're the columns page
|
void |
write(Database database,
Collection<Table> tables,
HtmlColumnsPage.ColumnInfo columnInfo,
boolean showOrphansDiagram,
LineWriter html) |
protected void |
writeFooter(LineWriter html) |
void |
writeMainTableHeader(boolean hasTableIds,
HtmlColumnsPage.ColumnInfo selectedColumn,
LineWriter out) |
getDescription, getPathToRoot, isAnomaliesPage, isConstraintsPage, isMainIndex, isOrphansPage, isRelationshipsPage, sourceForgeLogoEnabled, writeExcludedColumns, writeFeedMe, writeGeneratedBy, writeHeader, writeHeader, writeInvalidGraphvizInstallation, writeLegend, writeLegend, writeTableOfContentspublic static HtmlColumnsPage getInstance()
public List<HtmlColumnsPage.ColumnInfo> getColumnInfos()
public void write(Database database, Collection<Table> tables, HtmlColumnsPage.ColumnInfo columnInfo, boolean showOrphansDiagram, LineWriter html) throws IOException
IOExceptionpublic void writeMainTableHeader(boolean hasTableIds,
HtmlColumnsPage.ColumnInfo selectedColumn,
LineWriter out)
throws IOException
IOExceptionprotected void writeFooter(LineWriter html) throws IOException
writeFooter クラス内 HtmlFormatterIOExceptionprotected boolean isColumnsPage()
HtmlFormatterisColumnsPage クラス内 HtmlFormatterCopyright © 2016. All Rights Reserved.