Searched defs:drop (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/test/java/awt/DataFlavor/MissedHtmlAndRtfBug/
H A DTargetPanel.java48 public void drop(DropTargetDropEvent dtde) { method in class:TargetPanel
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DMembershipKey.java43 * membership is dropped by invoking the {@link #drop() drop} method, or
68 * valid until the membership is dropped by invoking the {@link #drop() drop}
96 public abstract void drop(); method in class:MembershipKey
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTargetListener.java45 * the operable part of the drop site for that <code>DropTarget</code>, when
46 * the drop action changes, and when the drop occurs, the relevant method in
50 * The operable part of the drop site for the <code>DropTarget</code> is
73 * the operable part of the drop site for the <code>DropTarget</code>
83 * over the operable part of the drop site for the <code>DropTarget</code>
93 * the current drop gesture.
102 * exited the operable part of the drop site for the
111 * Called when the drag operation has terminated with a drop on
112 * the operable part of the drop sit
151 void drop(DropTargetDropEvent dtde); method in interface:DropTargetListener
[all...]
H A DDropTarget.java432 * Calls <code>drop</code> on the registered
446 public synchronized void drop(DropTargetDropEvent dtde) { method in class:DropTarget
450 dtListener.drop(dtde);
/openjdk7/jdk/test/java/awt/datatransfer/DragUnicodeBetweenJVMTest/
H A DTargetPanel.java73 public void drop(DropTargetDropEvent dtde) { method in class:TargetPanel
/openjdk7/jdk/test/java/awt/dnd/DnDFileGroupDescriptor/
H A DDnDTarget.java49 add(new Label("drop here"));
85 public void drop(DropTargetDropEvent dtde) { method in class:DnDTarget
86 System.out.println("[Target] drop");
96 System.out.println("[Target] drop file:" + f.getCanonicalPath());
/openjdk7/jdk/test/java/awt/dnd/FileListBetweenJVMsTest/
H A DTargetFileListFrame.java79 public void drop(DropTargetDropEvent dtde) { method in class:TargetFileListFrame
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDTarget.java75 public void drop(DropTargetDropEvent dtde) { method in class:DnDTarget
76 System.out.println("[Target] drop");
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDTarget.java75 public void drop(DropTargetDropEvent dtde) { method in class:DnDTarget
76 System.out.println("[Target] drop");
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDTarget.java75 public void drop(DropTargetDropEvent dtde) { method in class:DnDTarget
76 System.out.println("[Target] drop");
/openjdk7/jdk/test/java/awt/dnd/URIListBetweenJVMsTest/
H A DTargetFileListFrame.java89 public void drop(DropTargetDropEvent dtde) { method in class:TargetFileListFrame
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurity.java61 * The drop method should be invoked after the operation completes so as
65 void drop(); method in interface:WindowsSecurity.Privilege
107 public void drop() {
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinftrees.c69 unsigned drop; /* code bits to drop for sub-table */ local
176 with length len. That code is converted to an index by dropping drop
177 bits off of the bottom. For codes where len is less than drop + curr,
178 those top drop + curr - len bits are incremented through all values to
184 new sub-table should be started. drop is zero when the root table is
185 being filled, and drop is root when sub-tables are being filled.
230 drop = 0; /* current bits to drop from code for index */
242 this.bits = (unsigned char)(len - drop);
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DMembershipKeyImpl.java145 public void drop() { method in class:MembershipKeyImpl
147 ((DatagramChannelImpl)ch).drop(this);
H A DDatagramChannelImpl.java900 void drop(MembershipKeyImpl key) { method in class:DatagramChannelImpl
/openjdk7/jdk/src/share/classes/sun/misc/
H A DSoftCache.java135 private static Object strip(Object val, boolean drop) { argument
139 if (drop) vc.drop();
147 private void drop() { method in class:SoftCache.ValueCell
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DItems.java220 void drop() {} method in class:Items.Item
290 void drop() { method in class:Items.StackItem
329 void drop() { method in class:Items.IndexedItem
504 void drop() { method in class:Items.MemberItem
505 stackItem[OBJECTcode].drop();
675 void drop() { method in class:Items.AssignItem
743 void drop() { method in class:Items.CondItem
744 load().drop();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java59 * to/from a clipboard. It is also used in drag-and-drop operations
60 * to represent a drag from a component, and a drop to a component.
64 * that automatically supports drag and drop that uses the functionality
72 * one component to another either via the clipboard or a drag and drop operation
98 * or copied elsewhere in a drag and drop operation.
105 * or moved elsewhere in a drag and drop operation.
118 * and drop operation.
140 * Components supporting drop may provide subclasses of this
155 * Constructs a drop location for the given point.
157 * @param dropPoint the drop poin
1273 public void drop(DropTargetDropEvent e) { method in class:TransferHandler.SwingDropTarget
1511 public void drop(DropTargetDropEvent e) { method in class:TransferHandler.DropHandler
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java688 public void drop(final DropTargetDropEvent dtde) { method in class:AquaFileChooserUI.DnDHandler
1468 // DirectoryComboBox, left-justified, 200x20 not including drop shadow
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1961 for (int drop = 1; drop <= 4; drop++) {
1963 testDropArguments(nargs, pos, drop);
1969 void testDropArguments(int nargs, int pos, int drop) throws Throwable { argument
1974 Collections.nCopies(drop, Object.class).toArray(new Class<?>[0]));
1977 for (int i = drop; i > 0; i--) {
1983 // System.out.println("*** fail at n/p/d = "+nargs+"/"+pos+"/"+drop+": "+argsToDrop+" => "+res2List);

Completed in 1635 milliseconds