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

I

ibrush - Variable in class standup.symbol.WmfDecObj
 
ic - Variable in class standup.symbol.WMFView
 
id - Variable in class standup.joke.JokeStructure
 
id - Variable in class standup.lexicon.Concept
 
id - Variable in class standup.lexicon.Lexeme
 
id - Variable in class standup.lexicon.WordForm
 
idx - Variable in class standup.clouds.CloudButtonOldJoke
 
image - Variable in class standup.clouds.ScrollerButton
 
image - Variable in class standup.clouds.StuffToRender
 
image - Variable in class standup.symbol.WMFView
 
image - Variable in class standup.symbol.WMFViewImageCanvas
 
IMAGE_HORIZONTAL_GAP - Static variable in class standup.symbol.SymbolPanelCellRenderer
 
IMAGE_VERTICAL_GAP - Static variable in class standup.symbol.SymbolPanel
 
imageCache - Static variable in class standup.clouds.GUIGraphicsHandler
 
imageCache - Static variable in class standup.symbol.SymbolManager
 
imageFile - Variable in class standup.clouds.ShapeDetails
 
imageFileHighlighted - Variable in class standup.clouds.ShapeDetails
 
imageHighlighted - Variable in class standup.clouds.ScrollerButton
 
imageIcon - Variable in class standup.clouds.SplashScreen
 
imageLabel - Variable in class standup.clouds.SplashScreen
 
images - Variable in class standup.symbol.SymbolPanel
 
imageSpecs - Variable in class standup.clouds.CloudLabelSegment
 
img - Variable in class standup.clouds.EntityImageStatic
 
img - Variable in class standup.clouds.MovingImage
 
img - Variable in class standup.clouds.ProgressMapCharacter
 
img - Variable in class standup.clouds.STANDUPShape
The default background image of this STANDUPShape
img - Variable in class standup.clouds.TalkingHeadRepeatable
 
imgHighlighted - Variable in class standup.clouds.STANDUPShape
The 'highlighted' background image of this STANDUPShape, i.e.
imgHighlighted - Variable in class standup.clouds.TalkingHeadRepeatable
 
in - Variable in class standup.symbol.WMFDecoder
 
inch - Variable in class standup.symbol.WMFDecoder
 
incrementJokeIDCounter() - Method in class standup.joke.ProfileJokeGeneration
 
indent(int) - Method in class standup.lexicon.Topic
 
indexSpellingToWordFormIDs - Static variable in class standup.lexicon.Dictionary
 
indexWordFormIDstoLexemeIDs - Static variable in class standup.lexicon.Dictionary
 
initialDelay - Variable in class standup.clouds.Scanner
 
initialDelay - Variable in class standup.clouds.ScannerMyDialog
 
initialize() - Static method in class standup.profiling.ProfileManager
Sets up the necessary directories for loading and saving user profiles.
initialize(File) - Static method in class standup.profiling.ProfileManager
Sets up the necessary directories for loading and saving user profiles.
initialize(File, File) - Static method in class standup.profiling.ProfileManager
Sets up the necessary directories for loading and saving user profiles.
initialize() - Static method in class standup.sql.SQLUtils
This initializes the SQL database connection using the arguments supplied by CommandLineArguments.
initialize(URL) - Static method in class standup.sql.SQLUtils
This initializes the SQL database connection using the arguments supplied in the given URL.
initialize(String[]) - Static method in class standup.sql.SQLUtils
A method of initializing the database connection by providing it with an array of Strings that contains the required parameters.
initialized - Static variable in class standup.profiling.ProfileManager
Indicates whether this ProfileManager has been initialized yet.
initialized - Static variable in class standup.sql.SQLUtils
Boolean value indicating whether or not a connection to the database has been initialized.
initResources(URL) - Method in class standup.joke.Generator
Sets up the various joke resources required for generation, i.e.
insertString(int, String, AttributeSet) - Method in class standup.utils.AutoCompletion
 
instantiateOSFAnswer(Bindings) - Method in class standup.joke.Schema
 
instantiateOSFQuestion(Bindings) - Method in class standup.joke.Schema
 
instantiateOutSpec(Bindings) - Method in class standup.joke.Clause
 
instantiateTempSpec(Bindings) - Method in class standup.joke.Clause
 
