|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--au.edu.swin.synergy.plugin.userman.BChangePassword
Allows the user to change their passwords. The checking to make sure both entries of the new password match is all handled internally. Once the users new password is confirmed, a change password is event is sent to the server on the condition that there is a BPlugin to dispatch the event on its behalf.
Inner Class Summary | |
class |
BChangePassword.BPasswordChangeComplete
When the password change is complete, the doComplete method of this object will be called. |
Inner classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
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.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
BChangePassword(BPlugin eventDispatcher,
BUser user,
boolean isAdmin)
Creates a new password change panel with the provided plugin which may be utilised to dispatch events to the user database. |
Method Summary | |
protected void |
doClose()
This will simply close the dialog Please complete the missing tags for doClose |
void |
doDialect()
This method is responsible for updating the text on the screen with the appropriate text for the current Locale. |
protected void |
doMessage(String message,
int type)
This will display a message using standard out |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext,
getUIClassID,
paramString,
updateUI |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
remove,
removeAll,
removeContainerListener,
setLayout,
validate,
validateTree |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public BChangePassword(BPlugin eventDispatcher, BUser user, boolean isAdmin)
eventDispatcher
- The plugin to dispatch events via
Please complete the missing tags for BChangePasswordMethod Detail |
public void doDialect()
protected void doMessage(String message, int type)
message
- The message to displaytype
- The type of message BStandardOutCE.kError, BStandardOutCE.kInfo, BStandardOutCE.kQuestion, BStandardOutCE.kWarningprotected void doClose()
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |