< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XDnDDragSourceProtocol.java

Print this page

        

*** 66,76 **** } /** * Performs protocol-specific drag initialization. * ! * @returns true if the initialized successfully. */ protected void initializeDragImpl(int actions, Transferable contents, Map<Long, DataFlavor> formatMap, long[] formats) throws InvalidDnDOperationException, IllegalArgumentException, XException { --- 66,76 ---- } /** * Performs protocol-specific drag initialization. * ! * @return true if the initialized successfully. */ protected void initializeDragImpl(int actions, Transferable contents, Map<Long, DataFlavor> formatMap, long[] formats) throws InvalidDnDOperationException, IllegalArgumentException, XException {
< prev index next >