InstantiationConstraint - Interface in standup.joke
An InstantiationConstraint represents a constraint on the keyword instantiations of a JokeStructure.
InstantiationConstraintAmbiguity - Class in standup.joke
An InstantiationConstraint that constrains the level of ambiguity found in the keyword instantiations of a joke.
InstantiationConstraintAmbiguity(AllowableAmbiguity) - Constructor for class standup.joke.InstantiationConstraintAmbiguity
Constructor is very simple -- just provide the two threshold values: the first for the question lexemes, and the second for the answer lexemes.
InstantiationConstraintFamiliarityScore - Class in standup.joke
An InstantiationConstraint that constrains the minimum familiarity scores found in the keyword instantiations of a joke.
InstantiationConstraintFamiliarityScore(float, float) - Constructor for class standup.joke.InstantiationConstraintFamiliarityScore
Constructor is very simple -- just provide the two threshold values: the first for the question lexemes, and the second for the answer lexemes.
InstantiationConstraintFLevel - Class in standup.joke
An InstantiationConstraint that constrains the minimum FLevels of a joke.
InstantiationConstraintFLevel(FLevel) - Constructor for class standup.joke.InstantiationConstraintFLevel
 
InstantiationConstraintLexeme - Class in standup.joke
An InstantiationConstraint that constrains a joke to make use of a specific Lexeme.
InstantiationConstraintLexeme(Lexeme) - Constructor for class standup.joke.InstantiationConstraintLexeme
Constructor is very simple -- just provide the Lexeme.
InstantiationConstraintLexemeClause - Class in standup.joke
An InstantiationConstraint that constrains a joke to make use of a specific Lexeme in its question.
InstantiationConstraintLexemeClause(Lexeme) - Constructor for class standup.joke.InstantiationConstraintLexemeClause
 
InstantiationConstraintLexemeSchema - Class in standup.joke
An InstantiationConstraint that constrains a joke to make use of a specific Lexeme in its answer.
InstantiationConstraintLexemeSchema(Lexeme) - Constructor for class standup.joke.InstantiationConstraintLexemeSchema
 
InstantiationConstraintLexicon - Class in standup.joke
An InstantiationConstraint that constrains a joke to make use of at least one Lexeme in a given LexemeSet.
InstantiationConstraintLexicon(LexemeSet) - Constructor for class standup.joke.InstantiationConstraintLexicon
Constructor must provide the LexemeSet and the name for the SQL table.
InstantiationConstraintLexiconAll - Class in standup.joke
An InstantiationConstraint that constrains a joke to use only Lexemes from a given LexemeSet as instantiations.
InstantiationConstraintLexiconAll(LexemeSet) - Constructor for class standup.joke.InstantiationConstraintLexiconAll
 
InstantiationConstraintLexiconAllClause - Class in standup.joke
An InstantiationConstraint that constrains a joke to use only Lexemes from a given LexemeSet as question instantiations.
InstantiationConstraintLexiconAllClause(LexemeSet) - Constructor for class standup.joke.InstantiationConstraintLexiconAllClause
 
InstantiationConstraintLexiconAllSchema - Class in standup.joke
An InstantiationConstraint that constrains a joke to use only Lexemes from a given LexemeSet as answer instantiations.
InstantiationConstraintLexiconAllSchema(LexemeSet) - Constructor for class standup.joke.InstantiationConstraintLexiconAllSchema
 
InstantiationConstraintLexiconClause - Class in standup.joke
An InstantiationConstraint that constrains a joke to make use of at least one Lexeme from a given LexemeSet in its question.
InstantiationConstraintLexiconClause(LexemeSet) - Constructor for class standup.joke.InstantiationConstraintLexiconClause
 
InstantiationConstraintLexiconNone - Class in standup.joke
An InstantiationConstraintLexicon that constrains a joke to NOT use ANY Lexemes from a given LexemeSet as instantiations.
InstantiationConstraintLexiconNone(LexemeSet) - Constructor for class standup.joke.InstantiationConstraintLexiconNone
 
InstantiationConstraintLexiconSchema - Class in standup.joke
An InstantiationConstraint that constrains a joke to make use of at least one Lexeme from a given LexemeSet in its answer.
InstantiationConstraintLexiconSchema(LexemeSet) - Constructor for class standup.joke.InstantiationConstraintLexiconSchema
 
