dip.gui.report
Class SCHistoryWriter

java.lang.Object
  extended bydip.gui.report.SCHistoryWriter

public class SCHistoryWriter
extends java.lang.Object

Writes the Supply Center (SC) History as HTML.

Similar to an nJudge "Status" report.


Method Summary
static void displayDialog(ClientFrame clientFrame, World w)
          Returns the HTML-encoded Supply Center History for an entire game, inside a dialog.
static java.lang.String SCHistoryToHTML(ClientFrame clientFrame, World w, boolean inColor)
          Returns the HTML-encoded Supply Center History for an entire game.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

SCHistoryToHTML

public static java.lang.String SCHistoryToHTML(ClientFrame clientFrame,
                                               World w,
                                               boolean inColor)
Returns the HTML-encoded Supply Center History for an entire game. If MapMetadata is ready, color will be added.


displayDialog

public static void displayDialog(ClientFrame clientFrame,
                                 World w)
Returns the HTML-encoded Supply Center History for an entire game, inside a dialog. If MapMetadata is ready, color will be added. This uses the lazy-load dialog technique.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.