|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HierarchyBoundsListener
This listens for changes in an ancestors size or location. Normally it is not necessary to process these events since the AWT handles them internally, taking all appropriate actions. To watch a subset of these events, use a HierarchyBoundsAdapter.
HierarchyBoundsAdapter
,
HierarchyEvent
Method Summary | |
---|---|
void |
ancestorMoved(HierarchyEvent e)
Called when an ancestor component of the source is moved. |
void |
ancestorResized(HierarchyEvent e)
Called when an ancestor component is resized. |
Method Detail |
---|
void ancestorMoved(HierarchyEvent e)
e
- the event describing the ancestor's motionvoid ancestorResized(HierarchyEvent e)
e
- the event describing the ancestor's resizing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |