public class SelectionEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected OMGraphic |
graphic |
protected DrawingToolRequestor |
requestor |
protected boolean |
selected |
protected java.lang.Object |
source |
Constructor and Description |
---|
SelectionEvent(java.lang.Object source,
OMGraphic omg,
DrawingToolRequestor dtr,
boolean selectionStatus) |
Modifier and Type | Method and Description |
---|---|
OMGraphic |
getOMGraphic() |
DrawingToolRequestor |
getRequestor() |
java.lang.Object |
getSource() |
boolean |
isSelected() |
protected java.lang.Object source
protected OMGraphic graphic
protected DrawingToolRequestor requestor
protected boolean selected
public SelectionEvent(java.lang.Object source, OMGraphic omg, DrawingToolRequestor dtr, boolean selectionStatus)
public java.lang.Object getSource()
public OMGraphic getOMGraphic()
public DrawingToolRequestor getRequestor()
public boolean isSelected()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details