A B C D E F G H I J K L M N O P Q R S T U V W Y

A

AgendaPanel - class AgendaPanel.
 
AgendaPanel() - Constructor for class AgendaPanel
 
accept(File) - Method in class BPSFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
accept(File) - Method in class ImageFilter
 
accept(File) - Method in class TextFilter
 
actionPerformed(ActionEvent) - Method in class ChatPanel
 
actionPerformed(ActionEvent) - Method in class FaceAliveEmoticonPanel
 
actionPerformed(ActionEvent) - Method in class FaceAlivePanel
 
actionPerformed(ActionEvent) - Method in class FileOpener
 
actionPerformed(ActionEvent) - Method in class JACSearchInterface
 
actionPerformed(ActionEvent) - Method in class LoginWindow
 
actionPerformed(ActionEvent) - Method in class PublishPanel
 
actionPerformed(ActionEvent) - Method in class RelationalIndexWindow
 
actionPerformed(ActionEvent) - Method in class StudentMenu
 
addExtension(String) - Method in class BPSFileFilter
Adds a filetype "dot" extension to filter against.
addKeywordToList(String) - Method in class KeywordList
 
addNewKeyword(String) - Method in class FrequencyList
 
addPane(JComponent, String) - Method in class TabbedPane
 
addShape(IncomingMessage) - Method in class WhiteBoardPanel
 
addUser(String, String) - Method in class FrequencyList
 
addUser(String) - Method in class FrequencyRecord
 
agendaPanel - Static variable in class Global
 
append(String) - Method in class OutgoingMessage
 
appendText(String, String) - Method in class BPSArchiveMessage
Add more text to the message.
audioBrowser - Static variable in class Global
 
audioThread - Static variable in class Global
 

B

BDObject - class BDObject.
 
BDObject() - Constructor for class BDObject
BDObject constructor comment.
BGGRAY - Static variable in class Util
 
BPSArchiveMessage - class BPSArchiveMessage.
An archive message format that supports easy export.
BPSArchiveMessage(String, String) - Constructor for class BPSArchiveMessage
 
BPSFileFilter - class BPSFileFilter.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
BPSFileFilter() - Constructor for class BPSFileFilter
Creates a file filter.
BPSFileFilter(String) - Constructor for class BPSFileFilter
Creates a file filter that accepts files with the given extension.
BPSFileFilter(String, String) - Constructor for class BPSFileFilter
Creates a file filter that accepts the given file type.
BPSFileFilter(String[]) - Constructor for class BPSFileFilter
Creates a file filter from the given string array.
BPSFileFilter(String[], String) - Constructor for class BPSFileFilter
Creates a file filter from the given string array and description.
BPSTranscriptParser - class BPSTranscriptParser.
A transcript parser that's designed to interpret and index the plain text format used in the Java and Delphi versions of the Virtual Classroom.
BPSTranscriptParser(String) - Constructor for class BPSTranscriptParser
 
BPSXMLTranscriptExporter - class BPSXMLTranscriptExporter.
Provides an export mechanism from plain text archive format to XML.
BPSXMLTranscriptExporter() - Constructor for class BPSXMLTranscriptExporter
 
Base64utils - class Base64utils.
 
Base64utils() - Constructor for class Base64utils
 
base64decode(byte[]) - Static method in class Base64utils
 
base64encode(byte[]) - Static method in class Base64utils
 
bmp - Static variable in class Utils
 
buildMultiSearcher() - Method in class JACSearchInterface
 

C

CIRCLE - Static variable in class StaticFunctions
 
CLEAR - Static variable in class StaticFunctions
 
CODE_STUDENT - Static variable in class StaticFunctions
 
COMMAND_ANSWER - Static variable in class StaticFunctions
 
COMMAND_BOARD - Static variable in class StaticFunctions
 
COMMAND_DISABLE_PRIVATE - Static variable in class StaticFunctions
 
COMMAND_END_TEST - Static variable in class StaticFunctions
 
COMMAND_ERROR - Static variable in class StaticFunctions
 
COMMAND_GRADES - Static variable in class StaticFunctions
 
COMMAND_LOGIN - Static variable in class StaticFunctions
 
COMMAND_MEETING - Static variable in class StaticFunctions
 
COMMAND_MESSAGE - Static variable in class StaticFunctions
 
COMMAND_MESSAGE_PRIVATE - Static variable in class StaticFunctions
 
COMMAND_MESSAGE_TEACHER - Static variable in class StaticFunctions
 
COMMAND_ONLY_TEACHER - Static variable in class StaticFunctions
 
COMMAND_PUSH - Static variable in class StaticFunctions
 
COMMAND_QUESTION - Static variable in class StaticFunctions
 
COMMAND_QUIT - Static variable in class StaticFunctions
 
COMMAND_START_TEST - Static variable in class StaticFunctions
 
COMMAND_SYSTEM_MESSAGE - Static variable in class StaticFunctions
 
COMMAND_TEACHER_ONLINE - Static variable in class StaticFunctions
 
COMMAND_UPDATE - Static variable in class StaticFunctions
 
COMMAND_UPDATE_LIST - Static variable in class StaticFunctions
 
COMMAND_URL - Static variable in class StaticFunctions
 
CRYING - Static variable in class StaticFunctions
 
ChatFile - class ChatFile.
 
ChatFile(String, boolean) - Constructor for class ChatFile
 
ChatPanel - class ChatPanel.
 
ChatPanel(String, Dimension) - Constructor for class ChatPanel
 
ClassroomPanel - class ClassroomPanel.
 
ClassroomPanel() - Constructor for class ClassroomPanel
 
ColorComboBoxModel - class ColorComboBoxModel.
 
ColorComboBoxModel(Object[]) - Constructor for class ColorComboBoxModel
 
Connectivity - class Connectivity.
 
Connectivity() - Constructor for class Connectivity
Constructor
changeState(IncomingMessage) - Method in class StudentVT
 
changeStudentState(IncomingMessage) - Method in class ClassroomPanel
 
changeTeacherState(IncomingMessage) - Method in class ClassroomPanel
 
chatPanel - Static variable in class Global
 
chatScrollPanel - Static variable in class Global
 
check(int) - Method in class BDObject
Insert the method's description here.
check(int) - Method in class Profile
 
className - Static variable in class Global
 
classroomPanel - Static variable in class Global
 
clear() - Method in class LoginWindow
 
clear() - Method in class RelationalIndexWindow
 
close() - Method in class FaceAliveThread
 
close() - Method in class FrequencyList
 
close() - Method in class KeywordList
 
compareTo(Object) - Method in class StudentJLabel
 
computeColor(int) - Static method in class StaticFunctions
 
computeColor(Color) - Static method in class StaticFunctions
 
computeColor(String) - Static method in class StaticFunctions
 
computeColorComp(Color) - Static method in class StaticFunctions
 
computeColorComp(String) - Static method in class StaticFunctions
 
connect() - Static method in class BDObject
 
connect() - Method in class Connectivity
 
connection - Static variable in class BDObject
 
convertTranscript(String) - Method in class BPSXMLTranscriptExporter
Convert the transcript and return XML.
createChatPanel(Dimension) - Method in class StudentInterface
 
createImageIcon(String) - Static method in class Utils
 
cropProportions(double, double) - Method in class JpgImage
Crops the current JpgImage object using the given proportions.
cropProportions(double, double, boolean) - Method in class JpgImage
Crops the current JpgImage object using the given proportions, optionally "optimizing" the cropping by swapping the height and width proportions if doing so would crop less of the image.

D

DELIMITER - Static variable in class StaticFunctions
 
DOTTED - Static variable in class StaticFunctions
 
Document(IncomingMessage) - Static method in class JACMessageDocument
 
Document(BPSArchiveMessage) - Static method in class JACMessageDocument
 
delphiNewline - Static variable in class StaticFunctions
 
desencriptar(String) - Static method in class Util
 
disableAudioBox() - Method in class ChatPanel
 
disablePanel() - Method in class Post
 
disablePanel() - Method in class Respond
 
disableUpdates - Static variable in class Global
 
disconnect() - Static method in class BDObject
 
disconnect() - Method in class Connectivity
 
displayQuestion() - Method in class StudentVT
 
doWork2() - Method in class Search
 
doubleClick_actionPerformed(MouseEvent) - Method in class SearchProfilePanel
 

E

ELLIPSE - Static variable in class StaticFunctions
 
ejecutarSentencia(String) - Method in class Connectivity
 
enableMCAnswer() - Method in class Respond
 
enablePanel() - Method in class Post
 
enablePanel() - Method in class Respond
 
enableShortAnswer() - Method in class Respond
 
encriptar(String) - Static method in class Util
 
endTest() - Method in class StudentVT
 

F

FACE_ALIVE_SERVER - Static variable in class StaticFunctions
 
FACE_SERVER_PULL - Static variable in class StaticFunctions
 
FACE_SERVER_PUSH - Static variable in class StaticFunctions
 
FACE_SERVER_RECV - Static variable in class StaticFunctions
 
FaceAliveEmoticonPanel - class FaceAliveEmoticonPanel.
 
FaceAliveEmoticonPanel(String) - Constructor for class FaceAliveEmoticonPanel
 
FaceAlivePanel - class FaceAlivePanel.
 
FaceAlivePanel() - Constructor for class FaceAlivePanel
 
FaceAliveThread - class FaceAliveThread.
 
FaceAliveThread(String, String) - Constructor for class FaceAliveThread
 
FileOpener - class FileOpener.
 
FileOpener(Question) - Constructor for class FileOpener
 
FrequencyList - class FrequencyList.
 
FrequencyList(String) - Constructor for class FrequencyList
 
FrequencyRecord - class FrequencyRecord.
 
FrequencyRecord(String, boolean) - Constructor for class FrequencyRecord
 
FrequencyRecord(String) - Constructor for class FrequencyRecord
 
faceAliveSend(OutgoingMessage) - Method in class FaceAliveThread
 
facePanel - Static variable in class Global
 
fillComoboBox() - Method in class ChatPanel
 
fillPrivateMessageDropDownList() - Method in class ClassroomPanel
 
finalize() - Method in class Connectivity
 
finalize() - Method in class ProfileTable
 
finalize() - Method in class SleepTimer
 
finalize() - Method in class SpeechAgent
 
finalizeChatMessage() - Method in class OutgoingMessage
 
find() - Method in class BDObject
Insert the method's description here.
find() - Method in class Profile
 
find(int) - Method in class Profile
 
findAnswer(String, String) - Method in class StudentVT
 
findLowCourses() - Method in class Profile
 
findLowStudent() - Method in class Profile
 
findStudent(String) - Method in class ClassroomPanel
 
findStudent(String, String) - Method in class StudentVT
 

G

GetFacialIcon_Rp - Static variable in class StaticFunctions
 
GetFacialIcon_Rq - Static variable in class StaticFunctions
 
Global - class Global.
 
Global() - Constructor for class Global
 
GradeTable - class GradeTable.
 
GradeTable(Object[][]) - Constructor for class GradeTable
 
generateClass(IncomingMessage) - Method in class StudentVT
 
getActivity() - Method in class SleepTimer
 
getAdvisorAreas() - Method in class Profile
 
getAdvisorCourses() - Method in class Profile
 
getAdvisorEmail() - Method in class Profile
 
getAdvisorLastName() - Method in class Profile
 
getAdvisorName() - Method in class Profile
 
getAdvisorUrl() - Method in class Profile
 
getAreas() - Method in class Profile
 
getAvgRating() - Method in class Profile
 
getColumnClass(int) - Method in class ProfileTable
 
getColumnCount() - Method in class ProfileTable
 
getColumnName(int) - Method in class ProfileTable
 
getColumnNames() - Method in class ProfileTable
 
getConnection() - Method in class Connectivity
 
getCourses() - Method in class Profile
 
getDefaultButton() - Method in class ChatPanel
 
getDescription() - Method in class BPSFileFilter
Returns the human readable description of this filter.
getDescription(File) - Method in class ImageFileView
 
getDescription() - Method in class ImageFilter
 
getDescription() - Method in class TextFilter
 
getDisplay() - Method in class Property
Property constructor comment.
getEmail() - Method in class Profile
 
getExtension(File) - Method in class BPSFileFilter
Return the extension portion of the file's name .
getExtension(File) - Static method in class Utils
 
getFirstName() - Method in class IncomingMessage
 
getFirstName() - Method in class LoginWindow
 
getFreqFileName() - Method in class RelationalIndexWindow
 
getGrade() - Method in class Profile
 
getHeight() - Method in class JpgImage
Returns the height (in pixels) of the current JpgImage object
getIcon(File) - Method in class ImageFileView
 
getKeywordFileName() - Method in class RelationalIndexWindow
 
