edu.webfoot.vnc
Class PreferenceConstants

java.lang.Object
  extended by edu.webfoot.vnc.PreferenceConstants

public class PreferenceConstants
extends java.lang.Object

Constant definitions for plug-in preferences.

Author:
Ken Breeman (kbreeman@wpi.edu), Eric Griffel (sniffels@wpi.edu)

Field Summary
static java.lang.String hostName
           
static java.lang.String pass
           
static java.lang.String port
           
static java.lang.String refresh
           
 
Constructor Summary
PreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pass

public static final java.lang.String pass
See Also:
Constant Field Values

port

public static final java.lang.String port
See Also:
Constant Field Values

refresh

public static final java.lang.String refresh
See Also:
Constant Field Values

hostName

public static final java.lang.String hostName
See Also:
Constant Field Values
Constructor Detail

PreferenceConstants

public PreferenceConstants()