Class GalleryModel<T extends Browsable>
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.util.AbstractChangeable
 - 
- com.inductiveautomation.ignition.designer.thumbnailbrowser.GalleryModel<T>
 
 
 
- 
- All Implemented Interfaces:
 Changeable
public class GalleryModel<T extends Browsable> extends AbstractChangeable
Essentially a holder for a list of browsables that fires a change event when the list changes. 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
changeEvent, listenerList 
 - 
 
- 
Constructor Summary
Constructors Constructor Description GalleryModel() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<T>getBrowsables()voidsetBrowsables(java.util.Collection<T> browsables)- 
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListener 
 - 
 
 -