Class AbstractDesignAdapter
java.lang.Object
com.inductiveautomation.perspective.designer.workspace.propertyeditor.AbstractDesignAdapter
- All Implemented Interfaces:
- DesignAdapter
- Direct Known Subclasses:
- SessionPropsAdapter
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidalterEventConfig(EventConfigChange change) voidalterPropertyConfig(PropertyConfigChange change, boolean createUndoAction) voidalterScriptConfig(ScriptConfigChange change) voidprotected abstract JavaJsBridgegetComponentDetails(String componentIndexPath) getSymbolicPath(String indexPath) voidinsertProperty(InsertPropertyChange change) voidremoveChildPropertyConfigs(String componentIndexPath, PropertyType scope, String propertyPath) voidremoveProperty(RemovePropertyChange change, boolean createUndoAction) voidrenameProperty(RenamePropertyChange change, boolean createUndoAction) voidvoidwriteProperties(WritePropertiesChange change) voidwriteProperty(WritePropertyChange change, boolean createUndoAction) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.perspective.designer.api.DesignAdaptergetDeepSelection, getDesignerComponentStore, getEventBus, getSelection, getViewStructure
- 
Field Details- 
context
 
- 
- 
Constructor Details- 
AbstractDesignAdapter
 
- 
- 
Method Details- 
getContext- Specified by:
- getContextin interface- DesignAdapter
 
- 
getBridge
- 
getSymbolicPath- Specified by:
- getSymbolicPathin interface- DesignAdapter
 
- 
getComponentDetails- Specified by:
- getComponentDetailsin interface- DesignAdapter
 
- 
getEffectivePipeSelectionAppearance- Specified by:
- getEffectivePipeSelectionAppearancein interface- DesignAdapter
 
- 
writeProperty- Specified by:
- writePropertyin interface- DesignAdapter
 
- 
writeProperties- Specified by:
- writePropertiesin interface- DesignAdapter
 
- 
insertProperty- Specified by:
- insertPropertyin interface- DesignAdapter
 
- 
renameProperty- Specified by:
- renamePropertyin interface- DesignAdapter
 
- 
removeProperty- Specified by:
- removePropertyin interface- DesignAdapter
 
- 
removeChildPropertyConfigspublic void removeChildPropertyConfigs(String componentIndexPath, PropertyType scope, String propertyPath) - Specified by:
- removeChildPropertyConfigsin interface- DesignAdapter
 
- 
alterPropertyConfig- Specified by:
- alterPropertyConfigin interface- DesignAdapter
 
- 
alterEventConfig- Specified by:
- alterEventConfigin interface- DesignAdapter
 
- 
alterScriptConfig- Specified by:
- alterScriptConfigin interface- DesignAdapter
 
- 
alterViewPermissions- Specified by:
- alterViewPermissionsin interface- DesignAdapter
 
- 
sendRaw- Specified by:
- sendRawin interface- DesignAdapter
 
 
-