Class WindowSizeLimiter

java.lang.Object
java.awt.event.ComponentAdapter
org.jfree.report.modules.gui.swing.common.WindowSizeLimiter
All Implemented Interfaces:
ComponentListener, EventListener

public class WindowSizeLimiter extends ComponentAdapter
A small helper class to limit the maximum size of an element to the elements maximum size. If the element is resized, the defined maximum size is enforced on the element.
Author:
Thomas Morgner