|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.ui.monitoring.node.PropertiesTableFormat
org.jppf.ui.monitoring.node.HTMLPropertiesTableFormat
public class HTMLPropertiesTableFormat
Implementation of a formatter that print the contents of a Properties object as HTML.
| Field Summary |
|---|
| Fields inherited from class org.jppf.ui.monitoring.node.PropertiesTableFormat |
|---|
docTitle, sb |
| Constructor Summary | |
|---|---|
HTMLPropertiesTableFormat(String docTitle)
Initialize this formatter with the specified title. |
|
| Method Summary | |
|---|---|
void |
cellEnd()
Write the prologue of a table cell. |
void |
cellSeparator()
Write the separator between 2 cells. |
void |
cellStart()
Write the prologue of a table cell. |
void |
end()
Write the epilogue for the formatted text. |
void |
rowEnd()
Write the prologue of a table row. |
void |
rowStart()
Write the prologue of a table row. |
void |
start()
Write the prologue for the formatted text. |
void |
tableEnd()
Write the prologue of a table. |
void |
tableStart(String title)
Write the prologue of a table. |
| Methods inherited from class org.jppf.ui.monitoring.node.PropertiesTableFormat |
|---|
formatTable, getText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLPropertiesTableFormat(String docTitle)
docTitle - the title of the whole document.| Method Detail |
|---|
public void start()
start in class PropertiesTableFormatPropertiesTableFormat.start()public void end()
end in class PropertiesTableFormatPropertiesTableFormat.end()public void tableStart(String title)
tableStart in class PropertiesTableFormattitle - the title for the table.PropertiesTableFormat.tableStart(java.lang.String)public void tableEnd()
tableEnd in class PropertiesTableFormatPropertiesTableFormat.tableEnd()public void rowStart()
rowStart in class PropertiesTableFormatPropertiesTableFormat.rowStart()public void rowEnd()
rowEnd in class PropertiesTableFormatPropertiesTableFormat.rowEnd()public void cellStart()
cellStart in class PropertiesTableFormatPropertiesTableFormat.cellStart()public void cellEnd()
cellEnd in class PropertiesTableFormatPropertiesTableFormat.cellEnd()public void cellSeparator()
cellSeparator in class PropertiesTableFormatPropertiesTableFormat.cellSeparator()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||