Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.cybertivity.powerjournal
Class ChangePasswordView  view ChangePasswordView download ChangePasswordView.java

java.lang.Object
  extended byjava.util.Observable
      extended bycom.cybertivity.powerjournal.framework.View
          extended bycom.cybertivity.powerjournal.framework.DialogView
              extended bycom.cybertivity.powerjournal.ChangePasswordView
All Implemented Interfaces:
java.util.Observer

public class ChangePasswordView
extends com.cybertivity.powerjournal.framework.DialogView

Title: PowerJournal Description: $Id: ChangePasswordView.java,v 1.1 2001/12/07 03:00:17 arrowood Exp $ Copyright: Copyright (c) 2001 Company: Cybertivity

Version:
1.0

Nested Class Summary
private  class ChangePasswordView.DeadlyWindowListener
           
 
Nested classes inherited from class com.cybertivity.powerjournal.framework.DialogView
 
Field Summary
private  javax.swing.JButton cancelButton
           
static java.lang.String EVENT_CANCEL
           
static java.lang.String EVENT_OK
           
private static ChangePasswordView instance
           
private  javax.swing.JPasswordField journalPasswordTextField1
           
private  javax.swing.JPasswordField journalPasswordTextField2
           
private  javax.swing.JButton okButton
           
 
Fields inherited from class com.cybertivity.powerjournal.framework.DialogView
actionListener, content
 
Fields inherited from class java.util.Observable
 
Constructor Summary
private ChangePasswordView(javax.swing.JFrame parent)
           
 
Method Summary
protected  void cleanUp()
           
private  javax.swing.JPanel createButtonPanel()
           
private  javax.swing.JPanel createJournalPanel()
           
private  com.cybertivity.powerjournal.gridpanel.GridPanelColumn createMainPanelLeftColumn()
           
private  com.cybertivity.powerjournal.gridpanel.GridPanelColumn createMainPanelRightColumn()
           
private  void createWindow()
           
static ChangePasswordView getInstance(javax.swing.JFrame parent)
           
 java.lang.String getJournalPasswordConfirmText()
           
 java.lang.String getJournalPasswordText()
           
protected  void handleModelEvent(com.cybertivity.powerjournal.framework.ModelEvent event)
           
private  javax.swing.JButton makeButton(java.lang.String name, java.lang.String action, java.awt.Color color)
           
 void setVisible(boolean arg)
          Show or hide the dialog.
 
Methods inherited from class com.cybertivity.powerjournal.framework.DialogView
closeDialog, getContent, isVisible, moveToCenter
 
Methods inherited from class com.cybertivity.powerjournal.framework.View
fireEvent, fireEvent, update
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_CANCEL

public static final java.lang.String EVENT_CANCEL
See Also:
Constant Field Values

EVENT_OK

public static final java.lang.String EVENT_OK
See Also:
Constant Field Values

instance

private static ChangePasswordView instance

okButton

private javax.swing.JButton okButton

cancelButton

private javax.swing.JButton cancelButton

journalPasswordTextField1

private javax.swing.JPasswordField journalPasswordTextField1

journalPasswordTextField2

private javax.swing.JPasswordField journalPasswordTextField2
Constructor Detail

ChangePasswordView

private ChangePasswordView(javax.swing.JFrame parent)
Method Detail

getInstance

public static ChangePasswordView getInstance(javax.swing.JFrame parent)

cleanUp

protected void cleanUp()

handleModelEvent

protected void handleModelEvent(com.cybertivity.powerjournal.framework.ModelEvent event)

createWindow

private void createWindow()

createJournalPanel

private javax.swing.JPanel createJournalPanel()

createMainPanelLeftColumn

private com.cybertivity.powerjournal.gridpanel.GridPanelColumn createMainPanelLeftColumn()

createMainPanelRightColumn

private com.cybertivity.powerjournal.gridpanel.GridPanelColumn createMainPanelRightColumn()

createButtonPanel

private javax.swing.JPanel createButtonPanel()

makeButton

private javax.swing.JButton makeButton(java.lang.String name,
                                       java.lang.String action,
                                       java.awt.Color color)

getJournalPasswordText

public java.lang.String getJournalPasswordText()

getJournalPasswordConfirmText

public java.lang.String getJournalPasswordConfirmText()

setVisible

public void setVisible(boolean arg)
Description copied from class: com.cybertivity.powerjournal.framework.DialogView
Show or hide the dialog.