|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.starlink.table.jdbc.SwingAuthenticator
public class SwingAuthenticator
Implements JDBCAuthenticator using a GUI.
| Constructor Summary | |
|---|---|
SwingAuthenticator()
|
|
| Method Summary | |
|---|---|
String[] |
authenticate()
This implementation of authenticate takes care to execute any GUI interactions on the AWT event dipatch thread, so it may be called from any thread. |
Component |
getParentComponent()
Returns the parent component for this authenticator; this may affect the positioning of the dialog box. |
void |
setParentComponent(Component parent)
Sets the parent component for this authenticator; this may affect the positioning of the dialog box. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingAuthenticator()
| Method Detail |
|---|
public void setParentComponent(Component parent)
parent - the parent component for the dialog box -
may be nullpublic Component getParentComponent()
public String[] authenticate()
throws IOException
authenticate in interface JDBCAuthenticatorIOException - if there is some error
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||