Lines Matching refs:Action
24 return Action.prototype.isEnabled.apply(this, arguments) && graph.isEnabled(); class
481 …this.put('turn', new Action(mxResources.get('turn') + ' / ' + mxResources.get('reverse'), function…
489 this.put('selectConnections', new Action(mxResources.get('selectEdges'), function(evt)
710 this.put('insertImage', new Action(mxResources.get('image') + '...', function()
718 this.put('insertLink', new Action(mxResources.get('link') + '...', function()
1090 this.put('customZoom', new Action(mxResources.get('custom') + '...', mxUtils.bind(this, function()
1222 this.put('about', new Action(mxResources.get('about') + ' Graph Editor...', function()
1760 return this.put(key, new Action(title, funct, enabled, iconCls, shortcut));
1784 function Action(label, funct, enabled, iconCls, shortcut)
1796 mxUtils.extend(Action, mxEventSource);
1801 Action.prototype.createFunction = function(funct)
1809 Action.prototype.setEnabled = function(value)
1821 Action.prototype.isEnabled = function()
1829 Action.prototype.setToggleAction = function(value)
1837 Action.prototype.setSelectedCallback = function(funct)
1845 Action.prototype.isSelected = function()