minicopier
Class Configuration

java.lang.Object
  extended by minicopier.Configuration

public class Configuration
extends java.lang.Object


Field Summary
static boolean alwaysOnTop
           
static int collisionAction
           
static java.lang.String language
           
static boolean limitSpeed
           
static java.lang.String lookAndFeel
           
static int nbBytesPerS
           
static int symbolicLinkAction
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 void createConfigFile()
           
static int getSpeedValue()
           
static void setProp(java.util.Properties prop)
           
static void setSpeedValue(int i)
           
 boolean wasFirstLaunch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

language

public static java.lang.String language

alwaysOnTop

public static boolean alwaysOnTop

lookAndFeel

public static java.lang.String lookAndFeel

collisionAction

public static int collisionAction

symbolicLinkAction

public static int symbolicLinkAction

limitSpeed

public static boolean limitSpeed

nbBytesPerS

public static int nbBytesPerS
Constructor Detail

Configuration

public Configuration()
Method Detail

setProp

public static void setProp(java.util.Properties prop)

createConfigFile

public final void createConfigFile()

wasFirstLaunch

public boolean wasFirstLaunch()

setSpeedValue

public static void setSpeedValue(int i)

getSpeedValue

public static int getSpeedValue()