gui
Class SignInBox

java.lang.Object
  extended bycore.EventNotifier
      extended bygui.SignInBox
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class SignInBox
extends EventNotifier
implements java.awt.event.ActionListener

This is the first window the user will see. It will take in a username and a password, then hashed in some fashion to generate a unique ID.

Author:
holschuj, hoele

Field Summary
static java.lang.String ILLEGAL_PATTERN
           
 
Constructor Summary
SignInBox(Prefs prefs)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 boolean isFirstSignIn()
           
 void setHideOnClose()
           
 
Methods inherited from class core.EventNotifier
addListener, removeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ILLEGAL_PATTERN

public static final java.lang.String ILLEGAL_PATTERN
See Also:
Constant Field Values
Constructor Detail

SignInBox

public SignInBox(Prefs prefs)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

setHideOnClose

public void setHideOnClose()

isFirstSignIn

public boolean isFirstSignIn()