Searched refs:CollectionChangeSupport (Results 1 – 5 of 5) sorted by relevance
30 public class CollectionChangeSupport<T> { class38 public CollectionChangeSupport(Object source) { in CollectionChangeSupport() method in CollectionChangeSupport
32 private final CollectionChangeSupport<Home> homesChangeSupport = 33 new CollectionChangeSupport<Home>(this);
32 private final CollectionChangeSupport<CatalogTexture> texturesChangeSupport = 33 new CollectionChangeSupport<CatalogTexture>(this);
32 private final CollectionChangeSupport<CatalogPieceOfFurniture> furnitureChangeSupport = 33 new CollectionChangeSupport<CatalogPieceOfFurniture>(this);
85 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 …]