public static enum UserPreferencesController.Property extends java.lang.Enum<UserPreferencesController.Property>
Modifier and Type | Method and Description |
---|---|
static UserPreferencesController.Property |
valueOf(java.lang.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.
|
public static final UserPreferencesController.Property LANGUAGE
public static final UserPreferencesController.Property UNIT
public static final UserPreferencesController.Property CURRENCY
public static final UserPreferencesController.Property VALUE_ADDED_TAX_ENABLED
public static final UserPreferencesController.Property MAGNETISM_ENABLED
public static final UserPreferencesController.Property RULERS_VISIBLE
public static final UserPreferencesController.Property GRID_VISIBLE
public static final UserPreferencesController.Property DEFAULT_FONT_NAME
public static final UserPreferencesController.Property FURNITURE_VIEWED_FROM_TOP
public static final UserPreferencesController.Property FURNITURE_MODEL_ICON_SIZE
public static final UserPreferencesController.Property ROOM_FLOOR_COLORED_OR_TEXTURED
public static final UserPreferencesController.Property WALL_PATTERN
public static final UserPreferencesController.Property NEW_WALL_PATTERN
public static final UserPreferencesController.Property NEW_WALL_THICKNESS
public static final UserPreferencesController.Property NEW_WALL_HEIGHT
public static final UserPreferencesController.Property NEW_FLOOR_THICKNESS
public static final UserPreferencesController.Property FURNITURE_CATALOG_VIEWED_IN_TREE
public static final UserPreferencesController.Property NAVIGATION_PANEL_VISIBLE
public static final UserPreferencesController.Property EDITING_IN_3D_VIEW_ENABLED
public static final UserPreferencesController.Property AERIAL_VIEW_CENTERED_ON_SELECTION_ENABLED
public static final UserPreferencesController.Property OBSERVER_CAMERA_SELECTED_AT_CHANGE
public static final UserPreferencesController.Property CHECK_UPDATES_ENABLED
public static final UserPreferencesController.Property AUTO_SAVE_DELAY_FOR_RECOVERY
public static final UserPreferencesController.Property AUTO_SAVE_FOR_RECOVERY_ENABLED
public static UserPreferencesController.Property[] values()
for (UserPreferencesController.Property c : UserPreferencesController.Property.values()) System.out.println(c);
public static UserPreferencesController.Property valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License