com.croftsoft.apps.client
Class ClientConfig

java.lang.Object
  extended by com.croftsoft.apps.client.ClientConfig

public final class ClientConfig
extends Object

Configuration. Can be modified to be persistent.

Since:
2006-10-30
Version:
$Id: ClientConfig.java,v 1.7 2006/12/09 05:24:59 croft Exp $
Author:
David Wallace Croft

Constructor Summary
ClientConfig()
           
 
Method Summary
 String getBotId()
           
 URL getCodeBase()
           
 String getDefaultCodeBaseName()
           
 Font getFont()
           
 Dimension getFrameSize()
           
 String getFrameTitle()
           
 String getInfo()
           
 String getShutdownConfirmationPrompt()
           
 String getThreadName()
           
 double getUpdateRate()
           
static ClientConfig load(String[] args)
           
 void setBotId(String botId)
           
 void setCodeBase(URL codeBase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConfig

public ClientConfig()
Method Detail

load

public static ClientConfig load(String[] args)

getBotId

public String getBotId()

getCodeBase

public URL getCodeBase()

getDefaultCodeBaseName

public String getDefaultCodeBaseName()

getInfo

public String getInfo()

getFont

public Font getFont()

getFrameSize

public Dimension getFrameSize()

getFrameTitle

public String getFrameTitle()

getShutdownConfirmationPrompt

public String getShutdownConfirmationPrompt()

getThreadName

public String getThreadName()

getUpdateRate

public double getUpdateRate()

setBotId

public void setBotId(String botId)

setCodeBase

public void setCodeBase(URL codeBase)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)