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.AbstractChangeablechangeEvent, listenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description GalleryModel()
 - 
Method SummaryAll 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.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
 
- 
 
-