|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.ptc.windchill.cadx.common.preference.URLAuthenticateDialog
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 | |
private URLAuthenticate |
ivjauthPanel
|
private JButton |
ivjbtnCancel
|
private JButton |
ivjbtnOK
|
private JPanel |
ivjJDialogContentPane
|
private JPanel |
ivjJPanel1
|
private JPanel |
ivjJPanel2
|
private static String |
RESOURCE
|
Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
|
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
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 | |
URLAuthenticateDialog()
Constructor |
|
URLAuthenticateDialog(Frame owner)
URLAuthenticateDialog constructor comment. |
|
URLAuthenticateDialog(Frame owner,
boolean modal)
URLAuthenticateDialog constructor comment. |
|
URLAuthenticateDialog(Frame owner,
String title)
URLAuthenticateDialog constructor comment. |
|
URLAuthenticateDialog(Frame owner,
String title,
boolean modal)
URLAuthenticateDialog constructor comment. |
Method Summary | |
void |
actionPerformed(ActionEvent e)
Method to handle events for the ActionListener interface. |
void |
addURLAuthenticationListener(URLAuthenticationListener al)
Purpose: |
void |
btnCancel_ActionEvents()
Comment |
void |
btnOK_ActionEvents()
Comment |
private void |
connEtoC1()
connEtoC1: (btnOK.action. |
private void |
connEtoC2()
connEtoC2: (btnCancel.action. |
private URLAuthenticate |
getauthPanel()
Return the authPanel property value. |
private JButton |
getbtnCancel()
Return the btnCancel property value. |
private JButton |
getbtnOK()
Return the btnOK property value. |
private JPanel |
getJDialogContentPane()
Return the JDialogContentPane property value. |
private JPanel |
getJPanel1()
Return the JPanel1 property value. |
private JPanel |
getJPanel2()
Return the JPanel2 property value. |
private void |
handleException(Throwable exception)
Called whenever the part throws an exception. |
private void |
initConnections()
Initializes connections |
private void |
initialize()
Initialize the class. |
static void |
main(String[] args)
main entrypoint - starts the part when it is run as an application |
void |
setPassword(String pass)
Purpose: |
void |
setServer(String host)
Purpose: |
void |
setUserID(String userID)
Purpose: |
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 |
Field Detail |
private URLAuthenticate ivjauthPanel
private JButton ivjbtnCancel
private JButton ivjbtnOK
private JPanel ivjJDialogContentPane
private JPanel ivjJPanel1
private JPanel ivjJPanel2
private static final String RESOURCE
Constructor Detail |
public URLAuthenticateDialog()
public URLAuthenticateDialog(Frame owner)
owner
- java.awt.Framepublic URLAuthenticateDialog(Frame owner, String title)
owner
- java.awt.Frametitle
- java.lang.Stringpublic URLAuthenticateDialog(Frame owner, String title, boolean modal)
owner
- java.awt.Frametitle
- java.lang.Stringmodal
- booleanpublic URLAuthenticateDialog(Frame owner, boolean modal)
owner
- java.awt.Framemodal
- booleanMethod Detail |
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
e
- java.awt.event.ActionEventpublic void addURLAuthenticationListener(URLAuthenticationListener al)
al
- AuthenticationListenerpublic void btnCancel_ActionEvents()
public void btnOK_ActionEvents()
private void connEtoC1()
private void connEtoC2()
private URLAuthenticate getauthPanel()
private JButton getbtnCancel()
private JButton getbtnOK()
private JPanel getJDialogContentPane()
private JPanel getJPanel1()
private JPanel getJPanel2()
private void handleException(Throwable exception)
exception
- java.lang.Throwableprivate void initConnections()
private void initialize()
public static void main(String[] args)
args
- java.lang.String[]public void setPassword(String pass)
pass
- java.lang.Stringpublic void setServer(String host)
host
- java.lang.Stringpublic void setUserID(String userID)
userID
- java.lang.String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |