com.limegroup.gnutella.gui
Class GUIConstants

java.lang.Object
  extended bycom.limegroup.gnutella.gui.GUIConstants

public final class GUIConstants
extends java.lang.Object

Constants used by gui classes.


Field Summary
static java.lang.String CABLE_SPEED
           
static java.lang.String MODEM_SPEED
          Strings for different connection speeds.
static java.lang.String MULTICAST_SPEED
           
static int OUTER_MARGIN
          The number of pixels in the margin of a padded panel.
static java.lang.String PLUG_ICON
          Constant for the locale-specific resource key for the icon for the plug.
static int SEPARATOR
          Standard number of pixels that should separate many different types of gui components.
static java.lang.String T1_SPEED
           
static java.lang.String T3_SPEED
           
static int UPDATE_TIME
          the interval between statistics updates.
 
Constructor Summary
GUIConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUG_ICON

public static final java.lang.String PLUG_ICON
Constant for the locale-specific resource key for the icon for the plug.

See Also:
Constant Field Values

OUTER_MARGIN

public static final int OUTER_MARGIN
The number of pixels in the margin of a padded panel.

See Also:
Constant Field Values

SEPARATOR

public static final int SEPARATOR
Standard number of pixels that should separate many different types of gui components.

See Also:
Constant Field Values

MODEM_SPEED

public static final java.lang.String MODEM_SPEED
Strings for different connection speeds.


CABLE_SPEED

public static final java.lang.String CABLE_SPEED

T1_SPEED

public static final java.lang.String T1_SPEED

T3_SPEED

public static final java.lang.String T3_SPEED

MULTICAST_SPEED

public static final java.lang.String MULTICAST_SPEED

UPDATE_TIME

public static final int UPDATE_TIME
the interval between statistics updates.

See Also:
Constant Field Values
Constructor Detail

GUIConstants

public GUIConstants()