Sweet Home 3D 4.0

com.eteks.sweethome3d.viewcontroller
Enum UserPreferencesController.Property

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

public static enum UserPreferencesController.Property
extends Enum<UserPreferencesController.Property>

The properties that may be edited by the view associated to this controller.


Enum Constant Summary
AERIAL_VIEW_CENTERED_ON_SELECTION_ENABLED
           
AUTO_SAVE_DELAY_FOR_RECOVERY
           
AUTO_SAVE_FOR_RECOVERY_ENABLED
           
CHECK_UPDATES_ENABLED
           
FURNITURE_CATALOG_VIEWED_IN_TREE
           
FURNITURE_VIEWED_FROM_TOP
           
GRID_VISIBLE
           
LANGUAGE
           
MAGNETISM_ENABLED
           
NAVIGATION_PANEL_VISIBLE
           
NEW_FLOOR_THICKNESS
           
NEW_WALL_HEIGHT
           
NEW_WALL_PATTERN
           
NEW_WALL_THICKNESS
           
ROOM_FLOOR_COLORED_OR_TEXTURED
           
RULERS_VISIBLE
           
UNIT
           
WALL_PATTERN
           
 
Method Summary
static UserPreferencesController.Property valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserPreferencesController.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 UserPreferencesController.Property LANGUAGE

UNIT

public static final UserPreferencesController.Property UNIT

MAGNETISM_ENABLED

public static final UserPreferencesController.Property MAGNETISM_ENABLED

RULERS_VISIBLE

public static final UserPreferencesController.Property RULERS_VISIBLE

GRID_VISIBLE

public static final UserPreferencesController.Property GRID_VISIBLE

FURNITURE_VIEWED_FROM_TOP

public static final UserPreferencesController.Property FURNITURE_VIEWED_FROM_TOP

ROOM_FLOOR_COLORED_OR_TEXTURED

public static final UserPreferencesController.Property ROOM_FLOOR_COLORED_OR_TEXTURED

WALL_PATTERN

public static final UserPreferencesController.Property WALL_PATTERN

NEW_WALL_PATTERN

public static final UserPreferencesController.Property NEW_WALL_PATTERN

NEW_WALL_THICKNESS

public static final UserPreferencesController.Property NEW_WALL_THICKNESS

NEW_WALL_HEIGHT

public static final UserPreferencesController.Property NEW_WALL_HEIGHT

NEW_FLOOR_THICKNESS

public static final UserPreferencesController.Property NEW_FLOOR_THICKNESS

FURNITURE_CATALOG_VIEWED_IN_TREE

public static final UserPreferencesController.Property FURNITURE_CATALOG_VIEWED_IN_TREE

NAVIGATION_PANEL_VISIBLE

public static final UserPreferencesController.Property NAVIGATION_PANEL_VISIBLE

AERIAL_VIEW_CENTERED_ON_SELECTION_ENABLED

public static final UserPreferencesController.Property AERIAL_VIEW_CENTERED_ON_SELECTION_ENABLED

CHECK_UPDATES_ENABLED

public static final UserPreferencesController.Property CHECK_UPDATES_ENABLED

AUTO_SAVE_DELAY_FOR_RECOVERY

public static final UserPreferencesController.Property AUTO_SAVE_DELAY_FOR_RECOVERY

AUTO_SAVE_FOR_RECOVERY_ENABLED

public static final UserPreferencesController.Property AUTO_SAVE_FOR_RECOVERY_ENABLED
Method Detail

values

public static UserPreferencesController.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 (UserPreferencesController.Property c : UserPreferencesController.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 UserPreferencesController.Property valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Sweet Home 3D 4.0

© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License