Searched refs:InvalidDnDOperationException (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DInvalidDnDOperationException.java37 public class InvalidDnDOperationException extends IllegalStateException { class in inherits:IllegalStateException
45 public InvalidDnDOperationException() { super(dft_msg); } method in class:InvalidDnDOperationException
53 public InvalidDnDOperationException(String msg) { super(msg); } method in class:InvalidDnDOperationException
H A DDragGestureEvent.java228 * @throws InvalidDnDOperationException if the Drag and Drop
236 throws InvalidDnDOperationException {
254 * @throws InvalidDnDOperationException if
261 public void startDrag(Cursor dragCursor, Transferable transferable, DragSourceListener dsl) throws InvalidDnDOperationException {
283 * @throws InvalidDnDOperationException if
290 public void startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl) throws InvalidDnDOperationException {
H A DDropTargetContext.java151 * @throws InvalidDnDOperationException if a drop is not outstanding/extant
154 public void dropComplete(boolean success) throws InvalidDnDOperationException{
256 * @throws InvalidDnDOperationException if a drag is not outstanding/extant
261 protected Transferable getTransferable() throws InvalidDnDOperationException {
264 throw new InvalidDnDOperationException();
H A DDragSource.java100 * a <code>java.awt.dnd.InvalidDnDOperationException</code>
286 * @throws java.awt.dnd.InvalidDnDOperationException
299 FlavorMap flavorMap) throws InvalidDnDOperationException {
318 throw new InvalidDnDOperationException();
346 * @throws java.awt.dnd.InvalidDnDOperationException
357 FlavorMap flavorMap) throws InvalidDnDOperationException {
383 * @throws java.awt.dnd.InvalidDnDOperationException
395 DragSourceListener dsl) throws InvalidDnDOperationException {
415 * @throws java.awt.dnd.InvalidDnDOperationException
425 DragSourceListener dsl) throws InvalidDnDOperationException {
[all...]
/openjdk7/jdk/src/share/classes/java/awt/dnd/peer/
H A DDragSourceContextPeer.java32 import java.awt.dnd.InvalidDnDOperationException;
52 void startDrag(DragSourceContext dsc, Cursor c, Image dragImage, Point imageOffset) throws InvalidDnDOperationException;
64 void setCursor(Cursor c) throws InvalidDnDOperationException;
H A DDropTargetContextPeer.java31 import java.awt.dnd.InvalidDnDOperationException;
73 Transferable getTransferable() throws InvalidDnDOperationException;
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDragSourceContextPeer.java38 import java.awt.dnd.InvalidDnDOperationException;
74 static WDragSourceContextPeer createDragSourceContextPeer(DragGestureEvent dge) throws InvalidDnDOperationException {
92 throw new InvalidDnDOperationException("failed to create native peer");
107 throw new InvalidDnDOperationException("drag image is not ready");
121 throw new InvalidDnDOperationException("drag image creation problem: " + ex.getMessage());
H A DWToolkit.java53 import java.awt.dnd.InvalidDnDOperationException;
769 public DragSourceContextPeer createDragSourceContextPeer(DragGestureEvent dge) throws InvalidDnDOperationException {
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java43 import java.awt.dnd.InvalidDnDOperationException;
114 throws InvalidDnDOperationException {
119 throw new InvalidDnDOperationException("DragGestureEvent has a null trigger");
155 public void setCursor(Cursor c) throws InvalidDnDOperationException {
354 throws InvalidDnDOperationException {
356 throw new InvalidDnDOperationException(getExceptionMessage(b));
361 throw new InvalidDnDOperationException(getExceptionMessage(b));
382 throws InvalidDnDOperationException {
384 throw new InvalidDnDOperationException(getExceptionMessage(true));
H A DSunDropTargetEvent.java29 import java.awt.dnd.InvalidDnDOperationException;
H A DSunDropTargetContextPeer.java43 import java.awt.dnd.InvalidDnDOperationException;
116 public static void setCurrentJVMLocalSourceTransferable(Transferable t) throws InvalidDnDOperationException {
119 throw new InvalidDnDOperationException();
223 InvalidDnDOperationException
245 throw new InvalidDnDOperationException("No drop current");
259 throw new InvalidDnDOperationException("only ACTION_LINK is permissable for transfer of java.rmi.Remote objects");
270 throw new InvalidDnDOperationException(e.getMessage());
277 throw new InvalidDnDOperationException(e.getMessage());
601 throw new InvalidDnDOperationException("No Drag pending");
615 throw new InvalidDnDOperationException("N
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceProtocol.java31 import java.awt.dnd.InvalidDnDOperationException;
81 * @throws InvalidDnDOperationException if a drag operation is already
88 throws InvalidDnDOperationException,
94 throw new InvalidDnDOperationException("Already initialized");
114 throws InvalidDnDOperationException, IllegalArgumentException, XException;
H A DXDragSourceContextPeer.java36 import java.awt.dnd.InvalidDnDOperationException;
107 throws InvalidDnDOperationException {
126 throw new InvalidDnDOperationException(
146 throw new InvalidDnDOperationException("Proxy drag in progress");
149 throw new InvalidDnDOperationException("Drag in progress");
171 throw (InvalidDnDOperationException)
172 new InvalidDnDOperationException().initCause(xe);
185 throw new InvalidDnDOperationException("XGetWindowAttributes failed");
255 public void setCursor(Cursor c) throws InvalidDnDOperationException {
288 throws InvalidDnDOperationException {
[all...]
H A DMotifDnDDragSourceProtocol.java31 import java.awt.dnd.InvalidDnDOperationException;
69 throws InvalidDnDOperationException,
82 } catch (InvalidDnDOperationException idoe) {
91 throw new InvalidDnDOperationException("Cannot acquire selection ownership");
H A DXDnDDragSourceProtocol.java31 import java.awt.dnd.InvalidDnDOperationException;
74 throws InvalidDnDOperationException,
139 throw new InvalidDnDOperationException("Cannot acquire selection ownership");
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDragSourceContextPeer.java73 public static CDragSourceContextPeer createDragSourceContextPeer(DragGestureEvent dge) throws InvalidDnDOperationException {
80 public void startDrag(DragSourceContext dsc, Cursor cursor, Image dragImage, Point dragImageOffset) throws InvalidDnDOperationException {
127 throw new InvalidDnDOperationException("Drag image can not be created.");
130 throw new InvalidDnDOperationException("Drag image is not ready.");
148 throw new InvalidDnDOperationException("");
158 throw new InvalidDnDOperationException("failed to create native peer: " + e);
198 throw new InvalidDnDOperationException("failed to start dragging thread: " + e);
458 public void setCursor(Cursor c) throws InvalidDnDOperationException {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DComponentFactory.java89 throws InvalidDnDOperationException, HeadlessException;
H A DHToolkit.java154 throws InvalidDnDOperationException {
155 throw new InvalidDnDOperationException("Headless environment");
H A DHeadlessToolkit.java176 throws InvalidDnDOperationException {
177 throw new InvalidDnDOperationException("Headless environment");
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java59 import java.awt.dnd.InvalidDnDOperationException;
515 public DragSourceContextPeer createDragSourceContextPeer(DragGestureEvent dge) throws InvalidDnDOperationException {
/openjdk7/jdk/test/java/awt/Toolkit/Headless/ExceptionContract/
H A DExceptionContract.java317 public DragSourceContextPeer createDragSourceContextPeer(DragGestureEvent dge) throws InvalidDnDOperationException {
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDSource.java112 } catch (InvalidDnDOperationException e) {
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDSource.java112 } catch (InvalidDnDOperationException e) {
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDSource.java141 }catch(InvalidDnDOperationException e){
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java44 import java.awt.dnd.InvalidDnDOperationException;
1739 public abstract DragSourceContextPeer createDragSourceContextPeer(DragGestureEvent dge) throws InvalidDnDOperationException;

Completed in 4197 milliseconds

12