|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.ptc.windchill.cadx.common.preference.URLAuthenticate
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
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 | |
protected Vector |
authenticationListeners
|
private JLabel |
ivjJLabel1
|
private JLabel |
ivjJLabel2
|
private JLabel |
ivjJLabel3
|
private JLabel |
ivjServerName
|
private JPasswordField |
ivjtxtPassword
|
private JTextField |
ivjtxtUserID
|
private static String |
RESOURCE
|
Fields inherited from class javax.swing.JPanel |
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
URLAuthenticate()
Constructor |
|
URLAuthenticate(boolean isDoubleBuffered)
URLAuthenticate constructor comment. |
|
URLAuthenticate(LayoutManager layout)
URLAuthenticate constructor comment. |
|
URLAuthenticate(LayoutManager layout,
boolean isDoubleBuffered)
URLAuthenticate constructor comment. |
Method Summary | |
void |
addURLAuthenticationListener(URLAuthenticationListener al)
Purpose: |
private void |
connEtoC1(FocusEvent arg1)
connEtoC1: (txtUserID.focus.focusGained(java.awt.event.FocusEvent) --> URLAuthenticate.txtUserID_FocusGained(Ljava.awt.event.FocusEvent;)V) |
private void |
connEtoC2(FocusEvent arg1)
connEtoC2: (txtPassword.focus.focusGained(java.awt.event.FocusEvent) --> URLAuthenticate.txtPassword_FocusGained(Ljava.awt.event.FocusEvent;)V) |
private void |
connEtoC3(KeyEvent arg1)
connEtoC3: (txtPassword.key.keyPressed(java.awt.event.KeyEvent) --> URLAuthenticate.txtPassword_KeyPressed(Ljava.awt.event.KeyEvent;)V) |
void |
focusGained(FocusEvent e)
Method to handle events for the FocusListener interface. |
void |
focusLost(FocusEvent e)
Method to handle events for the FocusListener interface. |
private JLabel |
getJLabel1()
Return the JLabel1 property value. |
private JLabel |
getJLabel2()
Return the JLabel2 property value. |
private JLabel |
getJLabel3()
Return the JLabel3 property value. |
private JLabel |
getServerName()
Return the ServerName property value. |
private JPasswordField |
gettxtPassword()
Return the txtPassword property value. |
private JTextField |
gettxtUserID()
Return the JTextField1 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 |
prepForShow()
Purpose: Put the cursor in the field most likely to be typed in by the user. |
void |
setPassword(String pass)
Purpose: |
void |
setServer(String server)
Purpose: |
void |
setUserID(String user)
Purpose: |
void |
setVisible(boolean state)
Purpose: |
void |
txtPassword_FocusGained(FocusEvent focusEvent)
Comment |
void |
txtPassword_KeyPressed(KeyEvent keyEvent)
Comment |
void |
txtUserID_FocusGained(FocusEvent focusEvent)
Comment |
void |
updateURLAuthenticationListeners()
Purpose: |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private JLabel ivjJLabel1
private JLabel ivjJLabel2
private JLabel ivjJLabel3
private JLabel ivjServerName
private JPasswordField ivjtxtPassword
private JTextField ivjtxtUserID
protected Vector authenticationListeners
private static final String RESOURCE
Constructor Detail |
public URLAuthenticate()
public URLAuthenticate(LayoutManager layout)
layout
- java.awt.LayoutManagerpublic URLAuthenticate(LayoutManager layout, boolean isDoubleBuffered)
layout
- java.awt.LayoutManagerisDoubleBuffered
- booleanpublic URLAuthenticate(boolean isDoubleBuffered)
isDoubleBuffered
- booleanMethod Detail |
public void addURLAuthenticationListener(URLAuthenticationListener al)
al
- AuthenticationListenerprivate void connEtoC1(FocusEvent arg1)
arg1
- java.awt.event.FocusEventprivate void connEtoC2(FocusEvent arg1)
arg1
- java.awt.event.FocusEventprivate void connEtoC3(KeyEvent arg1)
arg1
- java.awt.event.KeyEventpublic void focusGained(FocusEvent e)
focusGained
in interface FocusListener
e
- java.awt.event.FocusEventpublic void focusLost(FocusEvent e)
focusLost
in interface FocusListener
e
- java.awt.event.FocusEventprivate JLabel getJLabel1()
private JLabel getJLabel2()
private JLabel getJLabel3()
private JLabel getServerName()
private JPasswordField gettxtPassword()
private JTextField gettxtUserID()
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 prepForShow()
public void setPassword(String pass)
pass
- java.lang.Stringpublic void setServer(String server)
server
- java.lang.Stringpublic void setUserID(String user)
user
- java.lang.Stringpublic void setVisible(boolean state)
state
- booleanpublic void txtPassword_FocusGained(FocusEvent focusEvent)
public void txtPassword_KeyPressed(KeyEvent keyEvent)
public void txtUserID_FocusGained(FocusEvent focusEvent)
public void updateURLAuthenticationListeners()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |