Class PropertySuggestionSourceRegistryImpl
- java.lang.Object
- 
- com.inductiveautomation.perspective.designer.workspace.propertyeditor.PropertySuggestionSourceRegistryImpl
 
- 
- All Implemented Interfaces:
- PropertySuggestionSourceRegistry
 
 public class PropertySuggestionSourceRegistryImpl extends java.lang.Object implements PropertySuggestionSourceRegistry 
- 
- 
Field Summary- 
Fields inherited from interface com.inductiveautomation.perspective.designer.api.PropertySuggestionSourceRegistrySUGGESTION_EXTENSION
 
- 
 - 
Constructor SummaryConstructors Constructor Description PropertySuggestionSourceRegistryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<SuggestionSource>findSuggestionSource(java.lang.String key)voidregisterSuggestionSource(java.lang.String key, SuggestionSource source)
 
- 
- 
- 
Method Detail- 
registerSuggestionSourcepublic void registerSuggestionSource(java.lang.String key, SuggestionSource source)- Specified by:
- registerSuggestionSourcein interface- PropertySuggestionSourceRegistry
 
 - 
findSuggestionSourcepublic java.util.Optional<SuggestionSource> findSuggestionSource(java.lang.String key) - Specified by:
- findSuggestionSourcein interface- PropertySuggestionSourceRegistry
 
 
- 
 
-