Searched refs:edit (Results 1 - 25 of 26) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/event/
H A DUndoableEditEvent.java53 * @param edit an UndoableEdit object
55 public UndoableEditEvent(Object source, UndoableEdit edit) { argument
57 myEdit = edit;
61 * Returns the edit value.
63 * @return the UndoableEdit object encapsulating the edit
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/undo/
H A DUndoManager.java36 * two ways to add edits to an <code>UndoManager</code>. Add the edit
49 * index of the next edit in that list. The index of the next edit is
52 * of the last significant edit that was undone. When
54 * edit to the last significant edit are undone, in reverse order.
69 * index of the next edit will be 4. Invoking <code>undo</code>
71 * index of the next edit to 3 (edit <i>c</i>), as shown in the following
82 * The last significant edit i
343 undoTo(UndoableEdit edit) argument
360 redoTo(UndoableEdit edit) argument
[all...]
/openjdk10/jdk/test/java/awt/MenuBar/DeadlockTest1/
H A DDeadlockTest1.java42 Menu edit = new Menu("Edit");
53 edit.add(copy);
54 edit.add(paste);
56 menubar.add(edit);
/openjdk10/jdk/src/jdk.internal.ed/share/classes/jdk/internal/editor/spi/
H A DBuildInEditorProvider.java49 void edit(String windowLabel, String initialText, method in interface:BuildInEditorProvider
/openjdk10/jdk/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java111 JMenu edit = buildEditMenu();
141 menuBar.add(edit);
184 JMenu edit = new JMenu("Edit");
203 edit.add(undo);
204 edit.addSeparator();
205 edit.add(cut);
206 edit.add(copy);
207 edit.add(paste);
208 edit.addSeparator();
209 edit
[all...]
/openjdk10/jdk/test/javax/swing/text/TableView/
H A DTableViewLayoutTest.java62 private static JEditorPane edit = new JEditorPane(); field in class:TableViewLayoutTest
75 edit.setEditorKit(new CodeBugEditorKit());
77 this.getContentPane().add(new JScrollPane(edit));
81 edit.addCaretListener(new CaretListener() {
96 CodeBugDocument doc = (CodeBugDocument) edit.getDocument();
137 edit.getDocument().putProperty("i18n", isI18n);
141 edit.select(11, 12);
142 edit.replaceSelection("1");
145 edit.setCaretPosition(6);
147 edit
[all...]
/openjdk10/jdk/src/jdk.editpad/share/classes/jdk/editpad/
H A DEditPadProvider.java58 public void edit(String windowLabel, String initialText, method in class:EditPadProvider
/openjdk10/jdk/src/jdk.internal.ed/share/classes/jdk/internal/editor/external/
H A DExternalEditor.java75 public static void edit(String[] cmd, String initialText, method in class:ExternalEditor
84 ed.edit(cmd, initialText);
101 private void edit(String[] cmd, String initialText) { method in class:ExternalEditor
158 // wait to exit edit mode in one of these ways...
189 errorHandler.accept("Failure in read edit file: " + ex.getMessage());
/openjdk10/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DExternalEditor.java58 private void edit(final String cmd, final String initialText) { method in class:ExternalEditor
136 errorHandler.accept("Failure read edit file: " + ex.getMessage());
147 static void edit(final String cmd, final Consumer<String> errorHandler, final String initialText, method in class:ExternalEditor
150 ed.edit(cmd, initialText);
H A DEditObject.java39 * "edit" top level script function which shows an external Window
72 return "function edit() { [native code] }";
119 ExternalEditor.edit(editor, errorHandler, initText, saveHandler, console);
132 provider.edit(null, initText, saveHandler, errorHandler);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/
H A DXString.java1036 boolean edit = false;
1061 edit = true;
1083 edit = true;
1096 edit = true;
1105 edit = true;
1112 return edit ? xsf.newstr(new String(buf, start, d - start)) : this;
H A DXStringForFSB.java862 boolean edit = false;
878 edit = true;
900 edit = true;
913 edit = true;
922 edit = true;
929 return edit ? xsf.newstr(buf, start, d - start) : this;
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DDesktopPeer.java46 * of open, edit, print, browse and mail with the given URL or file, by
83 void edit(File file) throws IOException; method in interface:DesktopPeer
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/wsdl/parser/
H A DW3CAddressingWSDLParserExtension.java72 EditableWSDLBoundOperation edit = (EditableWSDLBoundOperation) operation;
83 edit.setAnonymous(ANONYMOUS.optional);
85 edit.setAnonymous(ANONYMOUS.required);
87 edit.setAnonymous(ANONYMOUS.prohibited);
/openjdk10/jdk/make/scripts/
H A DgenExceptions.sh48 // -- This file was mechanically generated: Do not edit! -- //
/openjdk10/jdk/src/jdk.policytool/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1789 * - if edit is TRUE, then the user is editing an existing entry
1792 * - the other reason we need the 'edit' boolean is we need to know
1799 void displayPolicyEntryDialog(boolean edit) { argument
1807 (new EditPrinButtonListener(tool, tw, this, edit));
1812 (new EditPermButtonListener(tool, tw, this, edit));
1820 if (edit) {
1853 tf = (edit ?
1868 tf = (edit ?
1885 (new AddPrinButtonListener(tool, tw, this, edit));
1892 (tool, tw, this, edit));
2137 displayPrincipalDialog(boolean editPolicyEntry, boolean edit) argument
2253 displayPermissionDialog(boolean editPolicyEntry, boolean edit) argument
3185 private boolean edit; field in class:AddEntryDoneButtonListener
3187 AddEntryDoneButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
3356 private boolean edit; field in class:NewPolicyPrinOKButtonListener
3358 NewPolicyPrinOKButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog listDialog, ToolDialog infoDialog, boolean edit) argument
3421 private boolean edit; field in class:NewPolicyPermOKButtonListener
3423 NewPolicyPermOKButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog listDialog, ToolDialog infoDialog, boolean edit) argument
3485 private boolean edit; field in class:RemovePrinButtonListener
3487 RemovePrinButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
3522 private boolean edit; field in class:RemovePermButtonListener
3524 RemovePermButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDesktopPeer.java93 public void edit(File file) throws IOException { method in class:XDesktopPeer
/openjdk10/langtools/test/jdk/jshell/
H A DEditorTestBase.java73 for (String edit : new String[] {"/ed", "/edit"}) {
75 a -> assertCommandOutputStartsWith(a, edit + " 1",
77 a -> assertCommandOutputStartsWith(a, edit + " unknown",
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCDesktopPeer.java58 public void edit(File file) throws IOException { method in class:CDesktopPeer
177 throw new IOException("Failed to open, edit or print " + file + ". Error code: " + status);
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDesktopPeer.java54 private static String ACTION_EDIT_VERB = "edit";
92 public void edit(File file) throws IOException { method in class:WDesktopPeer
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DDesktop.java62 * <li>launching a registered application to open, edit or print a
109 * Represents an "edit" action.
110 * @see Desktop#edit(java.io.File)
455 public void edit(File file) throws IOException { method in class:Desktop
462 peer.edit(file);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DStringContent.java123 UndoableEdit edit = new RemoveUndo(where, removedString);
128 return edit;
H A DGapContent.java151 UndoableEdit edit = new RemoveUndo(where, removedString);
153 return edit;
H A DDefaultStyledDocument.java365 // do not fire UndoabeEdit event for composed text edit (unsupported)
443 StyleChangeUndoableEdit edit = new StyleChangeUndoableEdit((AbstractElement)paragraph, s);
449 e.addEdit(edit);
1437 * @param de the event capturing this edit
1516 * @param de the event capturing this edit
1529 * @param de the event capturing this edit
1594 // Make sure an edit is going to be created for each of the
/openjdk10/jdk/test/jdk/editpad/
H A DEditPadTest.java199 provider.edit(WINDOW_LABEL,

Completed in 144 milliseconds

12