Constant Field Values


Contents
speedscheduler.*

speedscheduler.speedscheduler.HourSpanComposite
private static final java.lang.String WARNING_START_AFTER_END "Start time is after end time."
private static final java.lang.String WARNING_ZERO_MINUTE_SPAN "Zero minutes selected."

speedscheduler.Log
public static final int DEBUG 0
public static final int ERROR 3
public static final int FORCE 5
public static final int GRAPHICAL 4
public static final int INFO 1
public static final int NONE 2147483647
public static final int WARN 2

speedscheduler.ScheduleEditDialog
private static final int MARGIN_HEIGHT 15
private static final int MARGIN_WIDTH 15

speedscheduler.SpeedSchedulerPlugin
private static final java.lang.String AUTO_SPEED_ENABLED_CONFIG_VAR "enable"
private static final java.lang.String AUTO_SPEED_MAX_UPLOAD_CONFIG_VAR "maximumUp"
private static final java.lang.String AUTO_SPEED_PLUGIN_NAME "Auto Speed"
private static final java.lang.String AUTO_SPEED_WARNED_PARAM "autospeed.hasbeenwarned"
private static final java.lang.String ENABLED_PARAM "speedscheduler.enabled"
private static final java.lang.String MAX_DOWNLOAD_SPEED_PARAM "Max Download Speed KBs"
private static final java.lang.String MAX_UPLOAD_SPEED_PARAM "Max Upload Speed KBs"

speedscheduler.SpeedSchedulerThread
private static final int DEFAULT_SLEEP_TIME 60000
private static final int MIN_SLEEP_TIME 1000

speedscheduler.SpeedSchedulerView
private static final int BUTTON_PADDING 5
private static final java.lang.String HELP_URL "http://students.cs.byu.edu/~djsmith/azureus/faq.php"
private static final int MARGIN_HEIGHT 15
private static final int MARGIN_WIDTH 15

speedscheduler.TimeUtils
public static final int WEEK_LEN 7

speedscheduler.io.*

speedscheduler.io.XmlScheduleIO
private static final java.lang.String INDENT " "