Searched refs:drop (Results 1 - 25 of 31) sorted by relevance

12

/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/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/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/test/java/nio/channels/DatagramChannel/
H A DBasicMulticastTests.java75 // drop membership
76 key.drop();
97 // drop membership
98 key.drop();
134 key.drop();
142 key.drop();
H A DMulticastSendReceiveTests.java197 key.drop();
/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() {
H A DWindowsAclFileAttributeView.java198 priv.drop();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DMembershipKeyImpl.java145 public void drop() { method in class:MembershipKeyImpl
147 ((DatagramChannelImpl)ch).drop(this);
/openjdk7/jdk/test/java/awt/dnd/Button2DragTest/
H A DButton2DragTest.java39 * (does not depend on the user drop action)
80 public void drop(DropTargetDropEvent dtde) {
119 throw new RuntimeException("test failed: drop was not successful");
/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/test/java/awt/DataFlavor/MissedHtmlAndRtfBug/
H A DTargetPanel.java48 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/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");
H A DImageDecoratedDnDNegative.java65 "the drop targets with activated extended OLE D\'n\'D support (that are ",
144 Point drop = new Point(
147 moveTo(robot, out, drop);
154 cur = drop;
158 throw new RuntimeException("test failed: drop was not successful with exception " + e);
/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/FileListBetweenJVMsTest/
H A DTargetFileListFrame.java79 public void drop(DropTargetDropEvent dtde) { method in class:TargetFileListFrame
/openjdk7/jdk/test/java/awt/xembed/server/
H A DJavaClient.java84 public void drop(DropTargetDropEvent dtde) {
H A DTestXEmbedServer.java88 public void drop(DropTargetDropEvent dtde) {
/openjdk7/jdk/test/java/awt/dnd/URIListBetweenJVMsTest/
H A DTargetFileListFrame.java89 public void drop(DropTargetDropEvent dtde) { method in class:TargetFileListFrame
/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java2398 // newScale < oldScale -- drop some digits
2400 int drop = checkScale((long)oldScale - newScale);
2401 if (drop < LONG_TEN_POWERS_TABLE.length)
2403 LONG_TEN_POWERS_TABLE[drop], null,
2407 INFLATED, bigTenToThe(drop),
3746 int drop;
3748 while ((drop = d.precision() - mcp) > 0) {
3749 int newScale = d.checkScale((long)d.scale - drop);
3751 if (drop < LONG_TEN_POWERS_TABLE.length)
3753 LONG_TEN_POWERS_TABLE[drop], nul
[all...]
/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...]

Completed in 1916 milliseconds

12