软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.event |
用于处理不同类型的事件由AWT组件提供的接口和类发射。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
Modifier and Type | Class and Description |
---|---|
class |
AWTEventMulticaster
AWTEventMulticaster 实现高效的线程安全多播事件在
java.awt.event 包中定义的AWT事件调度。
|
protected class |
Container.AccessibleAWTContainer.AccessibleContainerHandler
消防
PropertyChange 听众,如果注册,当孩子添加或删除。
|
Modifier and Type | Field and Description |
---|---|
protected ContainerListener |
Container.AccessibleAWTContainer.accessibleContainerHandler |
Modifier and Type | Method and Description |
---|---|
static ContainerListener |
AWTEventMulticaster.add(ContainerListener a, ContainerListener b)
增加了container-listener-a与container-listener-b并返回产生的组播侦听者。
|
ContainerListener[] |
Container.getContainerListeners()
返回在这个容器上注册的所有容器侦听器的数组。
|
static ContainerListener |
AWTEventMulticaster.remove(ContainerListener l, ContainerListener oldl)
从container-listener-l移除旧集装箱的倾听者并返回产生的组播侦听者。
|
Modifier and Type | Method and Description |
---|---|
static ContainerListener |
AWTEventMulticaster.add(ContainerListener a, ContainerListener b)
增加了container-listener-a与container-listener-b并返回产生的组播侦听者。
|
void |
Container.addContainerListener(ContainerListener l)
添加指定的容器侦听器从该容器接收容器事件。
|
static ContainerListener |
AWTEventMulticaster.remove(ContainerListener l, ContainerListener oldl)
从container-listener-l移除旧集装箱的倾听者并返回产生的组播侦听者。
|
void |
Container.removeContainerListener(ContainerListener l)
移除指定的容器侦听器,所以它不再接收来自该容器的容器事件。
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerAdapter
用于接收容器事件的抽象适配器类。
|
Modifier and Type | Class and Description |
---|---|
protected class |
JComponent.AccessibleJComponent.AccessibleContainerHandler
消防propertychange听众,如果注册,当孩子添加/删除。
|
Modifier and Type | Class and Description |
---|---|
protected class |
BasicToolBarUI.ToolBarContListener |
Modifier and Type | Field and Description |
---|---|
protected ContainerListener |
BasicMenuBarUI.containerListener |
protected ContainerListener |
BasicToolBarUI.toolBarContListener |
Modifier and Type | Method and Description |
---|---|
protected ContainerListener |
BasicMenuBarUI.createContainerListener() |
protected ContainerListener |
BasicToolBarUI.createToolBarContListener() |
Modifier and Type | Class and Description |
---|---|
protected class |
MetalToolBarUI.MetalContainerListener |
Modifier and Type | Field and Description |
---|---|
protected ContainerListener |
MetalToolBarUI.contListener
这个保护字段是实现特定的。
|
Modifier and Type | Method and Description |
---|---|
protected ContainerListener |
MetalToolBarUI.createContainerListener()
创建一个容器,听众将被添加到jtoolbar。
|
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.