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
 
 public class ClientStepRegistryImpl extends ClientStepRegistry 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description ClientStepRegistryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ClientStepFactory>getFactories()Returns a read-only collection of the registered factoriescom.google.common.base.Optional<ClientStepFactory>getStepFactory(java.lang.String id)Looks up the delegate for the given step factory id.voidregister(ClientStepFactory factory)- 
Methods inherited from class com.inductiveautomation.sfc.client.api.ClientStepRegistrygetInstance
 - 
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.util.ChangeableaddChangeListener, removeChangeListener
 
- 
 
- 
- 
- 
Method Detail- 
registerpublic void register(ClientStepFactory factory) - Specified by:
- registerin class- ClientStepRegistry
 
 - 
getStepFactorypublic com.google.common.base.Optional<ClientStepFactory> getStepFactory(java.lang.String id) Description copied from interface:StepRegistryLooks up the delegate for the given step factory id.- Specified by:
- getStepFactoryin interface- StepRegistry
- Specified by:
- getStepFactoryin class- ClientStepRegistry
 
 - 
getFactoriespublic java.util.Collection<ClientStepFactory> getFactories() Description copied from class:ClientStepRegistryReturns a read-only collection of the registered factories- Specified by:
- getFactoriesin class- ClientStepRegistry
 
 
- 
 
-