|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.ComponentAdapter
com.jrefinery.report.util.WindowSizeLimiter
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.
Constructor Summary | |
WindowSizeLimiter()
|
Method Summary | |
void |
componentResized(java.awt.event.ComponentEvent e)
Invoked when the component's size changes. |
Methods inherited from class java.awt.event.ComponentAdapter |
componentHidden, componentMoved, componentShown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WindowSizeLimiter()
Method Detail |
public void componentResized(java.awt.event.ComponentEvent e)
e
- the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |