Home
last modified time | relevance | path

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

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DPlanComponent.java320 private List<Room> otherLevelsRoomsCache; field in PlanComponent
888 otherLevelsRoomsCache = null; in addModelListeners()
910 otherLevelsRoomsCache = null; in addModelListeners()
995 otherLevelsRoomsCache = null; in addModelListeners()
1068 otherLevelsRoomsCache = null; in addModelListeners()
2571 if (this.otherLevelsRoomsCache == null in paintOtherLevels()
2609 if (this.otherLevelsRoomsCache == null) { in paintOtherLevels()
2624 this.otherLevelsRoomsCache = otherLevelsRooms; in paintOtherLevels()
2627 if (this.otherLevelsRoomsCache == null) { in paintOtherLevels()
2628 this.otherLevelsRoomsCache = Collections.emptyList(); in paintOtherLevels()
[all …]