Home
last modified time | relevance | path

Searched refs:ROOM_FLOOR_COLORED_OR_TEXTURED (Results 1 – 6 of 6) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/applet/
H A DAppletUserPreferences.java76 …private static final String ROOM_FLOOR_COLORED_OR_TEXTURED = "roomFloorColoredOrTexture… field in AppletUserPreferences
243 …FloorColoredOrTextured(Boolean.parseBoolean(properties.getProperty(ROOM_FLOOR_COLORED_OR_TEXTURED, in AppletUserPreferences()
312 Property.ROOM_FLOOR_COLORED_OR_TEXTURED, in AppletUserPreferences()
410 …properties.setProperty(ROOM_FLOOR_COLORED_OR_TEXTURED, String.valueOf(isRoomFloorColoredOrTextured… in write()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DUserPreferencesController.java39 …FURNITURE_VIEWED_FROM_TOP, FURNITURE_MODEL_ICON_SIZE, ROOM_FLOOR_COLORED_OR_TEXTURED, WALL_PATTERN… enumConstant
448 this.propertyChangeSupport.firePropertyChange(Property.ROOM_FLOOR_COLORED_OR_TEXTURED.name(), in setRoomFloorColoredOrTextured()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DUserPreferences.java55 …FURNITURE_VIEWED_FROM_TOP, FURNITURE_MODEL_ICON_SIZE, ROOM_FLOOR_COLORED_OR_TEXTURED, WALL_PATTERN… enumConstant
843 this.propertyChangeSupport.firePropertyChange(Property.ROOM_FLOOR_COLORED_OR_TEXTURED.name(),
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DFileUserPreferences.java104 …private static final String ROOM_FLOOR_COLORED_OR_TEXTURED = "roomFloorColoredOrTexture… field in FileUserPreferences
316 setFloorColoredOrTextured(preferences.getBoolean(ROOM_FLOOR_COLORED_OR_TEXTURED, in FileUserPreferences()
972 preferences.putBoolean(ROOM_FLOOR_COLORED_OR_TEXTURED, isRoomFloorColoredOrTextured()); in write()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DUserPreferencesPanel.java581 …controller.isPropertyEditable(UserPreferencesController.Property.ROOM_FLOOR_COLORED_OR_TEXTURED)) { in createComponents()
601 …roller.addPropertyChangeListener(UserPreferencesController.Property.ROOM_FLOOR_COLORED_OR_TEXTURED, in createComponents()
H A DPlanComponent.java1083 …preferences.addPropertyChangeListener(UserPreferences.Property.ROOM_FLOOR_COLORED_OR_TEXTURED, pre… in addModelListeners()