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.void
register
(ClientStepFactory factory) Methods inherited from class com.inductiveautomation.sfc.client.api.ClientStepRegistry
getInstance
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.common.util.Changeable
addChangeListener, removeChangeListener
-
Constructor Details
-
ClientStepRegistryImpl
public ClientStepRegistryImpl()
-
-
Method Details
-
register
- Specified by:
register
in classClientStepRegistry
-
getStepFactory
Description copied from interface:StepRegistry
Looks up the delegate for the given step factory id.- Specified by:
getStepFactory
in interfaceStepRegistry
- Specified by:
getStepFactory
in classClientStepRegistry
-
getFactories
Description copied from class:ClientStepRegistry
Returns a read-only collection of the registered factories- Specified by:
getFactories
in classClientStepRegistry
-