Example usage for Java javax.swing.event AncestorEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
Container | getAncestor() Returns the ancestor that the event actually occurred on. |
Container | getAncestorParent() Returns the parent of the ancestor the event actually occurred on. |
JComponent | getComponent() Returns the component that the listener was added to. |
Object | getSource() The object on which the Event initially occurred. |