Class AbstractBlock
java.lang.Object
com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AbstractBlock
- All Implemented Interfaces:
- Block
- Direct Known Subclasses:
- PropertySetBlock
Abstract implementation takes care of the bookkeeping required for event handling. Also implements hashcode and
 equals using the UUID from getId()
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddBlockListener(BlockListener listener) The block should notify this change listener when it movesbooleanprotected voidprotected voidinthashCode()voidremoveBlockListener(BlockListener listener) Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.designer.blockandconnector.model.Blockcopy, getAnchorPoints, getDefaultDropAnchor, getId, getLocation, initUI, setLocation
- 
Field Details- 
listeners
 
- 
- 
Constructor Details- 
AbstractBlockpublic AbstractBlock()
 
- 
- 
Method Details- 
addBlockListenerDescription copied from interface:BlockThe block should notify this change listener when it moves- Specified by:
- addBlockListenerin interface- Block
 
- 
removeBlockListener- Specified by:
- removeBlockListenerin interface- Block
 
- 
fireBlockMovedprotected void fireBlockMoved()
- 
fireUIChangedprotected void fireUIChanged()
- 
equals
- 
hashCodepublic int hashCode()
 
-