InstantiationConstraintNovelty - Class in standup.joke
An InstantiationConstraint that constrains the Backend to only generate/retrieve a joke that does not appear in the current user's generated joke log.
InstantiationConstraintNovelty(JokeSet) - Constructor for class standup.joke.InstantiationConstraintNovelty
 
InstantiationConstraintPhoneticSimilarity - Class in standup.joke
An InstantiationConstraint that constrains the minimum phonetic similarity ratings found in the preconditions of instantiations of a joke.
InstantiationConstraintPhoneticSimilarity(double) - Constructor for class standup.joke.InstantiationConstraintPhoneticSimilarity
Constructor is very simple -- just provide the threshold value.
instantiationCount - Variable in class standup.joke.Schema
 
interactionsPermittedChooseSpecificLexemesJCheckBox - Variable in class standup.clouds.OptionsGUICloudFrontend
 
interactionsPermittedGetJokeByTopicJCheckBox - Variable in class standup.clouds.OptionsGUICloudFrontend
 
interactionsPermittedGetJokeByTypeJCheckBox - Variable in class standup.clouds.OptionsGUICloudFrontend
 
interactionsPermittedGetJokeByWordJCheckBox - Variable in class standup.clouds.OptionsGUICloudFrontend
 
interactionsPermittedGetJokeJCheckBox - Variable in class standup.clouds.OptionsGUICloudFrontend
 
interactionsPermittedGetWordByAlphabetJCheckBox - Variable in class standup.clouds.OptionsGUICloudFrontend
 
interactionsPermittedGetWordBySpellingJCheckBox - Variable in class standup.clouds.OptionsGUICloudFrontend
 
interactionsPermittedGetWordByTopicJCheckBox - Variable in class standup.clouds.OptionsGUICloudFrontend
 
interrupt() - Method in class standup.utils.SwingWorker
A new method that interrupts the worker thread.
intervalCount - Variable in class standup.clouds.ProgressMapCharacter
 
intervalFrame - Variable in class standup.clouds.ProgressMapCharacter
 
intervalOffset - Variable in class standup.clouds.PanelCloudButtonMenu
 
intervalSize - Variable in class standup.clouds.ProgressMapCharacter
 
isActive() - Method in class standup.lexicon.CustomLexicon
Returns true if this CustomLexicon is to be considered active within a {@link LexicalComponents}, {@code false} otherwise.
isAdjective() - Method in class standup.lexicon.POS
Returns true if this POS represents an adjective, false otherwise.
isAdverb() - Method in class standup.lexicon.POS
Returns true if this POS represents an adverb, false otherwise.
isAncestorOf(Topic) - Method in class standup.lexicon.Topic
Returns true if this Topic is an ancestor of the given Topic, false otherwise.
isArray(Object) - Static method in class standup.utils.Utils
 
isAtProfileSelectionStage() - Method in class standup.clouds.CloudFrontend
Returns true if the user is at the profile selection stage, and falseotherwise.
isChooseSpecificLexemes() - Method in class standup.clouds.OptionsCloudFrontend
 
isCompoundNoun() - Method in class standup.lexicon.Lexeme
Returns true if this Lexeme is a compound noun, or false otherwise.
isCompoundNoun(String) - Static method in class standup.sql.SQLAccessors
 
isConsumer(ImageConsumer) - Method in class standup.symbol.WMFDecoder
 
isDataFlavorSupported(DataFlavor) - Method in class standup.clouds.ClipboardJokeText
 
isDescendantOf(Topic) - Method in class standup.lexicon.Topic
Returns true if this Topic is a descendant of the given Topic, false otherwise.
isDisplayMessageBarBelowBubbleBrowser() - Method in class standup.clouds.OptionsCloudFrontend
 
isDisplayProgressMap() - Method in class standup.clouds.OptionsCloudFrontend
 
isEmphasized(int) - Method in class standup.clouds.BubbleLabelSegmentString
 
isEmpty() - Method in class standup.joke.JokeConstraints
 
isEmpty() - Method in class standup.joke.JokeSet
 
isEmpty() - Method in class standup.lexicon.LexemeSet
Returns true if this LexemeSet contains no Lexemes, and false otherwise.
isEnableFullPCS() - Static method in class standup.symbol.SymbolManager
Returns true if the symbol loaders are set up in 'full' PCS mode, or false if they are in 'message' PCS mode.
isEnableLogging() - Method in class standup.clouds.OptionsCloudFrontend
 
