public class UriDialog extends Object implements FocusListener
Modifier and Type | Class and Description |
---|---|
static class |
UriDialog.ActiveControl |
Modifier and Type | Field and Description |
---|---|
protected UriDialog.ActiveControl |
ac |
protected JTextField |
drain |
protected boolean |
multiSelect |
protected boolean |
selectDirectories |
protected boolean |
selectFiles |
protected String |
tooltip_accept |
protected String |
windowtitle |
Constructor and Description |
---|
UriDialog(JTextField drain,
UriDialog.ActiveControl ac,
boolean multiSelect,
boolean selectFiles,
boolean selectDirectories,
String windowtitle,
String tooltip_accept) |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent ev) |
void |
focusLost(FocusEvent ev) |
protected JTextField drain
protected UriDialog.ActiveControl ac
protected boolean multiSelect
protected boolean selectFiles
protected boolean selectDirectories
protected String tooltip_accept
protected String windowtitle
public UriDialog(JTextField drain, UriDialog.ActiveControl ac, boolean multiSelect, boolean selectFiles, boolean selectDirectories, String windowtitle, String tooltip_accept)
public void focusLost(FocusEvent ev)
focusLost
in interface FocusListener
public void focusGained(FocusEvent ev)
focusGained
in interface FocusListener
see also the complete user documentation .