Sweet Home 3D 4.1

com.eteks.sweethome3d.viewcontroller
Enum RoomController.Property

java.lang.Object
  extended by java.lang.Enum<RoomController.Property>
      extended by 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.


Enum Constant Summary
AREA_VISIBLE
           
CEILING_COLOR
           
CEILING_PAINT
           
CEILING_SHININESS
           
CEILING_VISIBLE
           
FLOOR_COLOR
           
FLOOR_PAINT
           
FLOOR_SHININESS
           
FLOOR_VISIBLE
           
NAME
           
SPLIT_SURROUNDING_WALLS
           
WALL_SIDES_COLOR
           
WALL_SIDES_PAINT
           
WALL_SIDES_SHININESS
           
 
Method Summary
static RoomController.Property valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RoomController.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

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
Method Detail

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

Sweet Home 3D 4.1

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