Class ClientStepRegistryImpl
java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.sfc.client.api.ClientStepRegistry
com.inductiveautomation.sfc.client.impl.ClientStepRegistryImpl
- All Implemented Interfaces:
- Changeable,- StepRegistry
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a read-only collection of the registered factoriescom.google.common.base.Optional<ClientStepFactory>getStepFactory(String id) Looks up the delegate for the given step factory id.voidregister(ClientStepFactory factory) Methods inherited from class com.inductiveautomation.sfc.client.api.ClientStepRegistrygetInstanceMethods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListenerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.util.ChangeableaddChangeListener, removeChangeListener
- 
Constructor Details- 
ClientStepRegistryImplpublic ClientStepRegistryImpl()
 
- 
- 
Method Details- 
register- Specified by:
- registerin class- ClientStepRegistry
 
- 
getStepFactoryDescription copied from interface:StepRegistryLooks up the delegate for the given step factory id.- Specified by:
- getStepFactoryin interface- StepRegistry
- Specified by:
- getStepFactoryin class- ClientStepRegistry
 
- 
getFactoriesDescription copied from class:ClientStepRegistryReturns a read-only collection of the registered factories- Specified by:
- getFactoriesin class- ClientStepRegistry
 
 
-