awteventmulticaster.html

来自「API資料大全」· HTML 代码 · 共 1,158 行 · 第 1/5 页

HTML
1,158
字号
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../java/awt/event/HierarchyListener.html">HierarchyListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#add(java.awt.event.HierarchyListener, java.awt.event.HierarchyListener)">add</A></B>(<A HREF="../../java/awt/event/HierarchyListener.html">HierarchyListener</A>&nbsp;a,    <A HREF="../../java/awt/event/HierarchyListener.html">HierarchyListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds hierarchy-listener-a with hierarchy-listener-b and returns the resulting multicast listener.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../java/awt/event/InputMethodListener.html">InputMethodListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#add(java.awt.event.InputMethodListener, java.awt.event.InputMethodListener)">add</A></B>(<A HREF="../../java/awt/event/InputMethodListener.html">InputMethodListener</A>&nbsp;a,    <A HREF="../../java/awt/event/InputMethodListener.html">InputMethodListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds input-method-listener-a with input-method-listener-b and returns the resulting multicast listener.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../java/awt/event/ItemListener.html">ItemListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#add(java.awt.event.ItemListener, java.awt.event.ItemListener)">add</A></B>(<A HREF="../../java/awt/event/ItemListener.html">ItemListener</A>&nbsp;a,    <A HREF="../../java/awt/event/ItemListener.html">ItemListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds item-listener-a with item-listener-b and returns the resulting multicast listener.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../java/awt/event/KeyListener.html">KeyListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#add(java.awt.event.KeyListener, java.awt.event.KeyListener)">add</A></B>(<A HREF="../../java/awt/event/KeyListener.html">KeyListener</A>&nbsp;a,    <A HREF="../../java/awt/event/KeyListener.html">KeyListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds key-listener-a with key-listener-b and returns the resulting multicast listener.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../java/awt/event/MouseListener.html">MouseListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#add(java.awt.event.MouseListener, java.awt.event.MouseListener)">add</A></B>(<A HREF="../../java/awt/event/MouseListener.html">MouseListener</A>&nbsp;a,    <A HREF="../../java/awt/event/MouseListener.html">MouseListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../java/awt/event/MouseMotionListener.html">MouseMotionListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#add(java.awt.event.MouseMotionListener, java.awt.event.MouseMotionListener)">add</A></B>(<A HREF="../../java/awt/event/MouseMotionListener.html">MouseMotionListener</A>&nbsp;a,    <A HREF="../../java/awt/event/MouseMotionListener.html">MouseMotionListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../java/awt/event/TextListener.html">TextListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#add(java.awt.event.TextListener, java.awt.event.TextListener)">add</A></B>(<A HREF="../../java/awt/event/TextListener.html">TextListener</A>&nbsp;a,    <A HREF="../../java/awt/event/TextListener.html">TextListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../java/awt/event/WindowListener.html">WindowListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#add(java.awt.event.WindowListener, java.awt.event.WindowListener)">add</A></B>(<A HREF="../../java/awt/event/WindowListener.html">WindowListener</A>&nbsp;a,    <A HREF="../../java/awt/event/WindowListener.html">WindowListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds window-listener-a with window-listener-b and returns the resulting multicast listener.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static&nbsp;<A HREF="../../java/util/EventListener.html">EventListener</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#addInternal(java.util.EventListener, java.util.EventListener)">addInternal</A></B>(<A HREF="../../java/util/EventListener.html">EventListener</A>&nbsp;a,            <A HREF="../../java/util/EventListener.html">EventListener</A>&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the resulting multicast listener from adding listener-a and listener-b together.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#adjustmentValueChanged(java.awt.event.AdjustmentEvent)">adjustmentValueChanged</A></B>(<A HREF="../../java/awt/event/AdjustmentEvent.html">AdjustmentEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#ancestorMoved(java.awt.event.HierarchyEvent)">ancestorMoved</A></B>(<A HREF="../../java/awt/event/HierarchyEvent.html">HierarchyEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the ancestorMoved event by invoking the ancestorMoved methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#ancestorResized(java.awt.event.HierarchyEvent)">ancestorResized</A></B>(<A HREF="../../java/awt/event/HierarchyEvent.html">HierarchyEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the ancestorResized event by invoking the ancestorResized methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#caretPositionChanged(java.awt.event.InputMethodEvent)">caretPositionChanged</A></B>(<A HREF="../../java/awt/event/InputMethodEvent.html">InputMethodEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the caretPositionChanged event by invoking the caretPositionChanged methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#componentAdded(java.awt.event.ContainerEvent)">componentAdded</A></B>(<A HREF="../../java/awt/event/ContainerEvent.html">ContainerEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#componentHidden(java.awt.event.ComponentEvent)">componentHidden</A></B>(<A HREF="../../java/awt/event/ComponentEvent.html">ComponentEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#componentMoved(java.awt.event.ComponentEvent)">componentMoved</A></B>(<A HREF="../../java/awt/event/ComponentEvent.html">ComponentEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#componentRemoved(java.awt.event.ContainerEvent)">componentRemoved</A></B>(<A HREF="../../java/awt/event/ContainerEvent.html">ContainerEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#componentResized(java.awt.event.ComponentEvent)">componentResized</A></B>(<A HREF="../../java/awt/event/ComponentEvent.html">ComponentEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#componentShown(java.awt.event.ComponentEvent)">componentShown</A></B>(<A HREF="../../java/awt/event/ComponentEvent.html">ComponentEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#focusGained(java.awt.event.FocusEvent)">focusGained</A></B>(<A HREF="../../java/awt/event/FocusEvent.html">FocusEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#focusLost(java.awt.event.FocusEvent)">focusLost</A></B>(<A HREF="../../java/awt/event/FocusEvent.html">FocusEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#hierarchyChanged(java.awt.event.HierarchyEvent)">hierarchyChanged</A></B>(<A HREF="../../java/awt/event/HierarchyEvent.html">HierarchyEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the hierarchyChanged event by invoking the hierarchyChanged methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#inputMethodTextChanged(java.awt.event.InputMethodEvent)">inputMethodTextChanged</A></B>(<A HREF="../../java/awt/event/InputMethodEvent.html">InputMethodEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the inputMethodTextChanged event by invoking the inputMethodTextChanged methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged</A></B>(<A HREF="../../java/awt/event/ItemEvent.html">ItemEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/awt/AWTEventMulticaster.html#keyPressed(java.awt.event.KeyEvent)">keyPressed</A></B>(<A HREF="../../java/awt/event/KeyEvent.html">KeyEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles the keyPressed event by invoking the

⌨️ 快捷键说明

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