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 Summary
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
changeEvent, listenerList - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.ClientStepRegistry
getInstanceMethods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.util.Changeable
addChangeListener, removeChangeListener 
- 
Constructor Details
- 
ClientStepRegistryImpl
public ClientStepRegistryImpl() 
 - 
 - 
Method Details
- 
register
- Specified by:
 registerin classClientStepRegistry
 - 
getStepFactory
Description copied from interface:StepRegistryLooks up the delegate for the given step factory id.- Specified by:
 getStepFactoryin interfaceStepRegistry- Specified by:
 getStepFactoryin classClientStepRegistry
 - 
getFactories
Description copied from class:ClientStepRegistryReturns a read-only collection of the registered factories- Specified by:
 getFactoriesin classClientStepRegistry
 
 -