public static class Query.QueryFocusListener
extends java.lang.Object
implements java.awt.event.FocusListener
Constructor and Description |
---|
QueryFocusListener(Query owner,
java.lang.String name)
Construct a listener for when line entries lose the focus.
|
Modifier and Type | Method and Description |
---|---|
void |
focusGained(java.awt.event.FocusEvent e) |
void |
focusLost(java.awt.event.FocusEvent e) |
public QueryFocusListener(Query owner, java.lang.String name)
owner
- The query object that owns the file choosername
- The name of the query object