org.jppf.ui.monitoring.node
Class HTMLPropertiesTableFormat

java.lang.Object
  extended by org.jppf.ui.monitoring.node.PropertiesTableFormat
      extended by org.jppf.ui.monitoring.node.HTMLPropertiesTableFormat

public class HTMLPropertiesTableFormat
extends PropertiesTableFormat

Implementation of a formatter that print the contents of a Properties object as HTML.

Author:
Laurent Cohen

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

HTMLPropertiesTableFormat

public HTMLPropertiesTableFormat(String docTitle)
Initialize this formatter with the specified title.

Parameters:
docTitle - the title of the whole document.
Method Detail

start

public void start()
Write the prologue for the formatted text.

Overrides:
start in class PropertiesTableFormat
See Also:
PropertiesTableFormat.start()

end

public void end()
Write the epilogue for the formatted text.

Overrides:
end in class PropertiesTableFormat
See Also:
PropertiesTableFormat.end()

tableStart

public void tableStart(String title)
Write the prologue of a table.

Overrides:
tableStart in class PropertiesTableFormat
Parameters:
title - the title for the table.
See Also:
PropertiesTableFormat.tableStart(java.lang.String)

tableEnd

public void tableEnd()
Write the prologue of a table.

Overrides:
tableEnd in class PropertiesTableFormat
See Also:
PropertiesTableFormat.tableEnd()

rowStart

public void rowStart()
Write the prologue of a table row.

Overrides:
rowStart in class PropertiesTableFormat
See Also:
PropertiesTableFormat.rowStart()

rowEnd

public void rowEnd()
Write the prologue of a table row.

Overrides:
rowEnd in class PropertiesTableFormat
See Also:
PropertiesTableFormat.rowEnd()

cellStart

public void cellStart()
Write the prologue of a table cell.

Overrides:
cellStart in class PropertiesTableFormat
See Also:
PropertiesTableFormat.cellStart()

cellEnd

public void cellEnd()
Write the prologue of a table cell.

Overrides:
cellEnd in class PropertiesTableFormat
See Also:
PropertiesTableFormat.cellEnd()

cellSeparator

public void cellSeparator()
Write the separator between 2 cells.

Overrides:
cellSeparator in class PropertiesTableFormat
See Also:
PropertiesTableFormat.cellSeparator()


Copyright © 2005-2010 JPPF Team.