public interface HierarchyBoundsListener extends EventListener
HierarchyBoundsAdapter
类(仅覆盖感兴趣的方法)。
然后,使用组件的addHierarchyBoundsListener
方法将从该类创建的侦听器对象注册到组件。
当组件所属通过一个祖先的大小调整或移动的改变,以层次结构,在听者对象中的相关方法被调用,并且HierarchyEvent
被传递给它。
层次结构事件仅供通报用途; AWT将自动处理内部对层次结构的更改,以使GUI布局正常工作,无论程序是否注册HierarchyBoundsListener
。
HierarchyBoundsAdapter
, HierarchyEvent
Modifier and Type | Method and Description |
---|---|
void |
ancestorMoved(HierarchyEvent e)
当源的祖先移动时调用。
|
void |
ancestorResized(HierarchyEvent e)
调用源的祖先调整大小时。
|
void ancestorMoved(HierarchyEvent e)
void ancestorResized(HierarchyEvent e)
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.