Lines Matching refs:isEditing
350 return graph.isEditing() || (evt != null && this.isSelectionAllowed(evt));
480 if (evt.which == 32 /* Space */ && !graph.isEditing())
487 if (!graph.isEditing() && mxEvent.getSource(evt) == graph.container)
1627 if (graph.isEditing())
1680 …if (this.isImmediateEditingEvent(evt) && !graph.isEditing() && !graph.isSelectionEmpty() && evt.wh…
3266 if (graph.isEditing())
3290 if (graph.isEditing())
3319 return this.editor.graph.isEditing() || this.editor.undoManager.canRedo();
3327 return this.editor.graph.isEditing() || this.editor.undoManager.canUndo();
4367 if (this.editor.graph.isEditing() && this.editor.graph.cellEditor.textarea != null)
4826 if (this.editor.graph.isEditing())