/[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 1326 by iliev, Fri Aug 31 14:25:45 2007 UTC revision 1327 by iliev, Fri Sep 7 12:09:59 2007 UTC
# Line 135  public class JSPrefs extends PropertyCha Line 135  public class JSPrefs extends PropertyCha
135           * Gets the default value for the specified property.           * Gets the default value for the specified property.
136           * The default value is used when the property is not set.           * The default value is used when the property is not set.
137           * Override this method to provide custom default values for specific properties.           * Override this method to provide custom default values for specific properties.
138           * @name The name of the property whose default value should be obtained.           * @param name The name of the property whose default value should be obtained.
139           * @return <code>null</code>           * @return <code>null</code>
140           * @see #getStringProperty(String name)           * @see #getStringProperty(String name)
141           */           */
# Line 206  public class JSPrefs extends PropertyCha Line 206  public class JSPrefs extends PropertyCha
206           * Gets the default value for the specified property.           * Gets the default value for the specified property.
207           * The default value is used when the property is not set.           * The default value is used when the property is not set.
208           * Override this method to provide custom default values for specific properties.           * Override this method to provide custom default values for specific properties.
209           * @name The name of the property whose default value should be obtained.           * @param name The name of the property whose default value should be obtained.
210           * @return An empty array.           * @return An empty array.
211           * @see #getStringListProperty(String name)           * @see #getStringListProperty(String name)
212           */           */
# Line 239  public class JSPrefs extends PropertyCha Line 239  public class JSPrefs extends PropertyCha
239           * Gets the default value for the specified property.           * Gets the default value for the specified property.
240           * The default value is used when the property is not set.           * The default value is used when the property is not set.
241           * Override this method to provide custom default values for specific properties.           * Override this method to provide custom default values for specific properties.
242           * @name The name of the property whose default value should be obtained.           * @param name The name of the property whose default value should be obtained.
243           * @return <code>0</code>           * @return <code>0</code>
244           * @see #getIntProperty(String name)           * @see #getIntProperty(String name)
245           */           */
# Line 296  public class JSPrefs extends PropertyCha Line 296  public class JSPrefs extends PropertyCha
296           * Gets the default value for the specified property.           * Gets the default value for the specified property.
297           * The default value is used when the property is not set.           * The default value is used when the property is not set.
298           * Override this method to provide custom default values for specific properties.           * Override this method to provide custom default values for specific properties.
299           * @name The name of the property whose default value should be obtained.           * @param name The name of the property whose default value should be obtained.
300           * @return <code>false</code>           * @return <code>false</code>
301           * @see #getBoolProperty(String name)           * @see #getBoolProperty(String name)
302           */           */

Legend:
Removed from v.1326  
changed lines
  Added in v.1327

  ViewVC Help
Powered by ViewVC