public interface WiresContainer extends WiresShape
Modifier and Type | Method and Description |
---|---|
void |
attachShape(WiresBaseShape shape)
Attach a Shape to the Container
|
void |
detachShape(WiresBaseShape shape)
Detach a Shape from the Container
|
List<WiresBaseShape> |
getContainedShapes()
Get a list of WiresBaseShape contained within the Container
|
void |
setHover(boolean isHover)
Signal the Container is being hovered over
|
addControl, contains, destroy, getId, hideControls, isControlsVisible, removeControl, setControls, setSelected, showControls
void attachShape(WiresBaseShape shape)
shape
- void detachShape(WiresBaseShape shape)
shape
- List<WiresBaseShape> getContainedShapes()
void setHover(boolean isHover)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.