Sweet Home 3D 3.4

com.eteks.sweethome3d.model
Enum UserPreferences.Property

java.lang.Object
  extended by java.lang.Enum<UserPreferences.Property>
      extended by com.eteks.sweethome3d.model.UserPreferences.Property
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UserPreferences.Property>
Enclosing class:
UserPreferences

public static enum UserPreferences.Property
extends java.lang.Enum<UserPreferences.Property>

The properties of user preferences that may change. PropertyChangeListeners added to user preferences will be notified under a property name equal to the string value of one these properties.


Enum Constant Summary
AUTO_COMPLETION_STRINGS
           
AUTO_SAVE_DELAY_FOR_RECOVERY
           
FURNITURE_CATALOG_VIEWED_IN_TREE
           
FURNITURE_VIEWED_FROM_TOP
           
GRID_VISIBLE
           
IGNORED_ACTION_TIP
           
LANGUAGE
           
MAGNETISM_ENABLED
           
NAVIGATION_PANEL_VISIBLE
           
NEW_FLOOR_THICKNESS
           
NEW_WALL_HEIGHT
           
NEW_WALL_THICKNESS
           
RECENT_HOMES
           
ROOM_FLOOR_COLORED_OR_TEXTURED
           
RULERS_VISIBLE
           
SUPPORTED_LANGUAGES
           
UNIT
           
WALL_PATTERN
           
 
Method Summary
static UserPreferences.Property valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserPreferences.Property[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LANGUAGE

public static final UserPreferences.Property LANGUAGE

SUPPORTED_LANGUAGES

public static final UserPreferences.Property SUPPORTED_LANGUAGES

UNIT

public static final UserPreferences.Property UNIT

MAGNETISM_ENABLED

public static final UserPreferences.Property MAGNETISM_ENABLED

RULERS_VISIBLE

public static final UserPreferences.Property RULERS_VISIBLE

GRID_VISIBLE

public static final UserPreferences.Property GRID_VISIBLE

FURNITURE_VIEWED_FROM_TOP

public static final UserPreferences.Property FURNITURE_VIEWED_FROM_TOP

ROOM_FLOOR_COLORED_OR_TEXTURED

public static final UserPreferences.Property ROOM_FLOOR_COLORED_OR_TEXTURED

WALL_PATTERN

public static final UserPreferences.Property WALL_PATTERN

NEW_WALL_HEIGHT

public static final UserPreferences.Property NEW_WALL_HEIGHT

NEW_WALL_THICKNESS

public static final UserPreferences.Property NEW_WALL_THICKNESS

NEW_FLOOR_THICKNESS

public static final UserPreferences.Property NEW_FLOOR_THICKNESS

RECENT_HOMES

public static final UserPreferences.Property RECENT_HOMES

IGNORED_ACTION_TIP

public static final UserPreferences.Property IGNORED_ACTION_TIP

FURNITURE_CATALOG_VIEWED_IN_TREE

public static final UserPreferences.Property FURNITURE_CATALOG_VIEWED_IN_TREE

NAVIGATION_PANEL_VISIBLE

public static final UserPreferences.Property NAVIGATION_PANEL_VISIBLE

AUTO_SAVE_DELAY_FOR_RECOVERY

public static final UserPreferences.Property AUTO_SAVE_DELAY_FOR_RECOVERY

AUTO_COMPLETION_STRINGS

public static final UserPreferences.Property AUTO_COMPLETION_STRINGS
Method Detail

values

public static UserPreferences.Property[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (UserPreferences.Property c : UserPreferences.Property.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UserPreferences.Property valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License