Class ComponentDesignDelegateRegistryImpl
- java.lang.Object
- 
- com.inductiveautomation.perspective.designer.delegates.ComponentDesignDelegateRegistryImpl
 
- 
- All Implemented Interfaces:
- ComponentDesignDelegateRegistry
 
 public class ComponentDesignDelegateRegistryImpl extends java.lang.Object implements ComponentDesignDelegateRegistry 
- 
- 
Constructor SummaryConstructors Constructor Description ComponentDesignDelegateRegistryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ComponentDesignDelegate>find(java.lang.String typeId)voidregister(java.lang.String componentTypeId, ComponentDesignDelegate delegate)voidremove(java.lang.String componentTypeId)
 
- 
- 
- 
Method Detail- 
registerpublic void register(java.lang.String componentTypeId, ComponentDesignDelegate delegate)- Specified by:
- registerin interface- ComponentDesignDelegateRegistry
 
 - 
removepublic void remove(java.lang.String componentTypeId) - Specified by:
- removein interface- ComponentDesignDelegateRegistry
 
 - 
findpublic java.util.Optional<ComponentDesignDelegate> find(java.lang.String typeId) - Specified by:
- findin interface- ComponentDesignDelegateRegistry
 
 
- 
 
-