Class AbstractDesignAdapter
java.lang.Object
com.inductiveautomation.perspective.designer.workspace.propertyeditor.AbstractDesignAdapter
- All Implemented Interfaces:
DesignAdapter
- Direct Known Subclasses:
SessionPropsAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.perspective.designer.api.DesignAdapter
getDeepSelection, getDesignerComponentStore, getEventBus, getSelection, getViewStructure
-
Field Details
-
context
-
-
Constructor Details
-
AbstractDesignAdapter
-
-
Method Details
-
getContext
- Specified by:
getContextin interfaceDesignAdapter
-
getBridge
-
getSymbolicPath
- Specified by:
getSymbolicPathin interfaceDesignAdapter
-
getComponentDetails
- Specified by:
getComponentDetailsin interfaceDesignAdapter
-
getEffectivePipeSelectionAppearance
- Specified by:
getEffectivePipeSelectionAppearancein interfaceDesignAdapter
-
writeProperty
- Specified by:
writePropertyin interfaceDesignAdapter
-
writeProperties
- Specified by:
writePropertiesin interfaceDesignAdapter
-
insertProperty
- Specified by:
insertPropertyin interfaceDesignAdapter
-
renameProperty
- Specified by:
renamePropertyin interfaceDesignAdapter
-
removeProperty
- Specified by:
removePropertyin interfaceDesignAdapter
-
removeChildPropertyConfigs
public void removeChildPropertyConfigs(String componentIndexPath, PropertyType scope, String propertyPath) - Specified by:
removeChildPropertyConfigsin interfaceDesignAdapter
-
alterPropertyConfig
- Specified by:
alterPropertyConfigin interfaceDesignAdapter
-
alterEventConfig
- Specified by:
alterEventConfigin interfaceDesignAdapter
-
alterScriptConfig
- Specified by:
alterScriptConfigin interfaceDesignAdapter
-
alterViewPermissions
- Specified by:
alterViewPermissionsin interfaceDesignAdapter
-
sendRaw
- Specified by:
sendRawin interfaceDesignAdapter
-