org.xnap.commons.gui.completion
Class CompletionPopup.SizeHandler
java.lang.Object
java.awt.event.ComponentAdapter
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 JTextField
s.
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:
componentResized
in interface ComponentListener
- Overrides:
componentResized
in class ComponentAdapter
Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.