getKeywordSize() - Method in class KeywordList
 
getLastName() - Method in class IncomingMessage
 
getLastName() - Method in class LoginWindow
 
getLastName() - Method in class Profile
 
getLastVariable() - Method in class IncomingMessage
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class LabelComboRenderer
 
getMessage() - Method in class BDObject
Insert the method's description here.
getMessage() - Method in class OutgoingMessage
 
getMessageSize() - Method in class IncomingMessage
 
getMessages() - Method in class BPSTranscriptParser
 
getName() - Method in class BPSArchiveMessage
 
getName(File) - Method in class ImageFileView
 
getName() - Method in class IncomingMessage
 
getName() - Method in class Profile
 
getName() - Method in class StudentJLabel
 
getNextReponse(int) - Method in class ChatFile
 
getNextVariable() - Method in class IncomingMessage
 
getOnlineStatus() - Method in class StudentJLabel
 
getPassword() - Method in class LoginWindow
 
getPath() - Method in class FaceAliveEmoticonPanel
 
getPrivatePermission() - Method in class ChatPanel
 
getProjectTopic() - Method in class Profile
 
getPushPermission() - Method in class PublishPanel
 
getResponseNum() - Method in class ChatFile
 
getReview() - Method in class Profile
 
getRoster() - Method in class ClassroomPanel
 
getRowCount() - Method in class ProfileTable
 
getRows() - Method in class ProfileTable
 
getSkills() - Method in class Profile
 
getStringValue() - Method in class Property
Property constructor comment.
getTeacherOnlyPermission() - Method in class PublishPanel
 
getText() - Method in class BPSArchiveMessage
 
getTranscript() - Method in class ChatPanel
 
getTranscriptFileName() - Method in class RelationalIndexWindow
 
getType() - Method in class IncomingMessage
 
getType() - Method in class Profile
 
getTypeDescription(File) - Method in class ImageFileView
 
getUrl() - Method in class Profile
 
getValue() - Method in class Property
Property constructor comment.
getValueAt(int, int) - Method in class ProfileTable
 
getWidth() - Method in class JpgImage
Returns the width (in pixels) of the current JpgImage object
gif - Static variable in class Utils
 
grayscale() - Method in class JpgImage
Makes the current JpgImage object a greyscale image

H

HAPPY - Static variable in class StaticFunctions
 
hasMoreVariables() - Method in class IncomingMessage
 
helpAddress - Static variable in class Global
 
helpBrowser - Static variable in class Global
 
helpThread - Static variable in class Global
 
hyperlinkUpdate(HyperlinkEvent) - Method in class WebBrowser
 

I

ImageFileView - class ImageFileView.
 
ImageFileView() - Constructor for class ImageFileView
 
ImageFilter - class ImageFilter.
 
ImageFilter() - Constructor for class ImageFilter
 
ImagePreview - class ImagePreview.
 
ImagePreview(JFileChooser) - Constructor for class ImagePreview
 
IncomingMessage - class IncomingMessage.
 
IncomingMessage(String, int) - Constructor for class IncomingMessage
 
incCount() - Method in class FrequencyRecord
 
incFreq(String) - Method in class FrequencyList
 
incrementActivity() - Method in class SleepTimer
 
indexMessage(IncomingMessage) - Method in class JACIndexer
 
indexMessage(BPSArchiveMessage) - Method in class JACIndexer
 
index_messages() - Method in class BPSTranscriptParser
Index the messages via the JACIndexer.
indexer - Static variable in class Global
 
init() - Method in class Post
 
initFaceAliveCenterPanel() - Method in class FaceAlivePanel
 
initQuestion() - Method in class StudentVT
 
initTest() - Method in class StudentVT
 
insertTeacher(String, String) - Method in class ClassroomPanel
 
invert() - Method in class JpgImage
Inverts the current JpgImage object
isConnected() - Method in class FaceAliveThread
 
isExtensionListInDescription() - Method in class BPSFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isKeyword(String) - Method in class FrequencyRecord
 
isKeywordARecord(String) - Method in class FrequencyList
 
isKeywordInList(String) - Method in class KeywordList
 
isKeywordInText(String) - Method in class KeywordList
 
isMatch(String) - Method in class StudentJLabel
 
isOnline() - Method in class SpeechAgent
 
isSleeping() - Method in class SleepTimer
 
