Class Global

java.lang.Object
  extended byGlobal

public class Global
extends java.lang.Object


Field Summary
static AgendaPanel agendaPanel
           
static WebBrowser audioBrowser
           
static java.lang.Thread audioThread
           
static ChatPanel chatPanel
           
static javax.swing.JScrollPane chatScrollPanel
           
static java.lang.String className
           
static ClassroomPanel classroomPanel
           
static boolean disableUpdates
           
static FaceAlivePanel facePanel
           
static java.lang.String helpAddress
           
static WebBrowser helpBrowser
           
static java.lang.Thread helpThread
           
static JACIndexer indexer
           
static LoginWindow loginWindow
           
static java.lang.String myFirstName
           
static java.lang.String myLastName
           
static NameServerThread nameServerThread
           
static java.lang.String nextQuesNum
           
static WebBrowser previewBrowser
           
static java.lang.Thread previewThread
           
static PublishPanel publishPanel
           
static java.lang.String quesNum
           
static JACSearchInterface searchInterface
           
static SearchProfilePanel searchProfilePanel
           
static StudentInterface si
           
static SleepTimer sleepTimer
           
static SpeechAgent speechAgent
           
static javax.swing.JSplitPane splitPane
           
static boolean startedTest
           
static StatusMenu statusMenu
           
static StudentMenu studentMenu
           
static StudentVT studentVT
           
static TabbedPane tabbedPane
           
static java.lang.String testNum
           
static WebBrowser videoBrowser
           
static java.lang.Thread videoThread
           
static VirtualClassroomThread virtualClassroomThread
           
static WebBrowser webBrowser
           
static java.lang.Thread webThread
           
static WhiteBoardPanel whiteBoardPanel
           
 
Constructor Summary
Global()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myFirstName

public static java.lang.String myFirstName

myLastName

public static java.lang.String myLastName

className

public static java.lang.String className

testNum

public static java.lang.String testNum

quesNum

public static java.lang.String quesNum

nextQuesNum

public static java.lang.String nextQuesNum

disableUpdates

public static boolean disableUpdates

startedTest

public static boolean startedTest

agendaPanel

public static AgendaPanel agendaPanel

chatScrollPanel

public static javax.swing.JScrollPane chatScrollPanel

chatPanel

public static ChatPanel chatPanel

classroomPanel

public static ClassroomPanel classroomPanel

publishPanel

public static PublishPanel publishPanel

searchProfilePanel

public static SearchProfilePanel searchProfilePanel

loginWindow

public static final LoginWindow loginWindow

splitPane

public static javax.swing.JSplitPane splitPane

tabbedPane

public static TabbedPane tabbedPane

helpAddress

public static java.lang.String helpAddress

webBrowser

public static WebBrowser webBrowser

webThread

public static java.lang.Thread webThread

audioBrowser

public static WebBrowser audioBrowser

audioThread

public static java.lang.Thread audioThread

videoBrowser

public static WebBrowser videoBrowser

videoThread

public static java.lang.Thread videoThread

previewBrowser

public static WebBrowser previewBrowser

previewThread

public static java.lang.Thread previewThread

helpBrowser

public static WebBrowser helpBrowser

helpThread

public static java.lang.Thread helpThread

studentVT

public static StudentVT studentVT

whiteBoardPanel

public static WhiteBoardPanel whiteBoardPanel

facePanel

public static FaceAlivePanel facePanel

studentMenu

public static final StudentMenu studentMenu

statusMenu

public static final StatusMenu statusMenu

nameServerThread

public static NameServerThread nameServerThread

virtualClassroomThread

public static VirtualClassroomThread virtualClassroomThread

speechAgent

public static SpeechAgent speechAgent

sleepTimer

public static SleepTimer sleepTimer

si

public static StudentInterface si

indexer

public static JACIndexer indexer

searchInterface

public static JACSearchInterface searchInterface
Constructor Detail

Global

public Global()