com.eteks.sweethome3d.viewcontroller
Enum RoomController.Property
java.lang.Object
java.lang.Enum<RoomController.Property>
com.eteks.sweethome3d.viewcontroller.RoomController.Property
- All Implemented Interfaces:
- Serializable, Comparable<RoomController.Property>
- Enclosing class:
- RoomController
public static enum RoomController.Property
- extends Enum<RoomController.Property>
The properties that may be edited by the view associated to this controller.
NAME
public static final RoomController.Property NAME
AREA_VISIBLE
public static final RoomController.Property AREA_VISIBLE
FLOOR_VISIBLE
public static final RoomController.Property FLOOR_VISIBLE
FLOOR_COLOR
public static final RoomController.Property FLOOR_COLOR
FLOOR_PAINT
public static final RoomController.Property FLOOR_PAINT
FLOOR_SHININESS
public static final RoomController.Property FLOOR_SHININESS
CEILING_VISIBLE
public static final RoomController.Property CEILING_VISIBLE
CEILING_COLOR
public static final RoomController.Property CEILING_COLOR
CEILING_PAINT
public static final RoomController.Property CEILING_PAINT
CEILING_SHININESS
public static final RoomController.Property CEILING_SHININESS
SPLIT_SURROUNDING_WALLS
public static final RoomController.Property SPLIT_SURROUNDING_WALLS
WALL_SIDES_COLOR
public static final RoomController.Property WALL_SIDES_COLOR
WALL_SIDES_PAINT
public static final RoomController.Property WALL_SIDES_PAINT
WALL_SIDES_SHININESS
public static final RoomController.Property WALL_SIDES_SHININESS
values
public static RoomController.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 (RoomController.Property c : RoomController.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 RoomController.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