org.xnap.commons.gui.completion
Class CompletionPopup.SizeHandler
java.lang.Object
   java.awt.event.ComponentAdapter
java.awt.event.ComponentAdapter
       org.xnap.commons.gui.completion.CompletionPopup.SizeHandler
org.xnap.commons.gui.completion.CompletionPopup.SizeHandler
- All Implemented Interfaces: 
- ComponentListener, EventListener
- Enclosing class:
- CompletionPopup
- public class CompletionPopup.SizeHandler 
- extends ComponentAdapter
Listens for size changes of the text component and updates the popup's
 width appropriately.
 This makes only sense for JTextFields.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CompletionPopup.SizeHandler
public CompletionPopup.SizeHandler()
componentResized
public void componentResized(ComponentEvent e)
- 
- Specified by:
- componentResizedin interface- ComponentListener
- Overrides:
- componentResizedin class- ComponentAdapter
 
- 
 
Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.