Home
last modified time | relevance | path

Searched refs:editor (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java1 package com.mxgraph.examples.swing.editor;
65 public EditorMenuBar(final BasicGraphEditor editor) in EditorMenuBar() argument
111 menu.add(editor in EditorMenuBar()
172 final mxGraphComponent graphComponent = editor in EditorMenuBar()
254 populateFormatMenu(menu, editor); in EditorMenuBar()
259 populateShapeMenu(menu, editor); in EditorMenuBar()
349 .add(editor in EditorMenuBar()
355 .add(editor in EditorMenuBar()
390 submenu.add(editor.bind(mxResources.get("dirty"), in EditorMenuBar()
605 .add(editor.bind(mxResources.get("autosize"), in populateShapeMenu()
[all …]
H A DSchemaEditorMenuBar.java1 package com.mxgraph.examples.swing.editor;
77 menu.add(editor.bind(mxResources.get("pageSetup"), in SchemaEditorMenuBar()
99 menu.add(editor in SchemaEditorMenuBar()
155 final mxGraphComponent graphComponent = editor in SchemaEditorMenuBar()
204 submenu.add(editor.bind("400%", new ScaleAction(4))); in SchemaEditorMenuBar()
255 submenu.add(editor.bind(mxResources.get("gridSize"), in SchemaEditorMenuBar()
320 .add(editor in SchemaEditorMenuBar()
326 .add(editor in SchemaEditorMenuBar()
338 submenu.add(editor.bind(mxResources.get("dirty"), in SchemaEditorMenuBar()
390 editor.setLookAndFeel(clazz); in SchemaEditorMenuBar()
[all …]
H A DEditorMenuBar.java.bak1 package com.mxgraph.examples.swing.editor;
65 public EditorMenuBar(final BasicGraphEditor editor)
111 menu.add(editor
172 final mxGraphComponent graphComponent = editor
254 populateFormatMenu(menu, editor);
259 populateShapeMenu(menu, editor);
317 submenu.add(editor.graphLayout("verticalTree"));
349 .add(editor
355 .add(editor
498 // editor.setLookAndFeel(clazz);
[all …]
H A DEditorToolBar.java1 package com.mxgraph.examples.swing.editor;
60 add(editor.bind("New", new NewAction(), in EditorToolBar()
62 add(editor.bind("Open", new OpenAction(), in EditorToolBar()
64 add(editor.bind("Save", new SaveAction(false), in EditorToolBar()
69 add(editor.bind("Print", new PrintAction(), in EditorToolBar()
88 add(editor.bind("Undo", new HistoryAction(true), in EditorToolBar()
90 add(editor.bind("Redo", new HistoryAction(false), in EditorToolBar()
152 add(editor.bind("Bold", new FontStyleAction(true), in EditorToolBar()
171 add(editor.bind("Font", new ColorAction("Font", in EditorToolBar()
177 add(editor.bind("Fill", new ColorAction("Fill", in EditorToolBar()
[all …]
H A DEditorPopupMenu.java1 package com.mxgraph.examples.swing.editor;
7 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
19 public EditorPopupMenu(BasicGraphEditor editor) in EditorPopupMenu() argument
21 boolean selected = !editor.getGraphComponent().getGraph() in EditorPopupMenu()
30 editor.bind(mxResources.get("cut"), TransferHandler in EditorPopupMenu()
35 editor.bind(mxResources.get("copy"), TransferHandler in EditorPopupMenu()
39 add(editor.bind(mxResources.get("paste"), TransferHandler in EditorPopupMenu()
46 editor.bind(mxResources.get("delete"), mxGraphActions in EditorPopupMenu()
56 EditorMenuBar.populateFormatMenu(menu, editor); in EditorPopupMenu()
61 EditorMenuBar.populateShapeMenu(menu, editor); in EditorPopupMenu()
[all …]
H A DSchemaEditorToolBar.java1 package com.mxgraph.examples.swing.editor;
14 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;
51 add(editor.bind("New", new NewAction(), in SchemaEditorToolBar()
53 add(editor.bind("Open", new OpenAction(), in SchemaEditorToolBar()
55 add(editor.bind("Save", new SaveAction(false), in SchemaEditorToolBar()
60 add(editor.bind("Print", new PrintAction(), in SchemaEditorToolBar()
65 add(editor.bind("Cut", TransferHandler.getCutAction(), in SchemaEditorToolBar()
67 add(editor.bind("Copy", TransferHandler.getCopyAction(), in SchemaEditorToolBar()
79 add(editor.bind("Undo", new HistoryAction(true), in SchemaEditorToolBar()
81 add(editor.bind("Redo", new HistoryAction(false), in SchemaEditorToolBar()
[all …]
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js11 init: function( editor ) { argument
12 editor.addCommand( 'same_header', {
13 exec: function( editor ) { argument
17 editor.applyStyle(style);
20 editor.addCommand( 'lower_header', {
21 exec: function( editor ) { argument
33 editor.applyStyle(style);
37 exec: function( editor ) { argument
49 editor.applyStyle(style);
53 exec: function( editor ) { argument
[all …]
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js11 init: function( editor ) { argument
12 editor.addCommand( 'same_header', {
13 exec: function( editor ) { argument
17 editor.applyStyle(style);
20 editor.addCommand( 'lower_header', {
21 exec: function( editor ) { argument
33 editor.applyStyle(style);
37 exec: function( editor ) { argument
49 editor.applyStyle(style);
53 exec: function( editor ) { argument
[all …]
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc5 // Register the plugin with the editor.
12 init: function( editor )
16 editor.addCommand( 'ckgundoheader',
20 exec : function( editor )
36 exec : function( editor )
45 exec : function( editor )
54 exec : function( editor )
63 exec : function( editor )
72 exec : function( editor )
79 editor.addCommand( 'ckginscode',
[all …]
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc5 // Register the plugin with the editor.
12 init: function( editor )
16 editor.addCommand( 'ckgundoheader',
20 exec : function( editor )
36 exec : function( editor )
45 exec : function( editor )
54 exec : function( editor )
63 exec : function( editor )
72 exec : function( editor )
79 editor.addCommand( 'ckginscode',
[all …]
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... swing/ com/mxgraph/examples/swing/editor/ com/mxgraph/examples/swing/ClickHandler ...
H A Djdraw.jar ... swing/ com/mxgraph/examples/swing/editor/ com/hammurapi/jdraw/JDrawApplet.class ...
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js8 function init(editor) { argument
9 if (editor.addFeature) {
10 editor.addFeature({
15 editor.on("contentDom", function () {
16 var editableElement = editor.editable ? editor.editable() : editor.document;
17 editableElement.on("paste", onPaste, null, {editor: editor});
24 var editor = event.listenerData && event.listenerData.editor;
40 readImageAsBase64(clipboardData.items[i], editor);
46 function readImageAsBase64(item, editor) { argument
55 var element = editor.document.createElement('img', {
[all …]
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js8 function init(editor) { argument
9 if (editor.addFeature) {
10 editor.addFeature({
15 editor.on("contentDom", function () {
16 var editableElement = editor.editable ? editor.editable() : editor.document;
17 editableElement.on("paste", onPaste, null, {editor: editor});
24 var editor = event.listenerData && event.listenerData.editor;
40 readImageAsBase64(clipboardData.items[i], editor);
46 function readImageAsBase64(item, editor) { argument
55 var element = editor.document.createElement('img', {
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js6 CKEDITOR.dialog.add( 'anchor', function( editor ) argument
17 function createFakeAnchor( editor, anchor ) argument
23 title : editor.lang.anchor.title,
39 …var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attribut…
47 var sel = editor.getSelection(),
66 anchor = createFakeAnchor( editor, anchor );
78 style.apply( editor.document );
90 var selection = editor.getSelection(),
121 label : editor.lang.anchor.title,
128 label : editor.lang.anchor.name,
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js6 CKEDITOR.dialog.add( 'anchor', function( editor ) argument
17 function createFakeAnchor( editor, anchor ) argument
23 title : editor.lang.anchor.title,
39 …var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attribut…
47 var sel = editor.getSelection(),
66 anchor = createFakeAnchor( editor, anchor );
78 style.apply( editor.document );
90 var selection = editor.getSelection(),
121 label : editor.lang.anchor.title,
128 label : editor.lang.anchor.name,
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc8 init : function( editor )
15 editor.ui.addButton( 'Link',
22 label : editor.lang.unlink,
40 editor.addCss(
72 if ( editor.readOnly )
106 editor.addMenuItems(
143 if ( editor.contextMenu )
175 pathFilters = editor._.elementsPath && editor._.elementsPath.filters;
252 * @param editor
310 exec : function( editor )
[all …]
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc8 init : function( editor )
15 editor.ui.addButton( 'Link',
22 label : editor.lang.unlink,
40 editor.addCss(
72 if ( editor.readOnly )
106 editor.addMenuItems(
143 if ( editor.contextMenu )
175 pathFilters = editor._.elementsPath && editor._.elementsPath.filters;
252 * @param editor
310 exec : function( editor )
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css45 .monaco-editor .monaco-editor-overlaymessage {
54 .monaco-editor .monaco-editor-overlaymessage.fadeIn {
62 .monaco-editor .monaco-editor-overlaymessage.fadeOut {
66 .monaco-editor .monaco-editor-overlaymessage .message {
70 .monaco-editor .monaco-editor-overlaymessage .anchor {
524 .monaco-editor .findMatch {
1088 .monaco-editor .editor-widget input {
1094 .monaco-editor {
1301 .monaco-editor .mtkz {
3082 .monaco-editor {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css45 .monaco-editor .monaco-editor-overlaymessage {
54 .monaco-editor .monaco-editor-overlaymessage.fadeIn {
62 .monaco-editor .monaco-editor-overlaymessage.fadeOut {
66 .monaco-editor .monaco-editor-overlaymessage .message {
70 .monaco-editor .monaco-editor-overlaymessage .anchor {
524 .monaco-editor .findMatch {
1088 .monaco-editor .editor-widget input {
1094 .monaco-editor {
1301 .monaco-editor .mtkz {
3082 .monaco-editor {
[all …]
/plugin/ckgedit/ckeditor/plugins/truetype/
H A Dplugin.js14 init: function( editor ) argument
19 editor.addCommand( 'truetype',
24 exec : function( editor ) argument
27 var selection = editor.getSelection();
31 editor.insertHtml('<code>' + text + '</code>');
36 editor.ui.addButton( 'TrueType',
40 label: editor.lang.truetype.title,
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc16 init: function( editor ) {
26 editor.ui.addButton && editor.ui.addButton( 'Image', {
27 label: editor.lang.common.image,
32 editor.on( 'doubleclick', function( evt ) {
40 if ( editor.addMenuItems ) {
41 editor.addMenuItems({
43 label: editor.lang.image.menu,
51 if ( editor.contextMenu ) {
58 afterInit: function( editor ) {
89 var img = getSelectedImage( editor ),
[all …]
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc16 init: function( editor ) {
26 editor.ui.addButton && editor.ui.addButton( 'Image', {
27 label: editor.lang.common.image,
32 editor.on( 'doubleclick', function( evt ) {
40 if ( editor.addMenuItems ) {
41 editor.addMenuItems({
43 label: editor.lang.image.menu,
51 if ( editor.contextMenu ) {
58 afterInit: function( editor ) {
89 var img = getSelectedImage( editor ),
[all …]
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A Dplugin.js19 init: function( editor ) { argument
22 editor.addCommand( 'insertTimestamp', {
25 exec: function( editor ) { argument
28 editor.insertHtml( now.toLocaleString());
33 editor.ui.addButton( 'Timestamp', {
34 label: editor.lang.timestamp.title, //'Insert Timestamp',
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A Dplugin.js19 init: function( editor ) { argument
22 editor.addCommand( 'insertTimestamp', {
25 exec: function( editor ) { argument
28 editor.insertHtml( now.toLocaleString());
33 editor.ui.addButton( 'Timestamp', {
34 label: editor.lang.timestamp.title, //'Insert Timestamp',

12345678910>>...25