Java Glossary : invalidate

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : I words : invalidate.

invalidate
To mark a Component or Container (and its containing parents, but not the contained children) as needing to be re-laid out soon usually because the Component (or one of its children) has resized, become visible or become invisible. Sometimes application code directly calls invalidate(). More often invalidate() gets called as a side effect of adding or deleting a Component, making a Component visible or invisible (The AWT is smart enough not to invalidate if you setVisible(true) when the Component is already visible), changing the size or location of a Component with setSize(), setLocation() or setBounds(). If the value of a Component changes, but not the size or position of where it is displayed on the screen, there is no need to invalidate, just repaint that Component. invalidate() is also called as the first step in processing a COMPONENT_RESIZED event. Invoking invalidate by itself will not schedule a validate or repaint.


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 1393.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/invalidate.html J:\mindprod\jgloss\invalidate.html