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

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragSource.java50 * The <code>DragSource</code> is the entity responsible
64 * Once the <code>DragSource</code> is
66 * also be obtained to associate the <code>DragSource</code>
77 * <code>DragSource</code>'s
83 * <code>DragSource</code> shall only
112 * <code>DragSource</code>.
117 public class DragSource implements Serializable { class in inherits:Serializable
200 private static final DragSource dflt =
201 (GraphicsEnvironment.isHeadless()) ? null : new DragSource();
210 * Gets the <code>DragSource</cod
256 public DragSource() throws HeadlessException { method in class:DragSource
[all...]

Completed in 46 milliseconds