Class EventStreamBlockPrototype
java.lang.Object
com.inductiveautomation.ignition.alarming.designer.api.AbstractBlockPrototype
com.inductiveautomation.ignition.alarming.designer.prototypes.EventStreamBlockPrototype
- All Implemented Interfaces:
PipelineBlockPrototype
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.alarming.designer.api.AbstractBlockPrototype
blockTitle, COMMON_OUTPUT_DESCRIPTOR, factoryId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEditingUI
(DesignerContext context, PropertySet block) Create a new editing UI for the given block.getIcon()
boolean
Return true here if you want to add extra information to the block display on a preview panel beneath the input/output pins.Methods inherited from class com.inductiveautomation.ignition.alarming.designer.api.AbstractBlockPrototype
createNewBlock, getBlockMutatingProperties, getFactoryId, getOutputs, getRolloverIcon, getSearchableProperties, getTitle, initPreviewPanel, isSystemOnly
-
Constructor Details
-
EventStreamBlockPrototype
-
-
Method Details
-
createEditingUI
Description copied from interface:PipelineBlockPrototype
Create a new editing UI for the given block. Note that your component may implementPipelineBlockEditor
to get callbacks on uninstall -
getIcon
- Specified by:
getIcon
in interfacePipelineBlockPrototype
- Overrides:
getIcon
in classAbstractBlockPrototype
- Returns:
- A 32x32 icon for the palette
-
getSmallIcon
- Specified by:
getSmallIcon
in interfacePipelineBlockPrototype
- Overrides:
getSmallIcon
in classAbstractBlockPrototype
- Returns:
- Small 16x16 icon for the title of the block
-
isPreviewPanelSupported
public boolean isPreviewPanelSupported()Description copied from interface:PipelineBlockPrototype
Return true here if you want to add extra information to the block display on a preview panel beneath the input/output pins.- Specified by:
isPreviewPanelSupported
in interfacePipelineBlockPrototype
- Overrides:
isPreviewPanelSupported
in classAbstractBlockPrototype
-