|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 ContainerEvent 的软件包 | |
---|---|
java.awt | 包含用于创建用户界面和绘制图形图像的所有类。 |
java.awt.event | 提供处理由 AWT 组件所激发的各类事件的接口和类。 |
javax.swing | 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 |
javax.swing.plaf.basic | 提供了根据基本外观构建的用户界面对象。 |
java.awt 中 ContainerEvent 的使用 |
---|
参数类型为 ContainerEvent 的 java.awt 中的方法 | |
---|---|
void |
AWTEventMulticaster.componentAdded(ContainerEvent e)
通过在侦听器 a 和侦听器 b 上调用 componentAdded 方法处理 componentAdded 容器事件。 |
void |
Container.AccessibleAWTContainer.AccessibleContainerHandler.componentAdded(ContainerEvent e)
|
void |
AWTEventMulticaster.componentRemoved(ContainerEvent e)
通过在侦听器 a 和侦听器 b 上调用 componentRemoved 方法处理 componentRemoved 容器事件。 |
void |
Container.AccessibleAWTContainer.AccessibleContainerHandler.componentRemoved(ContainerEvent e)
|
protected void |
Container.processContainerEvent(ContainerEvent e)
通过将发生在此容器上的容器事件指派给所有已注册的 ContainerListener 对象来处理这些事件。 |
java.awt.event 中 ContainerEvent 的使用 |
---|
参数类型为 ContainerEvent 的 java.awt.event 中的方法 | |
---|---|
void |
ContainerAdapter.componentAdded(ContainerEvent e)
已将组件添加到容器中时调用。 |
void |
ContainerListener.componentAdded(ContainerEvent e)
已将组件添加到容器中时调用。 |
void |
ContainerAdapter.componentRemoved(ContainerEvent e)
已从容器中移除组件时调用。 |
void |
ContainerListener.componentRemoved(ContainerEvent e)
已从容器中移除组件时调用。 |
javax.swing 中 ContainerEvent 的使用 |
---|
参数类型为 ContainerEvent 的 javax.swing 中的方法 | |
---|---|
void |
JComponent.AccessibleJComponent.AccessibleContainerHandler.componentAdded(ContainerEvent e)
|
void |
JComponent.AccessibleJComponent.AccessibleContainerHandler.componentRemoved(ContainerEvent e)
|
javax.swing.plaf.basic 中 ContainerEvent 的使用 |
---|
参数类型为 ContainerEvent 的 javax.swing.plaf.basic 中的方法 | |
---|---|
void |
BasicToolBarUI.ToolBarContListener.componentAdded(ContainerEvent e)
|
void |
BasicToolBarUI.ToolBarContListener.componentRemoved(ContainerEvent e)
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。