Class JumpBlockPrototype
java.lang.Object
com.inductiveautomation.ignition.alarming.designer.api.AbstractBlockPrototype
com.inductiveautomation.ignition.alarming.designer.prototypes.JumpBlockPrototype
- All Implemented Interfaces:
JumpBlockProperties
,PipelineBlockPrototype
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.alarming.designer.api.AbstractBlockPrototype
blockTitle, COMMON_OUTPUT_DESCRIPTOR, factoryId
Fields inherited from interface com.inductiveautomation.ignition.alarming.common.pipelines.JumpBlockProperties
FACTORY, PIPELINE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEditingUI
(DesignerContext context, PropertySet block) Create a new editing UI for the given block.getIcon()
getOutputs
(ObservablePropertySet block) Collection<Property<?>>
Which properties (if any) are eligible for the search and replace system.void
initPreviewPanel
(ObservablePropertySet block, JPanel panel) Used to initialize a small preview of the block's properties, which is displayed beneath the block.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, getRolloverIcon, getTitle, isSystemOnly
-
Constructor Details
-
JumpBlockPrototype
public JumpBlockPrototype()
-
-
Method Details
-
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
-
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
-
getOutputs
- Specified by:
getOutputs
in interfacePipelineBlockPrototype
- Overrides:
getOutputs
in classAbstractBlockPrototype
-
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- Specified by:
createEditingUI
in interfacePipelineBlockPrototype
-
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
-
initPreviewPanel
Description copied from interface:PipelineBlockPrototype
Used to initialize a small preview of the block's properties, which is displayed beneath the block.- Specified by:
initPreviewPanel
in interfacePipelineBlockPrototype
- Overrides:
initPreviewPanel
in classAbstractBlockPrototype
-