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 SummaryFields Modifier and Type Field Description static Property<java.awt.Point>LOCATION- 
Fields inherited from class com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AbstractBlocklisteners
 
- 
 - 
Constructor SummaryConstructors Constructor Description PropertySetBlock()
 - 
Method SummaryAll 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.AbstractBlockaddBlockListener, equals, fireBlockMoved, fireUIChanged, hashCode, removeBlockListener
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.designer.blockandconnector.model.Blockcopy, getAnchorPoints, getDefaultDropAnchor, getId, getLocation, initUI, setLocation
 
- 
 
- 
- 
- 
Field Detail- 
LOCATIONpublic static final Property<java.awt.Point> LOCATION 
 
- 
 - 
Method Detail- 
getBackingSetpublic abstract ObservablePropertySet getBackingSet() 
 - 
getOutputpublic abstract Property<java.util.UUID> getOutput(java.lang.Object anchorId) 
 - 
getConnectionspublic abstract void getConnections(PipelineBlockModel model, java.util.List<Connection> connections) 
 
- 
 
-