软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
javax.swing.text.html |
提供类
HTMLEditorKit 和创建HTML文本编辑器支持类。
|
Modifier and Type | Class and Description |
---|---|
class |
ToolTipManager
在系统管理所有的
ToolTips 。
|
Modifier and Type | Class and Description |
---|---|
class |
MouseInputAdapter
MouseInputListener 接口的一个空的实现,提供一个方便简化创建侦听器的任务,通过推广和实施只有兴趣的方法。
|
Modifier and Type | Class and Description |
---|---|
protected class |
BasicComboPopup.InvocationMouseHandler
听众可以在组合框中注册(不是它的弹出菜单)来处理鼠标事件影响的弹出式菜单的状态。
|
protected class |
BasicComboPopup.ListMouseHandler
这位听众隐藏弹出当鼠标在名单公布。
|
class |
BasicDesktopIconUI.MouseInputHandler
听鼠标动作,并作用在他们身上。
|
protected class |
BasicFileChooserUI.DoubleClickListener |
protected class |
BasicInternalFrameUI.BorderListener
监听边境调整。
|
protected class |
BasicScrollBarUI.ArrowButtonListener
光标键的侦听器。
|
protected class |
BasicScrollBarUI.TrackListener
跟踪鼠标拖动。
|
class |
BasicSliderUI.TrackListener
跟踪鼠标动作。
|
protected class |
BasicSplitPaneDivider.MouseHandler
MouseHandler是负责将鼠标事件(发布,拖到合适的dragcontroller方法…)。
|
class |
BasicTabbedPaneUI.MouseHandler
这个类应该被视为一个“受保护的”内部类。
|
class |
BasicTreeUI.MouseHandler
treemouselistener负责更新基于鼠标事件的选择。
|
Modifier and Type | Class and Description |
---|---|
protected class |
MetalFileChooserUI.SingleClickListener |
Modifier and Type | Class and Description |
---|---|
protected class |
FormView.MouseEventListener
mouseeventlistener类来处理表单提交时型等于图像的输入被点击。
|
static class |
HTMLEditorKit.LinkController
在适当时,要监视相关组件和消防超链接事件。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.