Uses of Interface
javax.swing.event.InternalFrameListener
-
Packages that use InternalFrameListener 软件包 描述 com.sun.java.accessibility.util 提供组成Java辅助功能实用程序的接口和类的集合。javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.event 提供Swing组件触发的事件。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。 -
-
Uses of InternalFrameListener in com.sun.java.accessibility.util
Methods in com.sun.java.accessibility.util with parameters of type InternalFrameListener Modifier and Type 方法 描述 static void
SwingEventMonitor. addInternalFrameListener(InternalFrameListener l)
添加指定的侦听器以在Java虚拟机中发生的每个组件实例上接收所有INTERNALFRAME
事件。static void
SwingEventMonitor. removeInternalFrameListener(InternalFrameListener l)
删除指定的侦听器,使其不再接收INTERNALFRAME
事件。 -
Uses of InternalFrameListener in javax.swing
Methods in javax.swing that return InternalFrameListener Modifier and Type 方法 描述 InternalFrameListener[]
JInternalFrame. getInternalFrameListeners()
返回所有InternalFrameListener
的数组,并添加到JInternalFrame
其中包含addInternalFrameListener
。Methods in javax.swing with parameters of type InternalFrameListener Modifier and Type 方法 描述 void
JInternalFrame. addInternalFrameListener(InternalFrameListener l)
添加指定的侦听器以从该内部帧接收内部帧事件。void
JInternalFrame. removeInternalFrameListener(InternalFrameListener l)
删除指定的内部帧监听器,使其不再从该内部帧接收内部帧事件。 -
Uses of InternalFrameListener in javax.swing.event
Classes in javax.swing.event that implement InternalFrameListener Modifier and Type Class 描述 class
InternalFrameAdapter
用于接收内部帧事件的抽象适配器类。 -
Uses of InternalFrameListener in javax.swing.plaf.basic
Classes in javax.swing.plaf.basic that implement InternalFrameListener Modifier and Type Class 描述 protected class
BasicInternalFrameUI.BasicInternalFrameListener
基本内部框架监听器。
-