|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.event.ComponentAdapter org.xnap.gui.component.CompletionPopup.SizeHandler
public class CompletionPopup.SizeHandler
Listens for size changes of the text component and updates the popup's
width appropriately.
This makes only sense for JTextField
s.
Constructor Summary | |
---|---|
CompletionPopup.SizeHandler()
|
Method Summary | |
---|---|
void |
componentResized(java.awt.event.ComponentEvent e)
|
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 CompletionPopup.SizeHandler()
Method Detail |
---|
public void componentResized(java.awt.event.ComponentEvent e)
componentResized
in interface java.awt.event.ComponentListener
componentResized
in class java.awt.event.ComponentAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |