|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Dialog | +--javax.swing.JDialog | +--com.klg.jclass.datasource.LoginDialog
A user login dialog is used to prompt user entering login information.
Nested Class Summary |
Nested classes inherited from class javax.swing.JDialog |
JDialog.AccessibleJDialog |
Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
LoginDialog(Frame frame)
|
Method Summary | |
void |
actionPerformed(ActionEvent e)
|
String |
getDatabase()
Get the database entered. |
String |
getDriver()
Get the driver entered. |
String |
getPassword()
Get the user password entered. |
String |
getUser()
Get the user/login entered. |
void |
init()
|
boolean |
isCancelled()
|
void |
setDatabase(String db)
Set the database. |
void |
setDriver(String driver)
Set the driver. |
void |
setURL(String url)
Set the JDBC URL connection string for display. |
void |
setVisible(boolean visible)
Centers the dialog relative to the parent frame. |
Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LoginDialog(Frame frame)
Method Detail |
public void init()
public String getUser()
public String getPassword()
public String getDatabase()
public String getDriver()
public void setURL(String url)
public void setDatabase(String db)
public void setDriver(String driver)
public boolean isCancelled()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void setVisible(boolean visible)
setVisible
in class Component
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |