Home
last modified time | relevance | path

Searched refs:btnTestConnection (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/web/
H A DFTPDialog.java137 private XButton btnTestConnection; field in FTPDialog
287 btnTestConnection = insertButton("btnConnect", "connect", in build()
462 setEnabled(btnTestConnection, !(isEmpty(host) || isEmpty(username) || isEmpty(password))); in enableTestButton()
515 setEnabled(btnTestConnection, false); in connect()
562 setEnabled(btnTestConnection, true); in connect()