Serialized Form


Package standup.clouds

Class standup.clouds.CloudDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

laffertyImage

Image laffertyImage

bubbleLabel

CloudLabel bubbleLabel

frontend

CloudFrontend frontend

bubbleLabelPCSTextParamsWhatASillyName

Object[] bubbleLabelPCSTextParamsWhatASillyName

bubbleLabelCanvasSize

Dimension bubbleLabelCanvasSize

font

Font font

extraComponents

JComponent[] extraComponents

buttons

CloudDialogButton[] buttons

repollNeeded

boolean repollNeeded

myWeeScanner

ScannerMyDialog myWeeScanner

currentScannerMyDialogDelay

int currentScannerMyDialogDelay

currentScannerMyDialogInitialDelay

int currentScannerMyDialogInitialDelay

returnBoolean

boolean returnBoolean

returnString

String returnString

mainPanel

JPanel mainPanel

myWidth

int myWidth

myHeight

int myHeight

leftButtonLocation

Point leftButtonLocation

rightButtonLocation

Point rightButtonLocation

midButtonLocation

Point midButtonLocation

buttonSize

Dimension buttonSize

Class standup.clouds.CloudDialogNonModal extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

laffertyImage

Image laffertyImage

bubbleLabel

CloudLabel bubbleLabel

frontend

CloudFrontend frontend

bubbleLabelPCSTextParamsWhatASillyName

Object[] bubbleLabelPCSTextParamsWhatASillyName

bubbleLabelCanvasSize

Dimension bubbleLabelCanvasSize

font

Font font

isWaiting

boolean isWaiting

isEndedPrematurely

boolean isEndedPrematurely

mainPanel

JPanel mainPanel

myWidth

int myWidth

myHeight

int myHeight

Class standup.clouds.CloudFrontend extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

panelToolbar

PanelToolbar panelToolbar

panelCloudButtonMenu

PanelCloudButtonMenu panelCloudButtonMenu

messageWindow

PanelMessageWindow messageWindow

panelProgressMap

PanelProgressMap panelProgressMap

myDialog

CloudDialog myDialog

myDialogNonModal

CloudDialogNonModal myDialogNonModal

historyCoordinator

HistoryCoordinator historyCoordinator

helpCoordinator

HelpCoordinator helpCoordinator

scanner

Scanner scanner

logger

Logger logger

speaker

STANDUPSpeaker speaker

ff

JFrame ff

backend

Backend backend

atProfileSelectionStage

boolean atProfileSelectionStage
This field records whether the user is currently at the profile selection stage, or whether a profile has been chosen and someone is using the system proper. The profile selection stage differs from the main interaction as follows:


width

int width

height

int height

backgroundProgressMap

BufferedImage backgroundProgressMap

backgroundNoProgressMap

BufferedImage backgroundNoProgressMap

isInteractive

boolean isInteractive

cachedWordClusters

Hashtable<K,V> cachedWordClusters

cachedWordTrie

WordTrie cachedWordTrie

frontendProfile

ProfileCloudFrontend frontendProfile
Fields and methods that handle scanning functionality

Class standup.clouds.ControlPanel extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

controlPanelFrontend

OptionsGUICloudFrontend controlPanelFrontend

controlPanelBackend

OptionsGUIJokeGeneration controlPanelBackend

Class standup.clouds.OptionsGUICloudFrontend extends OptionsGUI implements Serializable

serialVersionUID: 1L

Serialized Fields

symbolSetLabels

String[] symbolSetLabels

interactionsPermittedGetJokeJCheckBox

JCheckBox interactionsPermittedGetJokeJCheckBox

interactionsPermittedGetJokeByTopicJCheckBox

JCheckBox interactionsPermittedGetJokeByTopicJCheckBox

interactionsPermittedGetJokeByWordJCheckBox

JCheckBox interactionsPermittedGetJokeByWordJCheckBox

interactionsPermittedGetJokeByTypeJCheckBox

JCheckBox interactionsPermittedGetJokeByTypeJCheckBox

interactionsPermittedGetWordByTopicJCheckBox

JCheckBox interactionsPermittedGetWordByTopicJCheckBox

interactionsPermittedGetWordBySpellingJCheckBox

JCheckBox interactionsPermittedGetWordBySpellingJCheckBox

interactionsPermittedGetWordByAlphabetJCheckBox

JCheckBox interactionsPermittedGetWordByAlphabetJCheckBox

interactionsPermittedChooseSpecificLexemesJCheckBox

JCheckBox interactionsPermittedChooseSpecificLexemesJCheckBox

textInputJCheckBox

JCheckBox textInputJCheckBox

pointingMethodMouseJRadioButton

JRadioButton pointingMethodMouseJRadioButton

pointingMethodTouch1JRadioButton

JRadioButton pointingMethodTouch1JRadioButton

pointingMethodTouch2JRadioButton

JRadioButton pointingMethodTouch2JRadioButton

pointingMethodSwitchJRadioButton

JRadioButton pointingMethodSwitchJRadioButton

symbolSetJList

JList symbolSetJList

symbolSetDefaultListModel

DefaultListModel symbolSetDefaultListModel

symbolSupportOffJRadioButton

JRadioButton symbolSupportOffJRadioButton

symbolSupportAmbigJRadioButton

JRadioButton symbolSupportAmbigJRadioButton

symbolSupportGUIJRadioButton

JRadioButton symbolSupportGUIJRadioButton

symbolSupportAllJRadioButton

JRadioButton symbolSupportAllJRadioButton

speakOptionsWhenFocussedJCheckBox

JCheckBox speakOptionsWhenFocussedJCheckBox

speakOptionsWhenSelectedJCheckBox

JCheckBox speakOptionsWhenSelectedJCheckBox

speakMessagesJCheckBox

JCheckBox speakMessagesJCheckBox

speakJokesOnDisplayJCheckBox

JCheckBox speakJokesOnDisplayJCheckBox

speakJokesOnRequestJCheckBox

JCheckBox speakJokesOnRequestJCheckBox

jCheckBoxMessageFirstThenLubbles

JCheckBox jCheckBoxMessageFirstThenLubbles

jCheckBoxSpellWordClustered

JCheckBox jCheckBoxSpellWordClustered

jCheckBoxShowDefiniteWordsOnPeripheryAlready

JCheckBox jCheckBoxShowDefiniteWordsOnPeripheryAlready

jCheckBoxDisplayProgressMap

JCheckBox jCheckBoxDisplayProgressMap

jCheckBoxDisplayMessageBarBelowBubbleBrowser

JCheckBox jCheckBoxDisplayMessageBarBelowBubbleBrowser

jSpinnerLubbleStaggerAnimationOffset

JSpinner jSpinnerLubbleStaggerAnimationOffset

jSpinnerScannerInitialDelay

JSpinner jSpinnerScannerInitialDelay

jSpinnerScannerDelay

JSpinner jSpinnerScannerDelay

jCheckBoxEnableLogging

JCheckBox jCheckBoxEnableLogging

jLabelScannerInitialDelay

JLabel jLabelScannerInitialDelay

jLabelScannerDelay

JLabel jLabelScannerDelay

userSelectionListener

ItemListener userSelectionListener

prettyLabelPCS

String prettyLabelPCS

prettyLabelRebus

String prettyLabelRebus

Class standup.clouds.PanelCloudButtonMenu extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

animatorLock

AnimatorLock animatorLock

frontend

CloudFrontend frontend

entities

List<E> entities

dimension

Dimension dimension

frame

int frame

intervalOffset

int intervalOffset

animInProgress

boolean animInProgress

actualStepsNeeded

int actualStepsNeeded

currentpage

int currentpage

scannerRepoll

boolean scannerRepoll

myTimer

Timer myTimer

animType

String animType

Class standup.clouds.PanelMessageWindow extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width

height

int height

frontend

CloudFrontend frontend

frame

int frame

animInProgress

boolean animInProgress

messageBubble

MessageWindowBubble messageBubble

talkingHead

EntityImageStatic talkingHead

animatorLock

AnimatorLock animatorLock

displayedMessage

CloudLabel displayedMessage

myTimer

Timer myTimer

Class standup.clouds.PanelProgressMap extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

animatorLock

AnimatorLock animatorLock

frontend

CloudFrontend frontend

nodes

Hashtable<K,V> nodes

roads

List<E> roads

avatarPath

ProgressMapCharacter avatarPath

avatarImage

EntityAnimated avatarImage

width

double width

height

double height

frame

int frame

animInProgress

boolean animInProgress

busright

BufferedImage busright

history

Stack<E> history

future

Stack<E> future

current

Milestone current

direction

int direction

speechTail

BufferedImage speechTail

myTimer

Timer myTimer

Class standup.clouds.PanelToolbar extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

frontend

CloudFrontend frontend

width

int width

height

int height

back

EntityAnimatedInteractiveBubbleLabelStatic back

forward

EntityAnimatedInteractiveBubbleLabelStatic forward

home

EntityAnimatedInteractiveBubbleLabelStatic home

exit

EntityAnimatedInteractiveBubbleLabelStatic exit

help

EntityAnimatedInteractiveBubbleLabelStatic help

disabled

boolean disabled

backVisible

boolean backVisible

forwardVisible

boolean forwardVisible

scannerRepoll

boolean scannerRepoll

Class standup.clouds.SimpleSplash extends JWindow implements Serializable

serialVersionUID: 1L

Class standup.clouds.SimpleSplashDialog extends JDialog implements Serializable

serialVersionUID: 1L

Class standup.clouds.SplashScreen extends JWindow implements Serializable

serialVersionUID: 1L

Serialized Fields

borderLayout1

BorderLayout borderLayout1

imageLabel

JLabel imageLabel

southPanel

JPanel southPanel

southPanelFlowLayout

FlowLayout southPanelFlowLayout

progressBar

JProgressBar progressBar

imageIcon

ImageIcon imageIcon

Package standup.joke

Class standup.joke.ChooserJokeType extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

jokeTypeValue

JokeType jokeTypeValue

