Home
last modified time | relevance | path

Searched refs:setEnabled (Results 76 – 100 of 100) sorted by last modified time

1234

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js11497 this.editor.graph.setEnabled(enabled);
12102 this.editor.graph.setEnabled(false);
12107 this.editor.graph.setEnabled(true);
12314 this.editor.graph.setEnabled(true);
12335 this.editor.graph.setEnabled(false);
13719 this.menus.get('viewZoom').setEnabled(active);
13745 this.actions.get('image').setEnabled(active);
13755 this.menus.get('edit').setEnabled(active);
13756 this.menus.get('view').setEnabled(active);
13964 this.editor.graph.setEnabled(false);
[all …]
H A DEmbed.js201 graph.setEnabled(false);
H A DGraphViewer.js234 this.graph.setEnabled(false);
H A DElectronApp.js627 paste.setEnabled(this.editor.graph.cellEditor.isContentEditing() ||
629 pasteHere.setEnabled(paste.isEnabled());
1844 this.actions.get('synchronize').setEnabled(syncEnabled);
H A DMinimal.js549 this.menus.get('save').setEnabled(this.getCurrentFile() != null || urlParams['embed'] == '1');
H A DmxFreehand.js68 var setEnabled = function(isEnabled) method in mxFreehand
71 graph.getRubberband().setEnabled(!isEnabled);
80 setEnabled(true);
237 setEnabled(false);
H A DMenus.js252 rulerAction.setEnabled(editorUi.canvasSupported && document.documentMode != 9);
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js183 …otype.isEnabled=function(){return this.enabled};mxDragSource.prototype.setEnabled=function(a){this… method in mxDragSource
229 mxPopupMenu.prototype.setEnabled=function(a){this.enabled=a};mxPopupMenu.prototype.isPopupTrigger=f… method in mxPopupMenu
242 ….isEnabled=function(){return this.enabled};mxAutoSaveManager.prototype.setEnabled=function(a){this… method in mxAutoSaveManager
1070setEnabled(!1);this.selectionCellsHandler=this.createSelectionCellsHandler();this.connectionHandle…
1422 …te=null;mxCellMarker.prototype.markedState=null;mxCellMarker.prototype.setEnabled=function(a){this… method in mxCellMarker
1430 …bled=function(){return this.enabled};mxSelectionCellsHandler.prototype.setEnabled=function(a){this… method in mxSelectionCellsHandler
1440 …sEnabled=function(){return this.enabled};mxConnectionHandler.prototype.setEnabled=function(a){this… method in mxConnectionHandler
1500 …sEnabled=function(){return this.enabled};mxConstraintHandler.prototype.setEnabled=function(a){this… method in mxConstraintHandler
1518 …otype.isEnabled=function(){return this.enabled};mxRubberband.prototype.setEnabled=function(a){this… method in mxRubberband
1710 …otype.isEnabled=function(){return this.enabled};mxKeyHandler.prototype.setEnabled=function(a){this… method in mxKeyHandler
[all …]
/plugin/diagramsnet/lib/plugins/
H A Danimation.js212 graph.setEnabled(false);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js467 mxPopupMenu.prototype.setEnabled=function(a){this.enabled=a};mxPopupMenu.prototype.isPopupTrigger=f… method in mxPopupMenu
2224setEnabled(this.editor.graph.cellEditor.isContentEditing()||(!mxClient.IS_FF&&null!=navigator.clip…
2286setEnabled(c);this.actions.get("lockUnlock").setEnabled(!a.isSelectionEmpty());this.actions.get("s…
2287setEnabled(e);this.actions.get("rotation").setEnabled(b);this.actions.get("wordWrap").setEnabled(b…
2288setEnabled(b&&(a.isContainer(a.getSelectionCell())||0<a.model.getChildCount(a.getSelectionCell()))…
2289setEnabled(1==f.length);this.actions.get("openLink").setEnabled(1==a.getSelectionCount()&&null!=a.…
2290setEnabled(f&&b&&1<a.getSelectionCount());this.actions.get("selectVertices").setEnabled(f);this.ac…
3643 …et("insert");null!=b&&"function"===typeof a.setEnabled&&b.addListener("stateChanged",function(){a.
3669 …h,arguments)},c,f);k||"function"!==typeof g.setEnabled||h.addListener("stateChanged",function(){g.
3671 …nct,d),e||"function"!==typeof f.setEnabled||(f.setEnabled(c.enabled),c.addListener("stateChanged",…
[all …]
H A Dexport.js424 graph.setEnabled(false);
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js6199 graph2.setEnabled(false);
H A DMenus.js1818 Menu.prototype.setEnabled = function(value) method in Menu
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1setEnabled(enabled) {\n if (enabled) {\n this.enable();\n }\n else…
H A Dbundle.js426setEnabled(this.enabled),this.ui.setContextKey(this.contextKey)}getTitle(){return this.title&&this…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426setEnabled(this.enabled),this.ui.setContextKey(this.contextKey)}getTitle(){return this.title&&this…
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php401 public function setEnabled( $enabled) { function in Google_CustomFieldDef
H A DGoogle_StorageService.php1211 public function setEnabled( $enabled) { function in Google_BucketVersioning
H A DGoogle_SQLAdminService.php406 public function setEnabled( $enabled) { function in Google_BackupConfiguration
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java207 recordButton.setEnabled(false); in setRecordButtonState()
210 recordButton.setEnabled(true); in setRecordButtonState()
H A DCaptureOptionsDialog.java233 inactivityPanel.setEnabled(false); in CaptureOptionsDialog()
240 inactivityCheckBox.setEnabled(false); in CaptureOptionsDialog()
247 inactivityIntervalLabel.setEnabled(false); in CaptureOptionsDialog()
256 inactivityIntervalTextField.setEnabled(false); in CaptureOptionsDialog()
404 timeLineScaleTextField.setEnabled(!recordSoundCheckBox.isSelected()); in CaptureOptionsDialog()
596 child.setEnabled(recordSoundCheckBox.isSelected()); in onSetSound()
599 inactivityPanel.setEnabled(!recordSoundCheckBox.isSelected()); in onSetSound()
600 timeLineScaleTextField.setEnabled(!recordSoundCheckBox.isSelected()); in onSetSound()
602 child.setEnabled(!recordSoundCheckBox.isSelected()); in onSetSound()
H A DRecordingControlsFrame.java123 pauseButton.setEnabled(false); in RecordingControlsFrame()
124 stopButton.setEnabled(false); in RecordingControlsFrame()
125 cancelButton.setEnabled(false); in RecordingControlsFrame()
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js102 setEnabled: function(){
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPopupMenu.java33 .setEnabled(selected); in EditorPopupMenu()
38 .setEnabled(selected); in EditorPopupMenu()
49 .setEnabled(selected); in EditorPopupMenu()
67 .getEditAction())).setEnabled(selected); in EditorPopupMenu()

1234