isTraversable(File) - Method in class ImageFileView
 
isUser(String) - Method in class FrequencyRecord
 
isUserInRecord(String, String) - Method in class FrequencyList
 
itemStateChanged(ItemEvent) - Method in class ChatPanel
 

J

JACIndexer - class JACIndexer.
 
JACIndexer() - Constructor for class JACIndexer
 
JACMessageDocument - class JACMessageDocument.
 
JACRelationalIndex - class JACRelationalIndex.
 
JACRelationalIndex(String) - Constructor for class JACRelationalIndex
 
JACSearchInterface - class JACSearchInterface.
 
JACSearchInterface() - Constructor for class JACSearchInterface
 
JpgImage - class JpgImage.
The JpgImage class can be used to resize JPEG images and either return them as either BufferedImages or save them as files.
JpgImage(String) - Constructor for class JpgImage
Creates a JpgImage from a specified file name
JpgImage(BufferedImage) - Constructor for class JpgImage
Creates a JpgImage from the specified BufferedImage
jpeg - Static variable in class Utils
 
jpg - Static variable in class Utils
 

K

KeywordList - class KeywordList.
 
KeywordList(String) - Constructor for class KeywordList
 
keyPressed(KeyEvent) - Method in class ChatPanel
 
keyPressed(KeyEvent) - Method in class FaceAliveEmoticonPanel
 
keyReleased(KeyEvent) - Method in class ChatPanel
 
keyReleased(KeyEvent) - Method in class FaceAliveEmoticonPanel
 
keyTyped(KeyEvent) - Method in class ChatPanel
 
keyTyped(KeyEvent) - Method in class FaceAliveEmoticonPanel
 

L

LINE - Static variable in class StaticFunctions
 
LabelComboRenderer - class LabelComboRenderer.
 
LabelComboRenderer() - Constructor for class LabelComboRenderer
 
LoginWindow - class LoginWindow.
 
LoginWindow() - Constructor for class LoginWindow
 
loadImage() - Method in class ImagePreview
 
loadUrl(String) - Method in class WebBrowser
 
loginWindow - Static variable in class Global
 

M

main(String[]) - Static method in class JACRelationalIndex
 
main(String[]) - Static method in class StatusFrame
 
main(String[]) - Static method in class StudentInterface
 
makeTextPanel(String) - Method in class TabbedPane
 
message - Variable in class BDObject
 
myFirstName - Static variable in class Global
 
myLastName - Static variable in class Global
 

N

NAME_SERVER - Static variable in class StaticFunctions
 
NAME_SERVER_COURSELIST - Static variable in class StaticFunctions
 
NAME_SERVER_DATAFORMAT - Static variable in class StaticFunctions
 
NAME_SERVER_END - Static variable in class StaticFunctions
 
NAME_SERVER_ERROR - Static variable in class StaticFunctions
 
NAME_SERVER_IP - Static variable in class StaticFunctions
 
NAME_SERVER_LOGIN - Static variable in class StaticFunctions
 
NAME_SERVER_STUDENTLIST - Static variable in class StaticFunctions
 
NO - Static variable in class StaticFunctions
 
NameServerThread - class NameServerThread.
 
NameServerThread() - Constructor for class NameServerThread
 
nameServerSend(OutgoingMessage) - Method in class NameServerThread
 
nameServerThread - Static variable in class Global
 
nameTable - Variable in class BDObject
 
negative() - Method in class JpgImage
Makes the current JpgImage object a negative of the original image
nextQuesNum - Static variable in class Global
 

O

OFFLINE - Static variable in class StaticFunctions
 
ONLINE - Static variable in class StaticFunctions
 
OutgoingMessage - class OutgoingMessage.
 
OutgoingMessage() - Constructor for class OutgoingMessage
 
OutgoingMessage(int) - Constructor for class OutgoingMessage
 
OutgoingMessage(String) - Constructor for class OutgoingMessage
 

P

PACKAGE_HEAD - Static variable in class StaticFunctions
 
PartialTimer - class PartialTimer.
 
PartialTimer(int, Date) - Constructor for class PartialTimer
 
Post - class Post.
 
Post() - Constructor for class Post
 
PrintQuestion() - Method in class Post
 
Profile - class Profile.
 
Profile() - Constructor for class Profile
 
ProfileTable - class ProfileTable.
 
