/**
* Initializes the transient editor members.
*/
private void initEditorMembers() {
drawingContext = new DrawingContextImpl();
selectionHandler = new SelectionHandler(this);
creationHandler = new CreationHandler(this);
lineHandler = new LineHandler(this);
editorMode = selectionHandler;
mouseEvent = new EditorMouseEvent();