|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 MouseMotionListener 的軟體套件 | |
---|---|
java.awt | 包含用於創建使用者介面和繪製圖形圖像的全部類別。 |
java.awt.dnd | Drag 和 Drop 是一種直接操作動作,在許多圖形使用者介面系統中都會遇到它,它提供了一種機制,能夠在兩個與 GUI 中顯示元素邏輯相關的實體之間傳輸資訊。 |
java.awt.event | 提供處理由 AWT 元件所觸發的各類別事件的介面和類別。 |
javax.swing | 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 |
javax.swing.event | 供 Swing 元件觸發的事件使用。 |
javax.swing.plaf.basic | 提供了根據基本外觀建構的使用者介面物件。 |
javax.swing.plaf.metal | 提供根據 Java 外觀(曾經代稱為 Metal)建構的使用者介面物件,Java 外觀是預設外觀。 |
javax.swing.text | 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 |
javax.swing.text.html | 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 |
java.awt 中 MouseMotionListener 的使用 |
---|
實作 MouseMotionListener 的 java.awt 中的類別 | |
---|---|
class |
AWTEventMulticaster
AWTEventMulticaster 實作對 java.awt.event 套件中定義的 AWT 事件的指派,該指派是有效的、執行緒安全的多路廣播事件指派。 |
返回 MouseMotionListener 的 java.awt 中的方法 | |
---|---|
static MouseMotionListener |
AWTEventMulticaster.add(MouseMotionListener a,
MouseMotionListener b)
添加鼠標移動偵聽器 a 和鼠標移動偵聽器 b,並返回得到的多路廣播偵聽器。 |
MouseMotionListener[] |
TrayIcon.getMouseMotionListeners()
返回已在此 TrayIcon 上註冊的所有鼠標移動偵聽器的陣列。 |
MouseMotionListener[] |
Component.getMouseMotionListeners()
返回在此元件上所有已註冊的鼠標移動偵聽器的陣列。 |
static MouseMotionListener |
AWTEventMulticaster.remove(MouseMotionListener l,
MouseMotionListener oldl)
從鼠標移動偵聽器 l 中移除舊的鼠標移動偵聽器,並返回得到的多路廣播偵聽器。 |
參數型別為 MouseMotionListener 的 java.awt 中的方法 | |
---|---|
static MouseMotionListener |
AWTEventMulticaster.add(MouseMotionListener a,
MouseMotionListener b)
添加鼠標移動偵聽器 a 和鼠標移動偵聽器 b,並返回得到的多路廣播偵聽器。 |
void |
TrayIcon.addMouseMotionListener(MouseMotionListener listener)
添加指定的鼠標偵聽器,以接收發自此 TrayIcon 的鼠標移動事件。 |
void |
Component.addMouseMotionListener(MouseMotionListener l)
添加指定的鼠標移動偵聽器,以接收發自此元件的鼠標移動事件。 |
static MouseMotionListener |
AWTEventMulticaster.remove(MouseMotionListener l,
MouseMotionListener oldl)
從鼠標移動偵聽器 l 中移除舊的鼠標移動偵聽器,並返回得到的多路廣播偵聽器。 |
void |
TrayIcon.removeMouseMotionListener(MouseMotionListener listener)
移除指定的鼠標移動偵聽器。 |
void |
Component.removeMouseMotionListener(MouseMotionListener l)
移除指定的鼠標移動偵聽器,以便它不再接收發自此元件的鼠標移動事件。 |
java.awt.dnd 中 MouseMotionListener 的使用 |
---|
實作 MouseMotionListener 的 java.awt.dnd 中的類別 | |
---|---|
class |
MouseDragGestureRecognizer
DragGestureRecognizer 的抽象子類別,它定義了一個基於鼠標動作的 DragGestureRecognizer 。 |
java.awt.event 中 MouseMotionListener 的使用 |
---|
實作 MouseMotionListener 的 java.awt.event 中的類別 | |
---|---|
class |
MouseAdapter
接收鼠標事件的抽象適配器類別。 |
class |
MouseMotionAdapter
接收鼠標移動事件的抽象適配器類別。 |
javax.swing 中 MouseMotionListener 的使用 |
---|
實作 MouseMotionListener 的 javax.swing 中的類別 | |
---|---|
class |
ToolTipManager
管理系統中的所有 ToolTips 。 |
javax.swing.event 中 MouseMotionListener 的使用 |
---|
javax.swing.event 中 MouseMotionListener 的子介面 | |
---|---|
interface |
MouseInputListener
實作 MouseListener 和 MouseMotionListener 介面中的所有方法的偵聽器。 |
實作 MouseMotionListener 的 javax.swing.event 中的類別 | |
---|---|
class |
MouseInputAdapter
MouseInputListener 介面的一個空實作,提供此類別作為簡化創建偵聽器任務的一種便捷方式,它只擴展和實作需要的方法。 |
javax.swing.plaf.basic 中 MouseMotionListener 的使用 |
---|
宣告為 MouseMotionListener 的 javax.swing.plaf.basic 中的欄位 | |
---|---|
protected MouseMotionListener |
BasicComboPopup.listMouseMotionListener
此受保護欄位是特定於實作的。 |
protected MouseMotionListener |
BasicComboPopup.mouseMotionListener
此受保護欄位是特定於實作的。 |
protected MouseMotionListener |
BasicComboBoxUI.popupMouseMotionListener
|
返回 MouseMotionListener 的 javax.swing.plaf.basic 中的方法 | |
---|---|
protected MouseMotionListener |
BasicComboPopup.createListMouseMotionListener()
創建觀察彈出列表中的鼠標移動事件的鼠標移動偵聽器。 |
protected MouseMotionListener |
BasicComboPopup.createMouseMotionListener()
創建將添加到組合框的鼠標移動偵聽器。 |
MouseMotionListener |
BasicComboPopup.getMouseMotionListener()
ComboPopup.getMouseMotionListener() 的實作。 |
MouseMotionListener |
ComboPopup.getMouseMotionListener()
返回將添加到組合框的鼠標移動偵聽器或 null。 |
javax.swing.plaf.metal 中 MouseMotionListener 的使用 |
---|
實作 MouseMotionListener 的 javax.swing.plaf.metal 中的類別 | |
---|---|
protected class |
MetalFileChooserUI.SingleClickListener
|
protected class |
MetalToolBarUI.MetalDockingListener
|
javax.swing.text 中 MouseMotionListener 的使用 |
---|
實作 MouseMotionListener 的 javax.swing.text 中的類別 | |
---|---|
class |
DefaultCaret
插入符的預設實作。 |
javax.swing.text.html 中 MouseMotionListener 的使用 |
---|
實作 MouseMotionListener 的 javax.swing.text.html 中的類別 | |
---|---|
protected class |
FormView.MouseEventListener
當輸入的型別等於被單擊的圖像型別時,MouseEventListener 類別將用於處理表單提交。 |
static class |
HTMLEditorKit.LinkController
此類別用於觀察關聯元件並在適當的時候觸發該元件上的超連接事件。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。