public interface SelectionManager
Modifier and Type | Method and Description |
---|---|
void |
clearSelection() |
void |
deselectShape(WiresBaseShape shape) |
WiresBaseShape |
getSelectedShape() |
boolean |
isShapeSelected() |
void |
selectShape(WiresBaseShape shape) |
void clearSelection()
void selectShape(WiresBaseShape shape)
void deselectShape(WiresBaseShape shape)
boolean isShapeSelected()
WiresBaseShape getSelectedShape()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.