|
|||||||||
| Home >> All >> com >> flexstor >> common >> gui >> [ login overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.gui.login
Class ChangePwDialog

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
com.flexstor.common.awt.dialogs.ModalDlg
com.flexstor.common.awt.dialogs.OptionDlg
com.flexstor.common.gui.login.ChangePwDialog
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, com.flexstor.common.awt.event.FlexTextListener, java.awt.image.ImageObserver, java.awt.event.KeyListener, java.awt.MenuContainer, java.io.Serializable
- public class ChangePwDialog
- extends com.flexstor.common.awt.dialogs.OptionDlg
- implements com.flexstor.common.awt.event.FlexTextListener, java.awt.event.ActionListener
- extends com.flexstor.common.awt.dialogs.OptionDlg
Creates the Text Fields for Old and New PW and puts them in a Panel for the super class to display.
| Nested Class Summary |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private boolean |
bPrevConfirm
|
private boolean |
bPrevPassword
|
private boolean |
bValidConfirm
|
private boolean |
bValidPassword
|
private int |
nStatus
|
private com.flexstor.common.awt.field.FlexTextField |
tfConfirm
|
private com.flexstor.common.awt.field.FlexTextField |
tfPassword
|
| Fields inherited from class com.flexstor.common.awt.dialogs.OptionDlg |
ACTION_APPLY, ACTION_CANCEL, ACTION_CUSTOM, ACTION_DISCARD, ACTION_HELP, ACTION_NO, ACTION_OK, ACTION_SAVE, ACTION_YES, APPLY_DISCARD_CANCEL, helpHandler, IDENTIFIER, keyWatcher, nCancelActionId, nDefaultActionId, OK, OK_CANCEL, OK_CANCEL_HELP, pnlButtons, vButtons, YES_NO, YES_NO_CANCEL |
| Fields inherited from class com.flexstor.common.awt.dialogs.ModalDlg |
bEnforceMinimumSize, focusComponent, fParent |
| 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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ChangePwDialog(java.awt.Frame frame,
java.lang.String sTitle)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method is invoked when an action occurs. |
private com.flexstor.common.awt.FlexPanel |
buildFieldPanel()
Builds the panel for the text fields. |
protected boolean |
canPerformDefaultAction()
This abstract method returns a boolean indicating if the default action can be executed, i.e. |
int |
doChangePassword(LoginUserData loginData)
|
private void |
enableFields()
|
void |
textValueChangeBegin(com.flexstor.common.awt.event.FlexTextEvent e)
|
void |
textValueChangeEnd(com.flexstor.common.awt.event.FlexTextEvent e)
|
| Methods inherited from class com.flexstor.common.awt.dialogs.OptionDlg |
addNotify, createButtonPanel, createButtons, getCancelAction, getComponentForId, getDefaultAction, getFieldId, getStatus, getWindowId, initialize, keyPressed, keyReleased, keyTyped, registerHelpHandler, setCancelAction, setContent, setDefaultAction, setStatus |
| Methods inherited from class com.flexstor.common.awt.dialogs.ModalDlg |
centerOn, enableInput, setFocusComponent, setMinimumSizeEnforcement, setVisible, validate |
| Methods inherited from class java.awt.Dialog |
dispose, getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
nStatus
private int nStatus
bValidPassword
private boolean bValidPassword
bValidConfirm
private boolean bValidConfirm
bPrevPassword
private boolean bPrevPassword
bPrevConfirm
private boolean bPrevConfirm
tfPassword
private com.flexstor.common.awt.field.FlexTextField tfPassword
tfConfirm
private com.flexstor.common.awt.field.FlexTextField tfConfirm
| Constructor Detail |
ChangePwDialog
public ChangePwDialog(java.awt.Frame frame, java.lang.String sTitle)
| Method Detail |
doChangePassword
public int doChangePassword(LoginUserData loginData)
buildFieldPanel
private com.flexstor.common.awt.FlexPanel buildFieldPanel()
- Builds the panel for the text fields.
textValueChangeBegin
public void textValueChangeBegin(com.flexstor.common.awt.event.FlexTextEvent e)
- Specified by:
textValueChangeBeginin interfacecom.flexstor.common.awt.event.FlexTextListener
textValueChangeEnd
public void textValueChangeEnd(com.flexstor.common.awt.event.FlexTextEvent e)
- Specified by:
textValueChangeEndin interfacecom.flexstor.common.awt.event.FlexTextListener
enableFields
private void enableFields()
canPerformDefaultAction
protected boolean canPerformDefaultAction()
- Description copied from class:
com.flexstor.common.awt.dialogs.OptionDlg - This abstract method returns a boolean indicating if the default
action can be executed, i.e. if this method returns false, the enter
key does NOT fire an action event.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
|
|||||||||
| Home >> All >> com >> flexstor >> common >> gui >> [ login overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC