Interface DrawingEditor

All Known Implementing Classes:
AbstractDrawingEditor, SimpleDrawingEditor

public interface DrawingEditor
The DrawingEditor can be used to edit multiple DrawingViews with a single Tool.

The DrawingEditor invokes activate() and deactivate() methods on the Tool if it becomes the active tool or loses this status.

Author:
Werner Randelshofer