ProfileTable(Vector, String[]) - Constructor for class ProfileTable
 
Property - class Property.
Insert the type's description here.
Property(String, Object) - Constructor for class Property
Property constructor comment.
PublishPanel - class PublishPanel.
 
PublishPanel() - Constructor for class PublishPanel
 
packageArray - Static variable in class StaticFunctions
 
paint(Graphics) - Method in class WhiteBoardPanel
 
paintComponent(Graphics) - Method in class ImagePreview
 
parseChatFile() - Method in class ChatFile
 
parseMessage(String) - Static method in class StaticFunctions
 
parseTranscript() - Method in class BPSTranscriptParser
Parse the transcript, creating messages Vector.
performQuery(String) - Method in class Connectivity
 
png - Static variable in class Utils
 
populateClassroom(IncomingMessage) - Method in class ClassroomPanel
 
previewBrowser - Static variable in class Global
 
previewThread - Static variable in class Global
 
processAnswers() - Method in class StudentVT
 
propertyChange(PropertyChangeEvent) - Method in class ImagePreview
 
publishPanel - Static variable in class Global
 

Q

quesNum - Static variable in class Global
 

R

RECTANGLE - Static variable in class StaticFunctions
 
ReadFile() - Method in class FileOpener
 
RelationalIndex - class RelationalIndex.
 
RelationalIndex(String, String, String) - Constructor for class RelationalIndex
 
RelationalIndexWindow - class RelationalIndexWindow.
 
RelationalIndexWindow(String, String, String) - Constructor for class RelationalIndexWindow
 
Respond - class Respond.
 
Respond() - Constructor for class Respond
 
receiveAnswer(IncomingMessage) - Method in class StudentVT
 
receiveChatMessage(IncomingMessage) - Method in class ChatPanel
 
receivePrivateChatMessage(IncomingMessage) - Method in class ChatPanel
 
receivePublishMessage(IncomingMessage) - Method in class PublishPanel
 
receiveQuestion(IncomingMessage) - Method in class StudentVT
 
receiveTeacherChatMessage(IncomingMessage) - Method in class ChatPanel
 
recieveAgendaMemo(IncomingMessage) - Method in class AgendaPanel
 
reemplaza_commillas(String) - Static method in class Util
 
removePanel(JComponent) - Method in class TabbedPane
 
resetActivity() - Method in class SleepTimer
 
restorePreviousStatus() - Method in class SleepTimer
 
rewind() - Method in class IncomingMessage
JAC - added to allow multiple access to message variables
rotate(double) - Method in class JpgImage
Rotates the current JpgImage object a specified number of degrees, with a default background color of white (also see the notes for the rotate(double, Color) method).
rotate(double, Color) - Method in class JpgImage
Rotates the current JpgImage object a specified number of degrees.
rows - Variable in class ProfileTable
 
run() - Method in class FaceAliveThread
 
run() - Method in class NameServerThread
 
run() - Method in class SpeechAgent
 
run() - Method in class VirtualClassroomThread
 
run() - Method in class WebBrowser
 

S

SAD - Static variable in class StaticFunctions
 
SEND_LOGIN - Static variable in class StaticFunctions
 
SEND_LOGOUT - Static variable in class StaticFunctions
 
SEND_MESSAGE - Static variable in class StaticFunctions
 
SEND_PUSH - Static variable in class StaticFunctions
 
SEND_URL - Static variable in class StaticFunctions
 
SLEEPING - Static variable in class StaticFunctions
 
SOLID - Static variable in class StaticFunctions
 
STUDENT - Static variable in class StaticFunctions
 
Search - class Search.
 
Search(KeywordList, FrequencyList, ChatFile) - Constructor for class Search
 
SearchProfilePanel - class SearchProfilePanel.
 
SearchProfilePanel() - Constructor for class SearchProfilePanel
 
SleepTimer - class SleepTimer.
 
SleepTimer() - Constructor for class SleepTimer
 
SpeechAgent - class SpeechAgent.
 
SpeechAgent() - Constructor for class SpeechAgent
 
StaticFunctions - class StaticFunctions.
 
StaticFunctions() - Constructor for class StaticFunctions
 
StatusFrame - class StatusFrame.
 
StatusFrame(String) - Constructor for class StatusFrame
 
StatusMenu - class StatusMenu.
 
StatusMenu() - Constructor for class StatusMenu
 
