|
|||||||||
| 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 | |
|---|---|
java.lang.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. |
java.awt.Component |
getParentComponent()
Returns the parent component for this authenticator; this may affect the positioning of the dialog box. |
void |
setParentComponent(java.awt.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(java.awt.Component parent)
parent - the parent component for the dialog box -
may be nullpublic java.awt.Component getParentComponent()
public java.lang.String[] authenticate()
throws java.io.IOException
authenticate in interface JDBCAuthenticatorjava.io.IOException - if there is some error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||