org.sourceforge.espro.gui
Class Preferences

java.lang.Object
  extended by org.sourceforge.espro.gui.Preferences

public class Preferences
extends java.lang.Object

Title: Questionnaire

Description: A class for the preferences object used within espro.

Copyright: Copyright (c) 2007

Company:

Version:
1.0
Author:
Martin Kaffanke

Constructor Summary
Preferences()
           
 
Method Summary
 java.lang.String getWorkdir()
          Retrieval of the working directory.
 void setWorkdir(java.lang.String wd)
          Sets the working directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preferences

public Preferences()
Method Detail

getWorkdir

public java.lang.String getWorkdir()
Retrieval of the working directory.

Returns:
The working directory as string.

setWorkdir

public void setWorkdir(java.lang.String wd)
Sets the working directory.

Parameters:
wd - The (new) working directory.