StudentInterface - class StudentInterface.
 
StudentInterface() - Constructor for class StudentInterface
 
StudentJLabel - class StudentJLabel.
 
StudentJLabel(int, int, String, String) - Constructor for class StudentJLabel
 
StudentMenu - class StudentMenu.
 
StudentMenu() - Constructor for class StudentMenu
 
StudentVT - class StudentVT.
 
StudentVT() - Constructor for class StudentVT
 
say(String) - Method in class SpeechAgent
 
scaleHeight(int) - Method in class JpgImage
Shrinks or enlarges the current JpgImage object so that the height of the image (in pixels) equals the given height
scaleHeightWidthMax(int, int) - Method in class JpgImage
Shrinks or enlarges the current JpgImage object so that the size of the image (in pixels) is the greater of the height and width dictated by the parameters.
scaleHeightWidthMin(int, int) - Method in class JpgImage
Shrinks or enlarges the current JpgImage object so that the size of the image (in pixels) is the lesser of the height and width dictated by the parameters.
scalePercent(double) - Method in class JpgImage
Shrinks or enlarges the current JpgImage object by the given scale factor, with a scale of 1 being 100% (or no change).
scaleWidth(int) - Method in class JpgImage
Shrinks or enlarges the current JpgImage object so that the width of the image (in pixels) equals the given width
search(String) - Method in class JACRelationalIndex
 
search(String) - Method in class JACSearchInterface
 
searchInterface - Static variable in class Global
 
searchProfilePanel - Static variable in class Global
 
searchRelationalIndex(String) - Method in class JACSearchInterface
 
searchTranscripts(String) - Method in class JACSearchInterface
 
sendToBufferedImage() - Method in class JpgImage
Returns the current JpgImage object as a BufferedImage
sendToFile(String) - Method in class JpgImage
Writes the current JpgImage object to a file, with a quality of 0.75
sendToFile(String, float) - Method in class JpgImage
Writes the current JpgImage object to a file, with the specified quality
sep(String) - Method in class Search
 
set(Dimension) - Method in class ChatPanel
 
setAdvisorAreas(String) - Method in class Profile
 
setAdvisorCourses(String) - Method in class Profile
 
setAdvisorEmail(String) - Method in class Profile
 
setAdvisorLastName(String) - Method in class Profile
 
setAdvisorName(String) - Method in class Profile
 
setAdvisorUrl(String) - Method in class Profile
 
setAreas(String) - Method in class Profile
 
setAvgRating(Double) - Method in class Profile
 
setColumnNames(String[]) - Method in class ProfileTable
 
setCourseNo(String) - Method in class Post
 
setCourses(String) - Method in class Profile
 
setDescription(String) - Method in class BPSFileFilter
Sets the human readable description of this filter.
setEmail(String) - Method in class Profile
 
setExtensionListInDescription(boolean) - Method in class BPSFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setGrade(Double) - Method in class Profile
 
setLastMsgItem(String) - Method in class StatusMenu
 
setLastName(String) - Method in class Profile
 
setLastStatus(int) - Method in class SleepTimer
 
setMensaje(String) - Method in class BDObject
Insert the method's description here.
setName(String) - Method in class Profile
 
setPrivateComboBox() - Method in class ChatPanel
 
setPrivateItem(boolean) - Method in class StatusMenu
 
setPrivatePermission(boolean) - Method in class ChatPanel
 
setProjectTopic(String) - Method in class Profile
 
setPushItem(boolean) - Method in class StatusMenu
 
setPushPermission(boolean) - Method in class PublishPanel
 
setReview(String) - Method in class Profile
 
setRows(Vector) - Method in class ProfileTable
 
setSelectedItem(Object) - Method in class ColorComboBoxModel
 
setSkills(String) - Method in class Profile
 
setSleeping(boolean) - Method in class SleepTimer
 
setSsn(String) - Method in class Profile
 
setStatus(String) - Method in class StatusFrame
 
setTeacherItem(boolean) - Method in class StatusMenu
 
setTeacherOnlyPermission(boolean) - Method in class PublishPanel
 
setTextExtension(String) - Static method in class Utils
 
setThePage(String) - Method in class WebBrowser
 
setToDefaultIcon() - Method in class FaceAliveEmoticonPanel
 
setToDefaultIcon() - Method in class FaceAlivePanel
 
