All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.ClassLayout

java.lang.Object
   |
   +----com.bulletproof.gui.Component
           |
           +----com.bulletproof.gui.Container
                   |
                   +----com.bulletproof.gui.Panel
                           |
                           +----com.bulletproof.gui.ClassLayout

public class ClassLayout
extends Panel
implements TimerListener

Variable Index

 o jaggSQL
 o user

Constructor Index

 o ClassLayout()

Method Index

 o InitClass(User)
 o onExit()
Invoked when the application is exited from.
 o timerTicked()
Invoked when an item's timer has ticked.

Variables

 o user
 public User user
 o jaggSQL
 public Jagg jaggSQL

Constructors

 o ClassLayout
 public ClassLayout()

Methods

 o InitClass
 public void InitClass(User user)
 o timerTicked
 public void timerTicked()
Invoked when an item's timer has ticked.

 o onExit
 public void onExit()
Invoked when the application is exited from.


All Packages  Class Hierarchy  This Package  Previous  Next  Index