public static enum UserPreferences.Property extends java.lang.Enum<UserPreferences.Property>
PropertyChangeListener
s added
to user preferences will be notified under a property name equal to the string value of one these properties.Modifier and Type | Method and Description |
---|---|
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.
|
public static final UserPreferences.Property LANGUAGE
public static final UserPreferences.Property SUPPORTED_LANGUAGES
public static final UserPreferences.Property UNIT
public static final UserPreferences.Property CURRENCY
public static final UserPreferences.Property VALUE_ADDED_TAX_ENABLED
public static final UserPreferences.Property DEFAULT_VALUE_ADDED_TAX_PERCENTAGE
public static final UserPreferences.Property MAGNETISM_ENABLED
public static final UserPreferences.Property RULERS_VISIBLE
public static final UserPreferences.Property GRID_VISIBLE
public static final UserPreferences.Property DEFAULT_FONT_NAME
public static final UserPreferences.Property FURNITURE_VIEWED_FROM_TOP
public static final UserPreferences.Property FURNITURE_MODEL_ICON_SIZE
public static final UserPreferences.Property ROOM_FLOOR_COLORED_OR_TEXTURED
public static final UserPreferences.Property WALL_PATTERN
public static final UserPreferences.Property NEW_WALL_PATTERN
public static final UserPreferences.Property NEW_WALL_THICKNESS
public static final UserPreferences.Property NEW_WALL_HEIGHT
public static final UserPreferences.Property NEW_WALL_SIDEBOARD_THICKNESS
public static final UserPreferences.Property NEW_WALL_SIDEBOARD_HEIGHT
public static final UserPreferences.Property NEW_ROOM_FLOOR_COLOR
public static final UserPreferences.Property NEW_FLOOR_THICKNESS
public static final UserPreferences.Property RECENT_HOMES
public static final UserPreferences.Property IGNORED_ACTION_TIP
public static final UserPreferences.Property FURNITURE_CATALOG_VIEWED_IN_TREE
public static final UserPreferences.Property NAVIGATION_PANEL_VISIBLE
public static final UserPreferences.Property AERIAL_VIEW_CENTERED_ON_SELECTION_ENABLED
public static final UserPreferences.Property OBSERVER_CAMERA_SELECTED_AT_CHANGE
public static final UserPreferences.Property EDITING_IN_3D_VIEW_ENABLED
public static final UserPreferences.Property CHECK_UPDATES_ENABLED
public static final UserPreferences.Property UPDATES_MINIMUM_DATE
public static final UserPreferences.Property AUTO_SAVE_DELAY_FOR_RECOVERY
public static final UserPreferences.Property AUTO_COMPLETION_STRINGS
public static final UserPreferences.Property RECENT_COLORS
public static final UserPreferences.Property RECENT_TEXTURES
public static final UserPreferences.Property HOME_EXAMPLES
public static final UserPreferences.Property PHOTO_RENDERER
public static UserPreferences.Property[] values()
for (UserPreferences.Property c : UserPreferences.Property.values()) System.out.println(c);
public static UserPreferences.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