setToDefaultIcon() - Method in class StudentJLabel
 
setToDefaultIcon() - Method in class StudentMenu
 
setType(String) - Method in class Profile
 
setUrl(String) - Method in class Profile
 
showDialog(Component) - Method in class LoginWindow
 
showDialog(Component) - Method in class RelationalIndexWindow
 
si - Static variable in class Global
 
sleepTimer - Static variable in class Global
 
speak(String) - Method in class SpeechAgent
 
speechAgent - Static variable in class Global
 
splitPane - Static variable in class Global
 
squish() - Method in class BPSArchiveMessage
Get rid of extra spaces in the message text (seems to be caused by something strange bewteen the Java and Delphi versions).
startNewAnswer() - Method in class Respond
 
startNewQuestion() - Method in class Post
 
startTest() - Method in class StudentVT
 
startTimer(int) - Method in class StudentVT
 
startedTest - Static variable in class Global
 
statusMenu - Static variable in class Global
 
string() - Method in class IncomingMessage
 
studentMenu - Static variable in class Global
 
studentVT - Static variable in class Global
 
submitQuestion() - Method in class Post
 

T

TEACHER - Static variable in class StaticFunctions
 
TEXT - Static variable in class StaticFunctions
 
TYPE - Static variable in class Profile
 
TabbedPane - class TabbedPane.
 
TabbedPane() - Constructor for class TabbedPane
 
TextFilter - class TextFilter.
 
TextFilter() - Constructor for class TextFilter
 
tabbedPane - Static variable in class Global
 
tabbedPane - Variable in class TabbedPane
 
terms - Variable in class JACRelationalIndex
 
testNum - Static variable in class Global
 
tif - Static variable in class Utils
 
tiff - Static variable in class Utils
 
toString() - Method in class BPSArchiveMessage
 
toString() - Method in class ChatFile
 
toString() - Method in class FrequencyList
 
toString() - Method in class FrequencyRecord
 
toString() - Method in class IncomingMessage
 
toString() - Method in class KeywordList
 
toString() - Method in class Property
Property constructor comment.
toString() - Method in class StudentJLabel
 
toString() - Method in class WhiteBoardShape
 

U

Util - class Util.
 
Util() - Constructor for class Util
 
Utils - class Utils.
 
Utils() - Constructor for class Utils
 
updateEmoticonPanel(String) - Method in class FaceAlivePanel
 
updateImage() - Method in class FaceAliveEmoticonPanel
 
updateImage() - Method in class FaceAlivePanel
 
updateImage() - Method in class StudentJLabel
 
updateImage() - Method in class StudentMenu
 
updateStatus(int) - Method in class StudentJLabel
 
updateStudentList(IncomingMessage) - Method in class ClassroomPanel
 
updateStudents(IncomingMessage) - Method in class StudentVT
 

V

VIRTUAL_CLASSROOM_SERVER - Static variable in class StaticFunctions
 
ViewFrame - class ViewFrame.
 
ViewFrame(JPanel, Dimension) - Constructor for class ViewFrame
 
VirtualClassroomThread - class VirtualClassroomThread.
 
VirtualClassroomThread(String, String) - Constructor for class VirtualClassroomThread
 
videoBrowser - Static variable in class Global
 
videoThread - Static variable in class Global
 
virtualClassroomSend(OutgoingMessage) - Method in class VirtualClassroomThread
 
virtualClassroomThread - Static variable in class Global
 

W

WINKING - Static variable in class StaticFunctions
 
WebBrowser - class WebBrowser.
 
WebBrowser() - Constructor for class WebBrowser
 
WebBrowser(String) - Constructor for class WebBrowser
 
WhiteBoardPanel - class WhiteBoardPanel.
 
WhiteBoardPanel() - Constructor for class WhiteBoardPanel
 
WhiteBoardShape - class WhiteBoardShape.
 
WhiteBoardShape(int, int, int, String) - Constructor for class WhiteBoardShape
 
WhiteBoardShape(int, int, int, int, int, int, int, int, int, int) - Constructor for class WhiteBoardShape
 
webBrowser - Static variable in class Global
 
webThread - Static variable in class Global
 
whiteBoardPanel - Static variable in class Global
 

Y

YES - Static variable in class StaticFunctions
 

A B C D E F G H I J K L M N O P Q R S T U V W Y