软件包 | 描述 |
---|---|
javax.swing.event |
提供由摆动组件触发的事件。
|
Modifier and Type | Method and Description |
---|---|
void |
AncestorListener.ancestorAdded(AncestorEvent event)
“当源或其祖先之一是可见的setVisible(真正的)被称为或被添加到组件层次结构。
|
void |
AncestorListener.ancestorMoved(AncestorEvent event)
调用时,无论是源或它的祖先之一被移动。
|
void |
AncestorListener.ancestorRemoved(AncestorEvent event)
“当源或其祖先是由看不见的show(假)被称为或被从组件层次结构中删除。
|
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.