Class Global
java.lang.Object
Global
- public class Global
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Global
public Global()