edu.northwestern.at.wordhoard.swing.calculator.modelutils
Class LoginUtils

java.lang.Object
  extended by edu.northwestern.at.wordhoard.swing.calculator.modelutils.LoginUtils

public class LoginUtils
extends java.lang.Object

Login/logout utilities to support scripts.

Implements login and logout methods for use in scripts. Uses the Calculator window facilities to do the actual work.


Constructor Summary
protected LoginUtils()
          Don't allow instantiation but do allow overrides.
 
Method Summary
static void login()
          Login to WordHoard.
static void logout()
          Logout from WordHoard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginUtils

protected LoginUtils()
Don't allow instantiation but do allow overrides.

Method Detail

login

public static void login()
Login to WordHoard.


logout

public static void logout()
Logout from WordHoard.