Class DesignerComponentStoreBridgeImpl
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.AbstractChangeable
- 
- com.inductiveautomation.perspective.designer.workspace.propertyeditor.DesignerComponentStoreBridgeImpl
 
 
- 
- All Implemented Interfaces:
- Changeable,- DesignerComponentStoreBridge
 
 public class DesignerComponentStoreBridgeImpl extends AbstractChangeable implements DesignerComponentStoreBridge 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description DesignerComponentStoreBridgeImpl(com.teamdev.jxbrowser.js.JsObject store)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.inductiveautomation.ignition.common.gson.JsonObjectgetDesignerState()com.inductiveautomation.ignition.common.gson.JsonObjectgetProps()voidupdateDesignerState(com.inductiveautomation.ignition.common.gson.JsonElement write)Calls updateDesignerState with the given object.voidwriteToProps(java.lang.String path, com.inductiveautomation.ignition.common.gson.JsonElement write)- 
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.util.ChangeableaddChangeListener, removeChangeListener
 
- 
 
- 
- 
- 
Method Detail- 
getPropspublic com.inductiveautomation.ignition.common.gson.JsonObject getProps() - Specified by:
- getPropsin interface- DesignerComponentStoreBridge
- Returns:
- the props of the deeply selected component.
 
 - 
getDesignerStatepublic com.inductiveautomation.ignition.common.gson.JsonObject getDesignerState() - Specified by:
- getDesignerStatein interface- DesignerComponentStoreBridge
- Returns:
- The designerState structure of the deeply selected component.
 
 - 
updateDesignerStatepublic void updateDesignerState(com.inductiveautomation.ignition.common.gson.JsonElement write) Description copied from interface:DesignerComponentStoreBridgeCalls updateDesignerState with the given object. The values in the object will be merged in with the existing- Specified by:
- updateDesignerStatein interface- DesignerComponentStoreBridge
 
 - 
writeToPropspublic void writeToProps(java.lang.String path, com.inductiveautomation.ignition.common.gson.JsonElement write)- Specified by:
- writeToPropsin interface- DesignerComponentStoreBridge
 
 
- 
 
-