Java javax.swing.event AncestorEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.event AncestorEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.event AncestorEvent.

The text is from its open source code.

Method

ContainergetAncestor()
Returns the ancestor that the event actually occurred on.
ContainergetAncestorParent()
Returns the parent of the ancestor the event actually occurred on.
JComponentgetComponent()
Returns the component that the listener was added to.
ObjectgetSource()
The object on which the Event initially occurred.