public abstract class AbstractContainerShape<V extends HasChildren,S extends Shape<?>> extends Object implements HasChildren<S>
HasChildren.Layout| Constructor and Description |
|---|
AbstractContainerShape() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(S child,
HasChildren.Layout layout) |
Iterable<S> |
getChildren() |
protected abstract V |
getCompositeShapeView() |
void |
removeChild(S child) |
protected abstract V getCompositeShapeView()
public void addChild(S child, HasChildren.Layout layout)
addChild in interface HasChildren<S extends Shape<?>>public void removeChild(S child)
removeChild in interface HasChildren<S extends Shape<?>>public Iterable<S> getChildren()
getChildren in interface HasChildren<S extends Shape<?>>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.