Class SymbolStateConfig
java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.perspective.common.config.symbols.SymbolStateConfig
- All Implemented Interfaces:
- Changeable
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
- 
Constructor SummaryConstructorsConstructorDescriptionSymbolStateConfig(SymbolStateConfig config) SymbolStateConfig(String name, Map<String, SymbolThemeConfig> themes, Set<String> appliedSymbols) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanstatic SymbolStateConfiggetName()inthashCode()voidremoveSymbol(String symbolName) voidsetAppliedSymbols(Set<String> appliedSymbols) voidvoidsetThemes(Map<String, SymbolThemeConfig> themes) Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
- 
Constructor Details- 
SymbolStateConfig
- 
SymbolStateConfig
 
- 
- 
Method Details- 
fromJsonpublic static SymbolStateConfig fromJson(String stateName, com.inductiveautomation.ignition.common.gson.JsonElement json) 
- 
getName
- 
setName
- 
getThemes
- 
getTheme
- 
setThemes
- 
addSymbol
- 
removeSymbol
- 
getAppliedSymbols
- 
setAppliedSymbols
- 
equals
- 
hashCodepublic int hashCode()
 
-