Class ScriptableBlockPrototype
java.lang.Object
com.inductiveautomation.ignition.alarming.designer.api.AbstractBlockPrototype
com.inductiveautomation.ignition.alarming.designer.prototypes.ScriptableBlockPrototype
- All Implemented Interfaces:
PipelineBlockPrototype
Created by colby.clegg on 10/23/2014.
-
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()
Collection<Property<?>>
Which properties (if any) are eligible for the search and replace system.Methods inherited from class com.inductiveautomation.ignition.alarming.designer.api.AbstractBlockPrototype
createNewBlock, getBlockMutatingProperties, getFactoryId, getOutputs, getRolloverIcon, getTitle, initPreviewPanel, isPreviewPanelSupported, isSystemOnly
-
Constructor Details
-
ScriptableBlockPrototype
public ScriptableBlockPrototype()
-
-
Method Details
-
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
-
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 -
getSearchableProperties
Description copied from interface:PipelineBlockPrototype
Which properties (if any) are eligible for the search and replace system.- Specified by:
getSearchableProperties
in interfacePipelineBlockPrototype
- Overrides:
getSearchableProperties
in classAbstractBlockPrototype
- Parameters:
block
- The block in question
-