软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
Modifier and Type | Method and Description |
---|---|
InternalFrameListener[] |
JInternalFrame.getInternalFrameListeners()
返回所有的
InternalFrameListener s数组添加到这个
JInternalFrame 与
addInternalFrameListener 。
|
Modifier and Type | Method and Description |
---|---|
void |
JInternalFrame.addInternalFrameListener(InternalFrameListener l)
添加指定的侦听器以从该内部帧接收内部帧事件。
|
void |
JInternalFrame.removeInternalFrameListener(InternalFrameListener l)
移除指定的内部框架侦听器,以便它不再接收来自内部帧的内部帧事件。
|
Modifier and Type | Class and Description |
---|---|
class |
InternalFrameAdapter
用于接收内部帧事件的抽象适配器类。
|
Modifier and Type | Class and Description |
---|---|
protected class |
BasicInternalFrameUI.BasicInternalFrameListener |
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.