⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qteventcaster.html

📁 这个是java的quicktime for java 的详细使用文档
💻 HTML
📖 第 1 页 / 共 3 页
字号:
mouseDragged</H3><PRE>public void <B>mouseDragged</B>(<A HREF="../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A>&nbsp;e)</PRE><DL><DD>Invoked when a mouse button is pressed on a component and then  dragged.  Mouse drag events will continue to be delivered to the component where the first originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the component).<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/event/MouseMoveListener.html#mouseDragged(quicktime.app.event.QTMouseEvent)">mouseDragged</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/event/MouseMoveListener.html">MouseMoveListener</A></CODE></DL></DD></DL><HR><A NAME="mouseMoved(quicktime.app.event.QTMouseEvent)"><!-- --></A><H3>mouseMoved</H3><PRE>public void <B>mouseMoved</B>(<A HREF="../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A>&nbsp;e)</PRE><DL><DD>Invoked when the mouse button has been moved on a component (with no buttons no down).<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/event/MouseMoveListener.html#mouseMoved(quicktime.app.event.QTMouseEvent)">mouseMoved</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/event/MouseMoveListener.html">MouseMoveListener</A></CODE></DL></DD></DL><HR><A NAME="add(quicktime.app.event.MouseEnterExitListener, quicktime.app.event.MouseEnterExitListener)"><!-- --></A><H3>add</H3><PRE>public static <A HREF="../../../quicktime/app/event/MouseEnterExitListener.html">MouseEnterExitListener</A> <B>add</B>(<A HREF="../../../quicktime/app/event/MouseEnterExitListener.html">MouseEnterExitListener</A>&nbsp;c,                                         <A HREF="../../../quicktime/app/event/MouseEnterExitListener.html">MouseEnterExitListener</A>&nbsp;d)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="remove(quicktime.app.event.MouseEnterExitListener, quicktime.app.event.MouseEnterExitListener)"><!-- --></A><H3>remove</H3><PRE>public static <A HREF="../../../quicktime/app/event/MouseEnterExitListener.html">MouseEnterExitListener</A> <B>remove</B>(<A HREF="../../../quicktime/app/event/MouseEnterExitListener.html">MouseEnterExitListener</A>&nbsp;l,                                            <A HREF="../../../quicktime/app/event/MouseEnterExitListener.html">MouseEnterExitListener</A>&nbsp;oldl)</PRE><DL><DD>Removes the old action-listener from action-listener-l and returns the resulting multicast listener.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>l</CODE> - action-listener-l<DD><CODE>oldl</CODE> - the action-listener being removed</DL></DD></DL><HR><A NAME="mouseEntered(quicktime.app.event.QTMouseEvent)"><!-- --></A><H3>mouseEntered</H3><PRE>public void <B>mouseEntered</B>(<A HREF="../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A>&nbsp;e)</PRE><DL><DD>Invoked when the mouse enters a component.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/event/MouseEnterExitListener.html#mouseEntered(quicktime.app.event.QTMouseEvent)">mouseEntered</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/event/MouseEnterExitListener.html">MouseEnterExitListener</A></CODE></DL></DD></DL><HR><A NAME="mouseExited(quicktime.app.event.QTMouseEvent)"><!-- --></A><H3>mouseExited</H3><PRE>public void <B>mouseExited</B>(<A HREF="../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A>&nbsp;e)</PRE><DL><DD>Invoked when the mouse exits a component.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/event/MouseEnterExitListener.html#mouseExited(quicktime.app.event.QTMouseEvent)">mouseExited</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/event/MouseEnterExitListener.html">MouseEnterExitListener</A></CODE></DL></DD></DL><HR><A NAME="add(quicktime.app.event.MouseTargetListener, quicktime.app.event.MouseTargetListener)"><!-- --></A><H3>add</H3><PRE>public static <A HREF="../../../quicktime/app/event/MouseTargetListener.html">MouseTargetListener</A> <B>add</B>(<A HREF="../../../quicktime/app/event/MouseTargetListener.html">MouseTargetListener</A>&nbsp;c,                                      <A HREF="../../../quicktime/app/event/MouseTargetListener.html">MouseTargetListener</A>&nbsp;d)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="remove(quicktime.app.event.MouseTargetListener, quicktime.app.event.MouseTargetListener)"><!-- --></A><H3>remove</H3><PRE>public static <A HREF="../../../quicktime/app/event/MouseTargetListener.html">MouseTargetListener</A> <B>remove</B>(<A HREF="../../../quicktime/app/event/MouseTargetListener.html">MouseTargetListener</A>&nbsp;l,                                         <A HREF="../../../quicktime/app/event/MouseTargetListener.html">MouseTargetListener</A>&nbsp;oldl)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="mouseTargetEntered(quicktime.app.event.QTMouseEvent)"><!-- --></A><H3>mouseTargetEntered</H3><PRE>public void <B>mouseTargetEntered</B>(<A HREF="../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A>&nbsp;e)</PRE><DL><DD>Invoked when a mouseMoved event enters a Target within an enclosing space. The target of a MouseResponder is set for events of this kind.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/event/MouseTargetListener.html#mouseTargetEntered(quicktime.app.event.QTMouseEvent)">mouseTargetEntered</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/event/MouseTargetListener.html">MouseTargetListener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>e</CODE> - the QTMouseEvent that triggered this event</DL></DD></DL><HR><A NAME="mouseTargetExited(quicktime.app.event.QTMouseEvent)"><!-- --></A><H3>mouseTargetExited</H3><PRE>public void <B>mouseTargetExited</B>(<A HREF="../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A>&nbsp;e)</PRE><DL><DD>Invoked when a mouseMoved event exits a Target within an enclosing space. The target of a MouseResponder is set for events of this kind.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/event/MouseTargetListener.html#mouseTargetExited(quicktime.app.event.QTMouseEvent)">mouseTargetExited</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/event/MouseTargetListener.html">MouseTargetListener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>e</CODE> - the QTMouseEvent that triggered this event</DL></DD></DL><HR><A NAME="add(quicktime.app.event.QTActionListener, quicktime.app.event.QTActionListener)"><!-- --></A><H3>add</H3><PRE>public static <A HREF="../../../quicktime/app/event/QTActionListener.html">QTActionListener</A> <B>add</B>(<A HREF="../../../quicktime/app/event/QTActionListener.html">QTActionListener</A>&nbsp;c,                                   <A HREF="../../../quicktime/app/event/QTActionListener.html">QTActionListener</A>&nbsp;d)</PRE><DL><DD>Adds action-listener-a with action-listener-b and returns the resulting multicast listener.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>a</CODE> - action-listener-a<DD><CODE>b</CODE> - action-listener-b</DL></DD></DL><HR><A NAME="remove(quicktime.app.event.QTActionListener, quicktime.app.event.QTActionListener)"><!-- --></A><H3>remove</H3><PRE>public static <A HREF="../../../quicktime/app/event/QTActionListener.html">QTActionListener</A> <B>remove</B>(<A HREF="../../../quicktime/app/event/QTActionListener.html">QTActionListener</A>&nbsp;l,                                      <A HREF="../../../quicktime/app/event/QTActionListener.html">QTActionListener</A>&nbsp;oldl)</PRE><DL><DD>Removes the old action-listener from action-listener-l and returns the resulting multicast listener.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>l</CODE> - action-listener-l<DD><CODE>oldl</CODE> - the action-listener being removed</DL></DD></DL><HR><A NAME="actionPerformed(quicktime.app.event.QTActionEvent)"><!-- --></A><H3>actionPerformed</H3><PRE>public void <B>actionPerformed</B>(<A HREF="../../../quicktime/app/event/QTActionEvent.html">QTActionEvent</A>&nbsp;e)</PRE><DL><DD>Broadcasts the event to any interested QTActionListeners. If the event is consumed it will not be broadcast to any further listeners.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/event/QTActionListener.html#actionPerformed(quicktime.app.event.QTActionEvent)">actionPerformed</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/event/QTActionListener.html">QTActionListener</A></CODE></DL></DD></DL><HR><A NAME="addListener(java.util.EventListener, java.util.EventListener)"><!-- --></A><H3>addListener</H3><PRE>protected static java.util.EventListener <B>addListener</B>(java.util.EventListener&nbsp;a,                                                     java.util.EventListener&nbsp;b)</PRE><DL><DD>Returns the resulting multicast listener from adding listener-a and listener-b together.   If listener-a is null, it returns listener-b;   If listener-b is null, it returns listener-a If neither are null, then it creates and returns a new AWTEventMulticaster instance which chains a with b.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>a</CODE> - event listener-a<DD><CODE>b</CODE> - event listener-b</DL></DD></DL><HR><A NAME="removeListener(java.util.EventListener, java.util.EventListener)"><!-- --></A><H3>removeListener</H3><PRE>protected static java.util.EventListener <B>removeListener</B>(java.util.EventListener&nbsp;l,                                                        java.util.EventListener&nbsp;oldl)</PRE><DL><DD>Returns the resulting multicast listener after removing the old listener from listener-l. If listener-l equals the old listener OR listener-l is null,  returns null. Else if listener-l is an instance of AWTEventMulticaster,  then it removes the old listener from it. Else, returns listener l.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>l</CODE> - the listener being removed from<DD><CODE>oldl</CODE> - the listener being removed</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/QTEventCaster.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../quicktime/app/event/QTActionEvent.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../quicktime/app/event/QTMouseController.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="QTEventCaster.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -