net.sf.tm.plugin
Class PreferenceConstants

java.lang.Object
  extended bynet.sf.tm.plugin.PreferenceConstants

public final class PreferenceConstants
extends Object

Class for all plugin preference key definitions. This class is not intended to be instantiated.

Version:
$Id: PreferenceConstants.java,v 1.1 2003/09/12 08:31:35 apataki Exp $
Author:
Andreas Pataki

Field Summary
static String PREF_AUTOUPDATE
          Boolean value.
static boolean PREF_AUTOUPDATE_DEFAULT
          Default value for field autoUpdate
static int PREF_INTERVAL_DEFAULT
          Default value for field intervalField
static String PREF_UPDATE_INTERVAL
          Int value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREF_AUTOUPDATE

public static final String PREF_AUTOUPDATE
Boolean value. If true an automatic update is performed in a baclground thread.

See Also:
Constant Field Values

PREF_AUTOUPDATE_DEFAULT

public static final boolean PREF_AUTOUPDATE_DEFAULT
Default value for field autoUpdate

See Also:
Constant Field Values

PREF_UPDATE_INTERVAL

public static final String PREF_UPDATE_INTERVAL
Int value. If the autoupdate is enabled this value determines the interval in seconds when the update will be performed.

See Also:
Constant Field Values

PREF_INTERVAL_DEFAULT

public static final int PREF_INTERVAL_DEFAULT
Default value for field intervalField

See Also:
Constant Field Values


Copyright © 2003-2004 Andreas Pataki. All Rights Reserved.