Class PropertySetBlock
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AbstractBlock
 - 
- com.inductiveautomation.ignition.alarming.designer.workspace.PropertySetBlock
 
 
 
- 
- All Implemented Interfaces:
 Block
- Direct Known Subclasses:
 PipelineBlock,StartBlock
public abstract class PropertySetBlock extends AbstractBlock
Abstract superclass for pipeline blocks that are backed by anObservablePropertySet 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Property<java.awt.Point>LOCATION- 
Fields inherited from class com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AbstractBlock
listeners 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PropertySetBlock() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ObservablePropertySetgetBackingSet()abstract voidgetConnections(PipelineBlockModel model, java.util.List<Connection> connections)abstract Property<java.util.UUID>getOutput(java.lang.Object anchorId)- 
Methods inherited from class com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AbstractBlock
addBlockListener, equals, fireBlockMoved, fireUIChanged, hashCode, removeBlockListener 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.designer.blockandconnector.model.Block
copy, getAnchorPoints, getDefaultDropAnchor, getId, getLocation, initUI, setLocation 
 - 
 
 - 
 
- 
- 
Field Detail
- 
LOCATION
public static final Property<java.awt.Point> LOCATION
 
 - 
 
- 
Method Detail
- 
getBackingSet
public abstract ObservablePropertySet getBackingSet()
 
- 
getOutput
public abstract Property<java.util.UUID> getOutput(java.lang.Object anchorId)
 
- 
getConnections
public abstract void getConnections(PipelineBlockModel model, java.util.List<Connection> connections)
 
 - 
 
 -