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 Summary
Constructors Constructor Description ComponentDesignDelegateRegistryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ComponentDesignDelegate>
find(java.lang.String typeId)
void
register(java.lang.String componentTypeId, ComponentDesignDelegate delegate)
void
remove(java.lang.String componentTypeId)
-
-
-
Method Detail
-
register
public void register(java.lang.String componentTypeId, ComponentDesignDelegate delegate)
- Specified by:
register
in interfaceComponentDesignDelegateRegistry
-
remove
public void remove(java.lang.String componentTypeId)
- Specified by:
remove
in interfaceComponentDesignDelegateRegistry
-
find
public java.util.Optional<ComponentDesignDelegate> find(java.lang.String typeId)
- Specified by:
find
in interfaceComponentDesignDelegateRegistry
-
-