protected class

JViewport.ViewListener

extends ComponentAdapter
implements Serializable
java.lang.Object
   ↳ java.awt.event.ComponentAdapter
     ↳ javax.swing.JViewport.ViewListener

Class Overview

A listener for the view.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see XMLEncoder.

Summary

Protected Constructors
JViewport.ViewListener()
Public Methods
void componentResized(ComponentEvent e)
Invoked when the component's size changes.
[Expand]
Inherited Methods
From class java.awt.event.ComponentAdapter
From class java.lang.Object
From interface java.awt.event.ComponentListener

Protected Constructors

protected JViewport.ViewListener ()

Public Methods

public void componentResized (ComponentEvent e)

Invoked when the component's size changes.