net.ctdp.rfdynhud.util
Class __UtilHelper

java.lang.Object
  extended by net.ctdp.rfdynhud.util.__UtilHelper

public class __UtilHelper
extends java.lang.Object

Don't use this at home!

Author:
Marvin Froehlich (CTDP)

Field Summary
static java.io.File bordersBolder
           
static java.io.File configFolder
           
static java.lang.String editorPropertyDisplayNameGeneratorClass
           
static java.io.File imagesFolder
           
static java.io.File LOG_FOLDER
           
static java.io.File PLUGIN_FOLDER
           
static PluginINI PLUGIN_INI
           
 
Constructor Summary
__UtilHelper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_FOLDER

public static final java.io.File PLUGIN_FOLDER

PLUGIN_INI

public static final PluginINI PLUGIN_INI

LOG_FOLDER

public static final java.io.File LOG_FOLDER

configFolder

public static java.io.File configFolder

bordersBolder

public static java.io.File bordersBolder

imagesFolder

public static java.io.File imagesFolder

editorPropertyDisplayNameGeneratorClass

public static java.lang.String editorPropertyDisplayNameGeneratorClass
Constructor Detail

__UtilHelper

public __UtilHelper()