| Package | Description |
|---|---|
| org.uberfire.ext.wires.core.api.controlpoints | |
| org.uberfire.ext.wires.core.api.magnets | |
| org.uberfire.ext.wires.core.api.shapes |
| Modifier and Type | Method and Description |
|---|---|
void |
HasControlPoints.addControlPoint(ControlPoint cp) |
| Modifier and Type | Method and Description |
|---|---|
List<ControlPoint> |
Magnet.getAttachedControlPoints()
Get a list of ControlPoints attached to the Magnet
|
| Modifier and Type | Method and Description |
|---|---|
void |
Magnet.attachControlPoint(ControlPoint controlPoint)
Attach a ControlPoint to the Magnet
|
void |
Magnet.detachControlPoint(ControlPoint controlPoint)
Detach a ControlPoint from the Magnet
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ControlPoint> |
WiresBaseDynamicShape.controlPoints |
| Modifier and Type | Method and Description |
|---|---|
void |
WiresBaseDynamicShape.addControlPoint(ControlPoint cp) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.