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