Home
last modified time | relevance | path

Searched refs:setVisible (Results 26 – 50 of 69) sorted by last modified time

123

/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js48 this.window.setVisible(true);
105 ui.formatWindow.window.setVisible(true);
226 ui.sidebarWindow.window.setVisible(true);
351 this.actions.layersWindow.window.setVisible(false);
363 this.menus.commentsWindow.window.setVisible(false);
845 this.sidebarWindow.window.setVisible(false);
852 this.formatWindow.window.setVisible(false);
873 this.menus.tagsWindow.window.setVisible(false);
880 this.menus.findWindow.window.setVisible(false);
911 this.formatWindow.window.setVisible(false);
[all …]
H A DMenus.js311 this.freehandWindow.window.setVisible(graph.freehand.isDrawing());
946 this.tagsWindow.window.setVisible(true);
951 this.tagsWindow.window.setVisible(!this.tagsWindow.window.isVisible());
978 this[name].window.setVisible(true);
982 this[name].window.setVisible(!this[name].window.isVisible());
3584 this.commentsWindow.window.setVisible(true);
3590 this.commentsWindow.window.setVisible(isVisible);
H A DDistanceGuides.js490 var guideSetVisible = mxGuide.prototype.setVisible;
492 mxGuide.prototype.setVisible = function (visible) method in mxGuide
/plugin/diagramsnet/lib/plugins/
H A Dprops.js39 dataWindow.setVisible(!dataWindow.isVisible());
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js201 graph.model.setVisible(tmp[i], !collapse);
/plugin/diagramsnet/lib/js/
H A Dexport.js493 model.setVisible(model.getChildAt(model.root, i), false);
500 model.setVisible(model.getCell(extras.layerIds[i]), true);
511 model.setVisible(layer, true);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1setVisible(visible, size) {\n if (visible === this.visible) {\n return;\n …
H A Dbundle.js396setVisible(e,t){e!==this.visible&&(e?(this.size=Object(U.b)(this._cachedVisibleSize,this.viewMinim…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396setVisible(e,t){e!==this.visible&&(e?(this.size=Object(U.b)(this._cachedVisibleSize,this.viewMinim…
/plugin/ol3/
H A Dscript.js8setVisible=function(t){this.set(jo,t)},e.prototype.setZIndex=function(t){this.set(Do,t)},e.prototy… method in e
/plugin/googlemap3/
H A Dgooglemap3.js26 map.markerArray[m].setVisible(true);
46 map.markerArray[m].setVisible(true);
51 map.markerHelper.setVisible(false);
89 map.markerHelper.setVisible(false);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java328 frame.setVisible(false); in MovieEditorDialog()
365 getOwner().setVisible(false); in MovieEditorDialog()
453 setVisible(true); in MovieEditorDialog()
612 MovieEditorDialog.this.setVisible(false); in buildUI()
621 MovieEditorDialog.this.setVisible(false); in buildUI()
622 MovieEditorDialog.this.getOwner().setVisible(false); in buildUI()
639 MovieEditorDialog.this.setVisible(false); in buildUI()
641 MovieEditorDialog.this.getOwner().setVisible(false); in buildUI()
H A DAbstractCaptureApplet.java83 captureFrame.setVisible(true); in showCaptureFrame()
126 captureFrame.setVisible(true); in createCaptureFrame()
H A DCaptureFrame.java98 setVisible(false); in CaptureFrame()
119 setVisible(false); in CaptureFrame()
131 new CaptureOptionsDialog(CaptureFrame.this).setVisible(true); in CaptureFrame()
142 CaptureFrame.this.setVisible(false); in CaptureFrame()
285 CaptureFrame.this.setVisible(false); in capture()
399 inst.setVisible(true); in record()
H A DCaptureOptionsDialog.java114 CaptureOptionsDialog.this.setVisible(false); in CaptureOptionsDialog()
133 CaptureOptionsDialog.this.setVisible(false); in CaptureOptionsDialog()
H A DRecordingControlsFrame.java52 bf.setVisible(true); in RecordingControlsFrame()
73 bf.setVisible(false); in RecordingControlsFrame()
156 RecordingControlsFrame.this.setVisible(false); in RecordingControlsFrame()
164 RecordingControlsFrame.this.setVisible(false); in RecordingControlsFrame()
191 RecordingControlsFrame.this.setVisible(false); in RecordingControlsFrame()
192 captureFrame.setVisible(true); in RecordingControlsFrame()
206 setVisible(false); in RecordingControlsFrame()
317 RecordingControlsFrame.this.setVisible(false); in uploadMovie()
/plugin/aceeditor/
H A Dbuild.js1setVisible(!1),this.element.style.overflowY="scroll",s.addListener(this.element,"scroll",this.onSc… function
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java748 editor.createFrame(new EditorMenuBar(editor)).setVisible(true); in main()
H A DSchemaEditor.java62 graphOutline.setVisible(false); in SchemaEditor()
129 editor.createFrame(new SchemaEditorMenuBar(editor)).setVisible(true); in main()
H A DUserObject.java202 frame.setVisible(true); in main()
H A DCustomCanvas.java136 frame.setVisible(true); in main()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java188 outline.setVisible(!outline.isVisible()); in ToggleOutlineItem()
H A DBasicGraphEditor.java705 about.setVisible(true);
H A DBasicGraphEditor.java.bak693 about.setVisible(true);

123