org.gscg.gameleader.dialogs.content.components
Class ContentUtilities

java.lang.Object
  extended byorg.gscg.gameleader.dialogs.content.components.ContentUtilities

public final class ContentUtilities
extends java.lang.Object

Utilities for the content dialog panels.

Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.7
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:57 $
Author:
Stijn-Pieter van Houten

Method Summary
static java.lang.String parseDateToDateString(double date, nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
          Method parseTimeToDateString parses the given time to a date in the form of a String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseDateToDateString

public static java.lang.String parseDateToDateString(double date,
                                                     nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
Method parseTimeToDateString parses the given time to a date in the form of a String

Parameters:
date - the date to parse
simulator - the simulator to use
Returns:
returns a string representing the date


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.