isEndedPrematurely - Variable in class standup.clouds.CloudDialogNonModal
 
isFailure() - Method in class standup.unify.Bindings
 
isGetJokeByTopicMode() - Method in class standup.clouds.OptionsCloudFrontend
 
isGetJokeByTypeMode() - Method in class standup.clouds.OptionsCloudFrontend
 
isGetJokeByWordMode() - Method in class standup.clouds.OptionsCloudFrontend
 
isGetJokeMode() - Method in class standup.clouds.OptionsCloudFrontend
 
isGetWordByAlphabetMode() - Method in class standup.clouds.OptionsCloudFrontend
 
isGetWordBySpellingMode() - Method in class standup.clouds.OptionsCloudFrontend
 
isGetWordByTopicMode() - Method in class standup.clouds.OptionsCloudFrontend
 
isHighlighted() - Method in class standup.clouds.EntityAnimatedInteractive
 
isInHelpMode() - Method in class standup.clouds.HelpCoordinator
 
isInitialized() - Static method in class standup.sql.SQLUtils
 
isInteractive - Variable in class standup.clouds.CloudFrontend
 
isInteractive() - Method in class standup.clouds.CloudFrontend
 
isMessageFirstThenMenu() - Method in class standup.clouds.OptionsCloudFrontend
 
isModified() - Method in class standup.lexicon.CustomLexicon
Returns true if this CustomLexicon has been modified since the last time it was loaded from/saved to disk, false otherwise.
isModified() - Method in class standup.lexicon.Topic
Returns true if this Topic, or any of its subtopics, has been modified since the last time it was loaded from/saved to disk, false otherwise.
isModified() - Method in class standup.profiling.Options
Returns true if this Options has been modified since it was last loaded/saved, false otherwise.
isNoun() - Method in class standup.lexicon.POS
Returns true if this POS represents a noun, false otherwise.
isNounCompound - Variable in class standup.lexicon.Lexeme
 
isNoveltyCheck() - Method in class standup.joke.OptionsJokeGeneration
 
isPaused() - Method in class standup.clouds.Scanner
 
isPaused() - Method in class standup.clouds.ScannerMyDialog
 
isPCSSymbolFilename(String) - Static method in class standup.symbol.SymbolManager
Returns true if the given filename points to a PCS symbol, false otherwise.
isRebusSymbolFilename(String) - Static method in class standup.symbol.SymbolManager
Returns true if the given filename points to a Rebus symbol, false otherwise.
isShowDefiniteWordsOnPeripheryAlready() - Method in class standup.clouds.OptionsCloudFrontend
 
isSpeakJokesOnDisplay() - Method in class standup.clouds.OptionsCloudFrontend
 
isSpeakJokesOnRequest() - Method in class standup.clouds.OptionsCloudFrontend
 
isSpeakMessages() - Method in class standup.clouds.OptionsCloudFrontend
 
isSpeakOptionsWhenFocussed() - Method in class standup.clouds.OptionsCloudFrontend
 
isSpeakOptionsWhenSelected() - Method in class standup.clouds.OptionsCloudFrontend
 
isSpellWordClustered() - Method in class standup.clouds.OptionsCloudFrontend
 
isSQLLexemeID(String) - Static method in class standup.lexicon.Keyword
Returns true if the given String, returned by an SQL query, represents a Lexeme ID, and false otherwise.
isSQLWordFormID(String) - Static method in class standup.lexicon.Keyword
Returns true if the given String, returned by an SQL query, represents a WordForm ID, and false otherwise.
isStartOfPseudoLexeme(List<? extends StructElement>, int) - Method in class standup.clouds.CloudLabel
 
isTextInput() - Method in class standup.clouds.OptionsCloudFrontend
 
isUnderlined() - Method in class standup.symbol.WmfDecObj
 
isValidKey(String) - Static method in class standup.utils.CommandLineArguments
 
isVariableString(String) - Static method in class standup.unify.Unification
 
isVerb() - Method in class standup.lexicon.POS
Returns true if this POS represents a verb, false otherwise.
isWaiting - Variable in class standup.clouds.CloudDialogNonModal
 

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