Package net.officefloor.model
Interface ItemModel<M extends Model>
- All Superinterfaces:
Model
Interface to aid manipulation of items.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionRemoves theConnectionModelinstances connected to thisItemModel.Methods inherited from interface net.officefloor.model.Model
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
-
Method Details
-
removeConnections
RemoveConnectionsAction<M> removeConnections()Removes theConnectionModelinstances connected to thisItemModel.- Returns:
RemoveConnectionsActioncontaining theConnectionModelinstances removed.
-