Class ActionStepUI.ActionStepFactory
java.lang.Object
com.inductiveautomation.sfc.elements.steps.action.AbstractActionStepDelegate
com.inductiveautomation.sfc.client.ui.ActionStepUI.ActionStepFactory
- All Implemented Interfaces:
- StepDelegate,- ClientStepFactory,- ActionStepProperties,- ChartStepProperties
- Enclosing class:
- ActionStepUI
public static final class ActionStepUI.ActionStepFactory
extends AbstractActionStepDelegate
implements ClientStepFactory
- 
Field SummaryFields inherited from interface com.inductiveautomation.sfc.elements.steps.action.ActionStepPropertiesERROR_HANDLER_SCRIPT, FACTORY_ID, NOTES, ON_ERROR, ON_START, ON_STOP, ON_TIMER, START_SCRIPT, STOP_SCRIPT, TIMER_SCRIPTSFields inherited from interface com.inductiveautomation.sfc.elements.steps.ChartStepPropertiesAssociatedData, Breakpoint, FactoryId, Name
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateStepUI(ChartUIElement element) Create the UI component that is used to represent this step.A string representing the step's category.The primary icon (32x32) for the paletteA short name for the step to be displayed beneath its palette itemA short description of what the step doesvoidinitializeStep(ChartUIElement element) Called when a new step is created from the palette.Methods inherited from class com.inductiveautomation.sfc.elements.steps.action.AbstractActionStepDelegatefromXml, getCompilationAlteringProperties, getId, toXml, validateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.sfc.client.api.ClientStepFactorygetId, getRolloverPaletteIconMethods inherited from interface com.inductiveautomation.sfc.api.StepDelegatefromXml, getCompilationAlteringProperties, toXml, validate
- 
Constructor Details- 
ActionStepFactorypublic ActionStepFactory()
 
- 
- 
Method Details- 
createStepUIDescription copied from interface:ClientStepFactoryCreate the UI component that is used to represent this step.- Specified by:
- createStepUIin interface- ClientStepFactory
- Parameters:
- element- The chart element that represents this step
 
- 
getCategoryDescription copied from interface:ClientStepFactoryA string representing the step's category. Will be represented as a tab on the step palette- Specified by:
- getCategoryin interface- ClientStepFactory
 
- 
getPaletteIconDescription copied from interface:ClientStepFactoryThe primary icon (32x32) for the palette- Specified by:
- getPaletteIconin interface- ClientStepFactory
 
- 
getPaletteTextDescription copied from interface:ClientStepFactoryA short name for the step to be displayed beneath its palette item- Specified by:
- getPaletteTextin interface- ClientStepFactory
 
- 
getPaletteTooltipDescription copied from interface:ClientStepFactoryA short description of what the step does- Specified by:
- getPaletteTooltipin interface- ClientStepFactory
 
- 
initializeStepDescription copied from interface:ClientStepFactoryCalled when a new step is created from the palette. Things like the Id, Type, and factory if will already be set on the new element.- Specified by:
- initializeStepin interface- ClientStepFactory
 
 
-