/[svn]/jsampler/trunk/src/org/jsampler/JSPrefs.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/JSPrefs.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1687 by iliev, Mon Dec 3 23:22:02 2007 UTC revision 1688 by iliev, Thu Feb 14 16:52:36 2008 UTC
# Line 91  public class JSPrefs extends PropertyCha Line 91  public class JSPrefs extends PropertyCha
91          /** Property which specifies whether the volume values should be shown in decibels. */          /** Property which specifies whether the volume values should be shown in decibels. */
92          public final static String VOL_MEASUREMENT_UNIT_DECIBEL = "volMeasurementUnitDecibel";          public final static String VOL_MEASUREMENT_UNIT_DECIBEL = "volMeasurementUnitDecibel";
93                    
94            /**
95             * Property which specifies whether the user should manually select a server to connect on startup.
96             */
97            public final static String MANUAL_SERVER_SELECT_ON_STARTUP = "manualServerSelectOnStartup";
98            
99            /**
100             * Integer property which provides the index of the server to connect on startup.
101             */
102            public final static String SERVER_INDEX = "serverIndex";
103            
104                    
105          private final String pathName;          private final String pathName;
106          private final Preferences userPrefs;          private final Preferences userPrefs;

Legend:
Removed from v.1687  
changed lines
  Added in v.1688

  ViewVC Help
Powered by ViewVC