Alphabetical Index

A B C D G H I J L M N O P Q R S T U W

A

actionPerformed(ActionEvent) - method in class net.sf.turkey.GUI
analyzeString(String) - method in class net.sf.turkey.ProbabilityTable
Collects character characteristics of a single string.
avgWordLength - field in class net.sf.turkey.ProbabilityTable
Average word length of the analyzed text.

B

bGroup - field in class net.sf.turkey.GUI
buttonBar - field in class net.sf.turkey.GUI

C

CLI - class net.sf.turkey.CLI
The command-line interface for Turkey.
closeButton - field in class net.sf.turkey.GUI
closeWindow() - method in class net.sf.turkey.GUI
configPanel - field in class net.sf.turkey.GUI
copyAction - field in class net.sf.turkey.GUI
copyButton - field in class net.sf.turkey.GUI
currentTable - field in class net.sf.turkey.Generator
The table used for text generation.

D

dictionaryPanel - field in class net.sf.turkey.GUI
dictionaryType - field in class net.sf.turkey.GUI
dump() - method in class net.sf.turkey.ProbabilityTable
Returns string representation of the probability table.

G

gen - field in class net.sf.turkey.GUI
Dummy text generator.
generateNewText() - method in class net.sf.turkey.GUI
Generates new dummy text in the output text area.
Generator - class net.sf.turkey.Generator
The high-level generator interface.
Generator() - constructor for class net.sf.turkey.Generator
Loads the text samples.
getCurrentDictionary() - method in class net.sf.turkey.Generator
getDictionaryNames() - method in class net.sf.turkey.Generator
Returns the names of available dictionaries.
getFileContents(String) - method in class net.sf.turkey.CLI
Returns the contents of a file.
getFileContents(String) - method in class net.sf.turkey.GUI.JTextPanel
Returns the contents of a file.
getIcon(String) - method in class net.sf.turkey.GUI
getInstance() - static method in class net.sf.turkey.Generator
Returns the Generator class instance.
getNext(String) - method in class net.sf.turkey.ProbabilityTable
Returns character that is likely to follow given prefix.
getParagraphsTotal() - method in class net.sf.turkey.Generator
getSentence() - method in class net.sf.turkey.ProbabilityTable
Generates a sentence.
getSentencesPerPar() - method in class net.sf.turkey.Generator
getText() - method in class net.sf.turkey.Generator
Returns generated text.
getWord() - method in class net.sf.turkey.ProbabilityTable
Generates a word.
goAction - field in class net.sf.turkey.GUI
goButton - field in class net.sf.turkey.GUI
GUI - class net.sf.turkey.GUI
Swinging Turkey, ho-ho.
GUI() - constructor for class net.sf.turkey.GUI
Loads preferences, sets up basic window properties, lays out the GUI components and generates introductory dummy text.

H

height - static field in class net.sf.turkey.GUI
Main window height.
htmlOutput - field in class net.sf.turkey.Generator
Use HTML tags in the generated text?

I

instance - static field in class net.sf.turkey.Generator
The instance of Generator class.
isHTMLOutput() - method in class net.sf.turkey.Generator

J

GUI.JTextPanel - class net.sf.turkey.GUI.JTextPanel
Simple panel with text.
JTextPanel(String) - constructor for class net.sf.turkey.GUI.JTextPanel
Loads and displays some text from external file.

L

loadPreferences() - method in class net.sf.turkey.GUI
Load preferences.

M

main(String[]) - static method in class net.sf.turkey.Turkey
mainConfigPanel - field in class net.sf.turkey.GUI
mainPanel - field in class net.sf.turkey.GUI

N

name - field in class net.sf.turkey.ProbabilityTable
The name of the table.
net.sf.turkey - package
notebook - field in class net.sf.turkey.GUI

O

otHTML - field in class net.sf.turkey.GUI
otPlain - field in class net.sf.turkey.GUI
outputArea - field in class net.sf.turkey.GUI
outputPanel - field in class net.sf.turkey.GUI
outputTypePanel - field in class net.sf.turkey.GUI

P

paraAdjust - field in class net.sf.turkey.GUI
paragraphLabel - field in class net.sf.turkey.GUI
PARAGRAPHS_MAX - static field in class net.sf.turkey.Generator
Maximum number of total paragraphs.
PARAGRAPHS_MIN - static field in class net.sf.turkey.Generator
Minimum number of total paragraphs.
paragraphsTotal - field in class net.sf.turkey.Generator
The total number of paragraphs.
paramsPanel - field in class net.sf.turkey.GUI
PREFIX_LENGTH - static field in class net.sf.turkey.ProbabilityTable
The prefix length.
printUsage() - method in class net.sf.turkey.CLI
ProbabilityTable - class net.sf.turkey.ProbabilityTable
Text analyzer and generator.
ProbabilityTable(InputStream,String) - constructor for class net.sf.turkey.ProbabilityTable
Builds the probability table from an input stream.

Q

quitAction - field in class net.sf.turkey.GUI

R

rnd - field in class net.sf.turkey.ProbabilityTable
Random seed generator.
run() - static method in class net.sf.turkey.GUI
Runs the GUI.
run(String[]) - method in class net.sf.turkey.CLI

S

samples - static field in class net.sf.turkey.Generator
The samples used for building the vocabulary.
savePreferences() - method in class net.sf.turkey.GUI
Save preferences.
scrollArea - field in class net.sf.turkey.GUI
scroller - field in class net.sf.turkey.GUI.JTextPanel
selectDictionary(String) - method in class net.sf.turkey.Generator
Selects dictionary by name, falls back to default dictionary if no dictionary with given name exists.
sentenceAdjust - field in class net.sf.turkey.GUI
sentenceLabel - field in class net.sf.turkey.GUI
SENTENCES_MAX - static field in class net.sf.turkey.Generator
Maximum number of sentences in a paragraph.
SENTENCES_MIN - static field in class net.sf.turkey.Generator
Minimum number of sentences in a paragraph.
sentencesPerPar - field in class net.sf.turkey.Generator
The number of sentences per paragraph.
setClipboard(String) - method in class net.sf.turkey.CLI
setClipboard(String) - method in class net.sf.turkey.GUI
setHTMLOutput(boolean) - method in class net.sf.turkey.Generator
setParagraphsTotal(int) - method in class net.sf.turkey.Generator
Sets the total number of paragraphs in generated text.
setSentencesPerPar(int) - method in class net.sf.turkey.Generator
Sets the number of sentences in generated paragraph.
setupComponents() - method in class net.sf.turkey.GUI
Setup the GUI components.
setupWindow() - method in class net.sf.turkey.GUI
Basic window setup.
stateChanged(ChangeEvent) - method in class net.sf.turkey.GUI

T

table - field in class net.sf.turkey.ProbabilityTable
Probability table.
tables - field in class net.sf.turkey.Generator
The list of available probability tables.
toString() - method in class net.sf.turkey.ProbabilityTable
Turkey - class net.sf.turkey.Turkey
The main Turkey class.

U

UnknownPrefix - class net.sf.turkey.UnknownPrefix

W

width - static field in class net.sf.turkey.GUI
Main window width.