Lines Matching refs:isEnabled

24 		return Action.prototype.isEnabled.apply(this, arguments) && graph.isEnabled();  method in Action
54 if (graph.isEnabled())
95 }).isEnabled = isGraphEnabled;
96 … function() { ui.saveFile(false); }, null, null, Editor.ctrlKey + '+S').isEnabled = isGraphEnabled;
97 …tion() { ui.saveFile(true); }, null, null, Editor.ctrlKey + '+Shift+S').isEnabled = isGraphEnabled;
105 …showDialog(new PageSetupDialog(ui).container, 320, 240, true, true); }).isEnabled = isGraphEnabled;
157 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
253 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
300 if (graph.isEnabled() && cell != null && graph.getModel().isVertex(cell))
313 if (graph.isEnabled() && !graph.isSelectionEmpty() && ui.copiedSize != null)
349 if (graph.isEnabled() && cell != null)
386 if (graph.isEnabled() && !graph.isSelectionEmpty() && ui.copiedValue != null)
493 if (graph.isEnabled() && cell != null)
552 if (graph.isEnabled())
573 if (graph.isEnabled())
613 if (graph.isEnabled())
638 if (graph.isEnabled())
652 if (graph.isEnabled() && cell != null && graph.isCellEditable(cell))
698 if (graph.isEnabled() && cell != null && graph.isCellEditable(cell))
712 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
717 })).isEnabled = isGraphEnabled;
720 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
773 })).isEnabled = isGraphEnabled;
776 if (graph.isEnabled())
828 })).isEnabled = isGraphEnabled;
1146 graph.tooltipHandler.setEnabled(!graph.tooltipHandler.isEnabled());
1150 action.setSelectedCallback(function() { return graph.tooltipHandler.isEnabled(); });
1163 action.isEnabled = isGraphEnabled;
1185 graph.setConnectable(!graph.connectionHandler.isEnabled());
1189 action.setSelectedCallback(function() { return graph.connectionHandler.isEnabled(); });
1197 action.isEnabled = isGraphEnabled;
1204 action.isEnabled = isGraphEnabled;
1400 if (!graph.isSelectionEmpty() && graph.isEnabled())
1471 if (graph.isEnabled() && !graph.isSelectionEmpty())
1478 if (graph.isEnabled())
1591 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
1681 }).isEnabled = isGraphEnabled;
1821 Action.prototype.isEnabled = function() method in Action