edu.columbia.coms6901.pingtel.pingim
Class HelperClass

java.lang.Object
  |
  +--edu.columbia.coms6901.pingtel.pingim.HelperClass
Direct Known Subclasses:
BuddyList, GuiUtilities, LDAPHandler, MenuSystem, SubscribersList

public class HelperClass
extends java.lang.Object

Parent class which contains commonly used methods used by many other classes in PingIM

Version:
1.0
Author:
Micah Sherr

Field Summary
protected  PingIM application
          the current PingIM application
 
Constructor Summary
HelperClass()
           
 
Method Summary
 void setApplication(PingIM app)
          Sets local Application variable to point to current PingTel Expression
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

application

protected PingIM application
the current PingIM application
Constructor Detail

HelperClass

public HelperClass()
Method Detail

setApplication

public void setApplication(PingIM app)
Sets local Application variable to point to current PingTel Expression
Parameters:
app - the current PingIM application