Home
last modified time | relevance | path

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

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DCollectionChangeSupport.java30 public class CollectionChangeSupport<T> { class
38 public CollectionChangeSupport(Object source) { in CollectionChangeSupport() method in CollectionChangeSupport
H A DHomeApplication.java32 private final CollectionChangeSupport<Home> homesChangeSupport =
33 new CollectionChangeSupport<Home>(this);
H A DTexturesCatalog.java32 private final CollectionChangeSupport<CatalogTexture> texturesChangeSupport =
33 new CollectionChangeSupport<CatalogTexture>(this);
H A DFurnitureCatalog.java32 private final CollectionChangeSupport<CatalogPieceOfFurniture> furnitureChangeSupport =
33 new CollectionChangeSupport<CatalogPieceOfFurniture>(this);
H A DHome.java85 private transient CollectionChangeSupport<Level> levelsChangeSupport;
87 private transient CollectionChangeSupport<Wall> wallsChangeSupport;
89 private transient CollectionChangeSupport<Room> roomsChangeSupport;
91 private transient CollectionChangeSupport<Polyline> polylinesChangeSupport;
93 private transient CollectionChangeSupport<DimensionLine> dimensionLinesChangeSupport;
95 private transient CollectionChangeSupport<Label> labelsChangeSupport;
425 home.levelsChangeSupport = new CollectionChangeSupport<Level>(home); in initListenersSupport()
426 home.wallsChangeSupport = new CollectionChangeSupport<Wall>(home); in initListenersSupport()
427 home.roomsChangeSupport = new CollectionChangeSupport<Room>(home); in initListenersSupport()
428 home.polylinesChangeSupport = new CollectionChangeSupport<Polyline>(home); in initListenersSupport()
[all …]