public abstract class PropertySetBlock extends AbstractBlock
ObservablePropertySet| Modifier and Type | Field and Description |
|---|---|
static Property<java.awt.Point> |
LOCATION |
listeners| Constructor and Description |
|---|
PropertySetBlock() |
| Modifier and Type | Method and Description |
|---|---|
abstract ObservablePropertySet |
getBackingSet() |
abstract void |
getConnections(PipelineBlockModel model,
java.util.List<Connection> connections) |
abstract Property<java.util.UUID> |
getOutput(java.lang.Object anchorId) |
addBlockListener, equals, fireBlockMoved, fireUIChanged, hashCode, removeBlockListenerclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcopy, getAnchorPoints, getDefaultDropAnchor, getId, getLocation, initUI, setLocationpublic static final Property<java.awt.Point> LOCATION
public abstract ObservablePropertySet getBackingSet()
public abstract Property<java.util.UUID> getOutput(java.lang.Object anchorId)
public abstract void getConnections(PipelineBlockModel model, java.util.List<Connection> connections)