package-use.html
来自「API資料大全」· HTML 代码 · 共 336 行 · 第 1/2 页
HTML
336 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:27:51 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Uses of Package java.awt.dnd</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="package-use.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><CENTER><H2><B>Uses of Package<br>java.awt.dnd</B></H2></CENTER><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Packages that use <A HREF="../../../java/awt/dnd/package-summary.html">java.awt.dnd</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.awt"><B>java.awt</B></A></TD><TD>Contains all of the classes for creating userinterfaces and for painting graphics and images. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.awt.dnd"><B>java.awt.dnd</B></A></TD><TD>Drag and Drop is a direct manipulation gesture found in many GraphicalUser Interface systems that provides a mechanism to transferinformation between two entities logically associated with presentationelements in the GUI. </TD></TR></TABLE> <P><A NAME="java.awt"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../java/awt/dnd/package-summary.html">java.awt.dnd</A> used by <A HREF="../../../java/awt/package-summary.html">java.awt</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/DragGestureEvent.html#java.awt"><B>DragGestureEvent</B></A></B><BR> A <code>DragGestureEvent</code> is passed to <code>DragGestureListener</code>'s dragGestureRecognized() method when a particular <code>DragGestureRecognizer</code> detects that a platform dependent drag initiating gesture has occurred on the <code>Component</code> that it is tracking.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/DragGestureListener.html#java.awt"><B>DragGestureListener</B></A></B><BR> This interface is sourced from a <code>DragGestureRecognizer</code> and is invoked when an object of that (sub)class detects a drag initiating gesture.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/DragGestureRecognizer.html#java.awt"><B>DragGestureRecognizer</B></A></B><BR> The <code>DragGestureRecognizer</code> is an abstract base class for the specification of a platform-dependent listener that can be associated with a particular <code>Component</code> in order to identify platform-dependent drag initiating gestures.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/DragSource.html#java.awt"><B>DragSource</B></A></B><BR> The <code>DragSource</code> is the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of scenarios: 1 default instance per JVM for the lifetime of that JVM.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/DropTarget.html#java.awt"><B>DropTarget</B></A></B><BR> The <code>DropTarget</code> is associated with a <code>Component</code> when that <code>Component</code> wishes to accept drops during Drag and Drop operations.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/InvalidDnDOperationException.html#java.awt"><B>InvalidDnDOperationException</B></A></B><BR> This exception is thrown by various methods in the java.awt.dnd package.</TD></TR></FONT></TD></TR></TABLE> <P><A NAME="java.awt.dnd"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../java/awt/dnd/package-summary.html">java.awt.dnd</A> used by <A HREF="../../../java/awt/dnd/package-summary.html">java.awt.dnd</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/DragGestureEvent.html#java.awt.dnd"><B>DragGestureEvent</B></A></B><BR> A <code>DragGestureEvent</code> is passed to <code>DragGestureListener</code>'s dragGestureRecognized() method when a particular <code>DragGestureRecognizer</code> detects that a platform dependent drag initiating gesture has occurred on the <code>Component</code> that it is tracking.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/DragGestureListener.html#java.awt.dnd"><B>DragGestureListener</B></A></B><BR> This interface is sourced from a <code>DragGestureRecognizer</code> and is invoked when an object of that (sub)class detects a drag initiating gesture.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/dnd/class-use/DragGestureRecognizer.html#java.awt.dnd"><B>DragGestureRecognizer</B></A></B><BR> The <code>DragGestureRecognizer</code> is an abstract base class for the specification of a platform-dependent listener that can be associated with a particular
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?