org.openjump.util.python.pythonexampleclasses
Class DrawCustomTool.CustomToolEvent
java.lang.Object
java.util.EventObject
org.openjump.util.python.pythonexampleclasses.DrawCustomTool.CustomToolEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- DrawCustomTool
public class DrawCustomTool.CustomToolEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getWc
public WorkbenchContext getWc()
getCoords
public java.util.List getCoords()
setCoords
public void setCoords(java.util.List coords)
setStatusMessage
public void setStatusMessage(java.lang.String statusMessage)
getStatusMessage
public java.lang.String getStatusMessage()