jListJokeTypes

JList jListJokeTypes

jtArray

JokeType[] jtArray

Class standup.joke.GeneratorException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

errCode

int errCode

errMsg

String errMsg

Class standup.joke.OptionsGUIJokeGeneration extends OptionsGUI implements Serializable

serialVersionUID: 1L

Serialized Fields

jComboBoxFLevels

JComboBox jComboBoxFLevels

vectorFLevels

Vector<E> vectorFLevels

jSliderPhoneticSimilarity

JSlider jSliderPhoneticSimilarity

dupeCheckJCheckBox

JCheckBox dupeCheckJCheckBox

jRadioButtonJokeCacheBehaviourCacheOff

JRadioButton jRadioButtonJokeCacheBehaviourCacheOff

jRadioButtonJokeCacheBehaviourCacheOnly

JRadioButton jRadioButtonJokeCacheBehaviourCacheOnly

jRadioButtonJokeCacheBehaviourCacheFirst

JRadioButton jRadioButtonJokeCacheBehaviourCacheFirst

allowAmbigOneJRadioButton

JRadioButton allowAmbigOneJRadioButton

allowAmbigTwoJRadioButton

JRadioButton allowAmbigTwoJRadioButton

allowAmbigManyJRadioButton

JRadioButton allowAmbigManyJRadioButton

usedJokeTypesJList

JList usedJokeTypesJList

usedJokeTypesDefaultListModel

DefaultListModel usedJokeTypesDefaultListModel

allowedSchemasJList

JList allowedSchemasJList

allowedSchemasDefaultListModel

DefaultListModel allowedSchemasDefaultListModel

userSelectionListener

ItemListener userSelectionListener

masterJokeTypeSet

JokeTypeSet masterJokeTypeSet

masterJokeTypes

JokeType[] masterJokeTypes

allSchemaLabels

String[] allSchemaLabels

showJokeCacheOption

boolean showJokeCacheOption

Package standup.lexicon

Class standup.lexicon.Concept extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

gloss

String gloss

lexemeIDs

String[] lexemeIDs

Class standup.lexicon.Lexeme extends Keyword implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

ambiguityCount

int ambiguityCount

wordFormID

String wordFormID

conceptID

String conceptID

semcorFreq

int semcorFreq

fScore

float fScore

realConceptCodes

String[] realConceptCodes

pos

POS pos

isNounCompound

boolean isNounCompound

headWordFormID

String headWordFormID

modifierWordFormID

String modifierWordFormID

Class standup.lexicon.LexiconException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

errCode

int errCode

errMsg

String errMsg

Class standup.lexicon.OptionsGUILexicon extends OptionsGUI implements Serializable

serialVersionUID: 1L

Serialized Fields

optionsLexicon

OptionsLexicon optionsLexicon

availableTopicFilenames

List<E> availableTopicFilenames

availableCustomLexiconFilenames

List<E> availableCustomLexiconFilenames

availableBlacklistFilenames

List<E> availableBlacklistFilenames

Class standup.lexicon.POS extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pos

int pos

Class standup.lexicon.WordForm extends Keyword implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

spelling

WordSequence spelling

Class standup.lexicon.WordSequence extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

seq

List<E> seq
A List of WordStrings.

Class standup.lexicon.WordString extends Keyword implements Serializable

serialVersionUID: 1L

Serialized Fields

string

String string

Package standup.profiling

Class standup.profiling.OptionsAuthoringTool extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

optionsPackage

OptionsPackage optionsPackage

optionsGUIs

Hashtable<K,V> optionsGUIs

controlPanelTabbedPane

JTabbedPane controlPanelTabbedPane

Class standup.profiling.OptionsGUI extends JPanel implements Serializable

Class standup.profiling.ProfileException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

errCode

int errCode

errMsg

String errMsg

Package standup.sql

Class standup.sql.STANDUPSQLException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

errCode

int errCode

errMsg

String errMsg

Package standup.symbol

Class standup.symbol.SymbolException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

errCode

int errCode

errMsg

String errMsg

Class standup.symbol.SymbolPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

images

List<E> images

captions

List<E> captions

Class standup.symbol.SymbolPanelCellRenderer extends SymbolPanel implements Serializable

serialVersionUID: 1L

Class standup.symbol.WMFView extends Frame implements Serializable

serialVersionUID: 1L

Serialized Fields

image

Image image

ic

WMFViewImageCanvas ic

Class standup.symbol.WMFViewImageCanvas extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

image

Image image

Package standup.utils

Class standup.utils.AutoCompletion extends PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

comboBox

JComboBox comboBox

model

ComboBoxModel model

editor

JTextComponent editor

selecting

boolean selecting

hidePopupOnFocusLoss

boolean hidePopupOnFocusLoss

hitBackspace

boolean hitBackspace

hitBackspaceOnSelection

boolean hitBackspaceOnSelection

editorKeyListener

KeyListener editorKeyListener

editorFocusListener

FocusListener editorFocusListener

Package standup.xml

Class standup.xml.XMLException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

errCode

int errCode

errMsg

String errMsg