All Packages  Class Hierarchy

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 Z

Index of all Fields and Methods

A

actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.AnimationKillerFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.CookieMonsterFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.DecafFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.DocumentInfoFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.EmptyFontFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.GlossaryFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.HelpFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.HostnameExpanderFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.ImageKillFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.Main
Handle Button events.
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.NoCodeFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.NoThanksFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.PainterFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.PreviewFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.RefererFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.RewriteFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.SecretAgentFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.SecretaryFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.SecretServerFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.SnoopFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.StatsFrame
actionPerformed(ActionEvent). Method in class org.doit.muffin.filter.StopProxyFrame
actionPerformed(ActionEvent). Method in class org.doit.util.TextDialog
actionPerformed(ActionEvent). Method in class org.doit.util.YesNoDialog
addArray(Object[]). Method in class sdsu.util.SortedList
Adds an array of elements to the sorted list.
addColumn(Vector). Method in class sdsu.util.Table
Add a new column to the end of the Table.
addColumns(Table). Method in class sdsu.util.Table
Add a table as new columns.
addElement(double). Method in class sdsu.util.List
Adds the specified double as the last element of the list.
addElement(double). Method in interface sdsu.util.OrderedCollection
Adds the specified double as the last element of the OrderedCollection.
addElement(int). Method in class sdsu.util.List
Adds the specified int as the last element of the list.
addElement(int). Method in interface sdsu.util.OrderedCollection
Adds the specified int as the last element of the OrderedCollection.
addElement(Object). Method in class sdsu.util.List
addElement(Object). Method in interface sdsu.util.OrderedCollection
Adds the specified object as the last element of the OrderedCollection.
addElement(Object). Method in class sdsu.util.SortedList
Adds the specified object in proper location to keep list sorted.
addElements(Object[]). Method in class sdsu.util.List
Adds the array to the end of the list.
addElements(Object[]). Method in interface sdsu.util.OrderedCollection
Adds the elements of an array to the end of the collection.
addElements(Object[]). Method in class sdsu.util.SortedList
Adds the elements of an array to a SortedList.
addElements(SortedCollection). Method in interface sdsu.util.SortedCollection
addElements(SortedCollection). Method in class sdsu.util.SortedList
Adds the elements of a SortedCollection to a SortedList.
addElements(Vector). Method in class sdsu.util.List
Adds the vector to the end of the list.
addElements(Vector). Method in interface sdsu.util.OrderedCollection
Adds the elements of a Vector to the end of the collection.
addElements(Vector). Method in class sdsu.util.SortedList
Adds the elements of a Vector to a SortedList.
addLogEntry(String, String). Method in class org.doit.muffin.Request
addQuoteChars(char, char). Method in class sdsu.util.TokenCharacters
Add the quote pair beginQuote-endQuote to the pairs recognized as char pairs to quote a token.
addRow(Vector). Method in class sdsu.util.Table
Add a new row to the end of the Table.
addRows(Table). Method in class sdsu.util.Table
Add table "newRows" at the bottom of the Table.
AnimationKiller(). Constructor for class org.doit.muffin.filter.AnimationKiller
AnimationKillerFrame(Prefs, AnimationKiller). Constructor for class org.doit.muffin.filter.AnimationKillerFrame
append(byte). Method in class org.doit.io.ByteArray
Append a byte.
append(byte[]). Method in class org.doit.io.ByteArray
Append an array of bytes.
append(ByteArray). Method in class org.doit.io.ByteArray
Append a ByteArray.
append(Object). Method in class org.doit.io.InputObjectStream
append(String). Method in class org.doit.io.ByteArray
Append a String.
append(String). Method in class org.doit.muffin.MessageArea
appendComment(String). Method in class sdsu.util.Stringizer
Appends message as a comment at current location in string.
appendHeaderField(String, String). Method in class org.doit.muffin.Message
appendHeaderField(String, String, int). Method in class org.doit.muffin.Message
appendToken(Object, char). Method in class sdsu.util.Stringizer
Appends token to the end of the string.
appendToken(Object, String). Method in class sdsu.util.Stringizer
Appends token to the end of the string.
argv. Variable in class gnu.getopt.Getopt
Saved argument list passed to the program
array. Variable in class org.doit.io.ObjectStreamToInputStream
array. Variable in class org.doit.io.ObjectStreamToOutputStream
attributeCount(). Method in class org.doit.html.Tag
autoSave(). Method in interface org.doit.muffin.AutoSaveable
autoSave(). Method in class org.doit.muffin.filter.History

B

base64Decode(byte[]). Static method in class org.doit.util.Base64
This method decodes the given byte[] using the base64-encoding specified in RFC-2045(Section 6.8).
base64Decode(String). Static method in class org.doit.util.Base64
This method decodes the given string using the base64-encoding specified in RFC-2045(Section 6.8).
BigList(int, boolean). Constructor for class org.doit.muffin.BigList
body. Variable in class sdsu.util.Stringizer
ByteArray(). Constructor for class org.doit.io.ByteArray
Create a ByteArray with the default size.
ByteArray(byte[]). Constructor for class org.doit.io.ByteArray
Create a ByteArray from an array of bytes.
ByteArray(int). Constructor for class org.doit.io.ByteArray
Create a ByteArray with a specific default size.
ByteArray(String). Constructor for class org.doit.io.ByteArray
Create a ByteArray from a String.
bytes. Variable in class org.doit.io.ByteArray

C

capacity(). Method in class sdsu.util.List
capacity(). Method in interface sdsu.util.OrderedCollection
Returns the current capacity of the OrderedCollection.
checkDirectory(String). Method in class org.doit.muffin.Prefs
checkLongOption(). Method in class gnu.getopt.Getopt
Check to see if an option is a valid long option.
checkUserDirectory(). Method in class org.doit.muffin.Prefs
chop(). Method in class org.doit.io.ByteArray
chop(int). Method in class org.doit.io.ByteArray
clear(). Method in class org.doit.muffin.MessageArea
clear(). Method in class sdsu.util.Template
Clears all variables.
clone(). Method in class sdsu.util.LabeledTable
Clones this labledTable.
clone(). Method in class sdsu.util.List
clone(). Method in class sdsu.util.SortedList
Clones this list.
clone(). Method in class sdsu.util.Table
Clones this table.
close(). Method in class org.doit.io.DebugOutputStream
close(). Method in class org.doit.muffin.filter.HistoryFilter
close(). Method in interface org.doit.muffin.HttpRelay
close(). Method in class org.doit.io.InputObjectStream
close(). Method in class org.doit.io.OutputObjectStream
close(). Method in class org.doit.muffin.filter.TestFilter
closed. Variable in class org.doit.io.InputObjectStream
ColorSample(String). Constructor for class org.doit.util.ColorSample
columnAt(int). Method in class sdsu.util.Table
Returns the given column in the table
columnAt(Object). Method in class sdsu.util.LabeledTable
Returns the column in the table indicated by the label Returns null if column label is not found Rows labels of current labeledTable are copied to new LabeledTable
columnsAt(int, int). Method in class sdsu.util.LabeledTable
Creates a new labeledTable with the specified columns of current labeledTable Rows labels of current labeledTable are copied to new LabeledTable
columnsAt(int, int). Method in class sdsu.util.Table
Creates a new table with the specified columns of current table
columnsAt(Object, int). Method in class sdsu.util.Table
Creates a new table containing all the columns that have the value key in the indicated row
columnsAt(Object, Object). Method in class sdsu.util.LabeledTable
Creates a new LabeledTable containing all the columns that have the value key in the indicated row.
COMMENT_CHAR. Static variable in class sdsu.util.TokenCharacters
Default character (#) used to indicate start of comment.
compare(Object, Object). Method in class sdsu.compare.LinearOrderComparer
Returns an integer that is less than, equal to, or greater than zero.
compare(Request). Method in class org.doit.muffin.Cookie
Comparer(). Constructor for class sdsu.compare.Comparer
configurationChanged(String). Method in class org.doit.muffin.FilterManager
configurationChanged(String). Method in class org.doit.muffin.Main
configurationChanged(String). Method in class org.doit.muffin.Options
connect(InputObjectStream). Method in class org.doit.io.OutputObjectStream
connect(OutputObjectStream). Method in class org.doit.io.InputObjectStream
connected. Variable in class org.doit.io.InputObjectStream
connected. Variable in class org.doit.io.OutputObjectStream
contains(Object). Method in class sdsu.util.List
contains(Object). Method in interface sdsu.util.OrderedCollection
Returns true if the specified object is a value of the collection.
contains(Object). Method in class sdsu.util.Table
Returns true if the specified object is in the table
containsEscapeableChar(String). Method in class sdsu.util.TokenCharacters
Returns true if c needs to be escaped in a quoted token.
containsHeaderField(String). Method in class org.doit.muffin.Message
Return whether or not a header exists.
containsTokenTerminator(String). Method in class sdsu.util.TokenCharacters
Returns true if contains a character that indicates the end of a token.
ConversionException(). Constructor for class sdsu.util.ConversionException
Constructs an ConversionException with no detail message.
ConversionException(String). Constructor for class sdsu.util.ConversionException
Constructs an ConversionException with the specified detail message.
Cookie(String, Request). Constructor for class org.doit.muffin.Cookie
CookieMonster(). Constructor for class org.doit.muffin.filter.CookieMonster
CookieMonsterFrame(Prefs, CookieMonster). Constructor for class org.doit.muffin.filter.CookieMonsterFrame
createFilter(). Method in class org.doit.muffin.filter.AnimationKiller
createFilter(). Method in class org.doit.muffin.filter.CookieMonster
createFilter(). Method in class org.doit.muffin.filter.Decaf
createFilter(). Method in class org.doit.muffin.filter.DocumentInfo
createFilter(). Method in class org.doit.muffin.filter.EmptyFont
createFilter(). Method in interface org.doit.muffin.FilterFactory
Factory method which returns a Filter.
createFilter(). Method in class org.doit.muffin.filter.ForwardedFor
createFilter(). Method in class org.doit.muffin.filter.Glossary
createFilter(). Method in class org.doit.muffin.filter.History
createFilter(). Method in class org.doit.muffin.filter.HostnameExpander
createFilter(). Method in class org.doit.muffin.filter.ImageKill
createFilter(). Method in class org.doit.muffin.filter.NoCode
createFilter(). Method in class org.doit.muffin.filter.NoThanks
createFilter(). Method in class org.doit.muffin.filter.Painter
createFilter(). Method in class org.doit.muffin.filter.Preview
createFilter(). Method in class org.doit.muffin.filter.Referer
createFilter(). Method in class org.doit.muffin.filter.Rewrite
createFilter(). Method in class org.doit.muffin.filter.SecretAgent
createFilter(). Method in class org.doit.muffin.filter.Secretary
createFilter(). Method in class org.doit.muffin.filter.SecretServer
createFilter(). Method in class org.doit.muffin.filter.Snoop
createFilter(). Method in class org.doit.muffin.filter.Stats
createFilter(). Method in class org.doit.muffin.filter.StopProxy
createFilter(). Method in class org.doit.muffin.filter.Test
createRedirect(String). Static method in class org.doit.muffin.Reply
createTag(). Method in class org.doit.html.Token

D

data. Variable in class org.doit.html.Tag
DebugOutputStream(OutputStream). Constructor for class org.doit.io.DebugOutputStream
Decaf(). Constructor for class org.doit.muffin.filter.Decaf
DecafFrame(Prefs, Decaf). Constructor for class org.doit.muffin.filter.DecafFrame
dispose(). Method in class org.doit.muffin.MuffinFrame
DocumentInfo(). Constructor for class org.doit.muffin.filter.DocumentInfo
DocumentInfoFrame(Prefs, DocumentInfo). Constructor for class org.doit.muffin.filter.DocumentInfoFrame
done(). Method in class org.doit.io.InputObjectStream
doubleAt(int). Method in class sdsu.util.List
Returns the double at the specified index.
doubleAt(int). Method in interface sdsu.util.OrderedCollection
Returns the double at the specified index.
doubleSorter(). Static method in class sdsu.util.SortedList
Returns a sortedList object that will sort floats and doubles.

E

elementAt(int). Method in class sdsu.util.List
elementAt(int). Method in interface sdsu.util.OrderedCollection
Returns the element at the specified index.
elementAt(int, int). Method in class sdsu.util.Table
Returns the object in table at given row and column.
elementAt(int, Object). Method in class sdsu.util.LabeledTable
Returns the object in table at given row and column.
elementAt(Object, int). Method in class sdsu.util.LabeledTable
Returns the object in table at given row and column.
elementAt(Object, Object). Method in class sdsu.util.LabeledTable
Returns the object in table at given row and column.
elements(). Method in class sdsu.util.List
elements(). Method in interface sdsu.util.OrderedCollection
Returns an enumeration of the elements.
elements(). Method in class sdsu.util.Table
Returns an enumeration of the non-null elements in row order.
elementsReversed(). Method in class sdsu.util.List
Returns an enumeration of the elements inrevese order.
elementsReversed(). Method in interface sdsu.util.OrderedCollection
Returns an enumeration of the elements inrevese order.
EmptyFont(). Constructor for class org.doit.muffin.filter.EmptyFont
EmptyFontFrame(Prefs, EmptyFont). Constructor for class org.doit.muffin.filter.EmptyFontFrame
ensureCapacity(int). Method in class sdsu.util.List
ensureCapacity(int). Method in interface sdsu.util.OrderedCollection
Ensures that the OrderedCollection has at least the specified capacity.
enumerate(). Method in class org.doit.html.Tag
equals(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.DoubleComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.FloatComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.IntegerComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.LongComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.StringComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.StringIgnoreCaseComparer
Returns true if the leftOperand is equal to the rightOperand.
erase(). Method in class org.doit.io.ByteArray
ESCAPE_CHAR. Static variable in class sdsu.util.TokenCharacters
Character (/) used to preceed a quote character or escape character in a quoted token.
escapeToken(String). Method in class sdsu.util.TokenCharacters
Places escape character before any quote character or the escape character Returns the modified token
exchange(String[]). Method in class gnu.getopt.Getopt
Exchange the shorter segment with the far end of the longer segment.
exists(Object). Method in class org.doit.muffin.Prefs
extract(String). Method in class org.doit.muffin.Prefs

F

filter(Reply). Method in class org.doit.muffin.filter.AnimationKillerFilter
filter(Reply). Method in class org.doit.muffin.filter.CookieMonsterFilter
filter(Reply). Method in class org.doit.muffin.filter.DecafFilter
filter(Reply). Method in class org.doit.muffin.filter.NoCodeFilter
filter(Reply). Method in class org.doit.muffin.filter.NoThanksFilter
filter(Reply). Method in interface org.doit.muffin.ReplyFilter
filter(Reply). Method in class org.doit.muffin.filter.SecretServerFilter
filter(Reply). Method in class org.doit.muffin.filter.SnoopFilter
filter(Reply). Method in class org.doit.muffin.filter.StatsFilter
filter(Request). Method in class org.doit.muffin.filter.AnimationKillerFilter
filter(Request). Method in class org.doit.muffin.filter.CookieMonsterFilter
filter(Request). Method in class org.doit.muffin.filter.ForwardedForFilter
filter(Request). Method in class org.doit.muffin.filter.HistoryFilter
filter(Request). Method in class org.doit.muffin.filter.NoThanksFilter
filter(Request). Method in class org.doit.muffin.filter.RefererFilter
filter(Request). Method in interface org.doit.muffin.RequestFilter
filter(Request). Method in class org.doit.muffin.filter.SecretAgentFilter
filter(Request). Method in class org.doit.muffin.filter.SnoopFilter
filter(Request). Method in class org.doit.muffin.filter.StatsFilter
filter(Request). Method in class org.doit.muffin.filter.TestFilter
FilterException(). Constructor for class org.doit.muffin.FilterException
FilterException(String). Constructor for class org.doit.muffin.FilterException
first_nonopt. Variable in class gnu.getopt.Getopt
The index of the first non-option in argv[]
firstElement(). Method in class sdsu.util.List
firstElement(). Method in interface sdsu.util.OrderedCollection
Returns the first element of the sequence.
FixedBufferedInputStream(InputStream, int). Constructor for class org.doit.io.FixedBufferedInputStream
flag. Variable in class gnu.getopt.LongOpt
If this variable is not null, then the value stored in "val" is stored here when this long option is encountered.
flush(). Method in class org.doit.io.DebugOutputStream
flush(). Method in class org.doit.io.ObjectStreamToOutputStream
flush(). Method in class org.doit.io.OutputObjectStream
ForwardedFor(). Constructor for class org.doit.muffin.filter.ForwardedFor
fromColumnVector(Vector). Static method in class sdsu.util.Table
Create a table using the vector column as the only column in the table
fromCommandLine(String[]). Method in class sdsu.util.LabeledData
Constructs a labeled data table from command line arguments.
fromFile(String). Static method in class sdsu.util.Template
Reads the text for a template from the given file.
fromRowVector(Vector). Static method in class sdsu.util.Table
Create a table using the vector row as the only row in the table
fromString(String). Method in class sdsu.util.LabeledData
Converts a string to a list.
fromString(String). Method in class sdsu.util.List
Converts a string to a list.
fromString(String). Method in interface sdsu.util.Stringizable
Converts a string to an object.
fromString(String). Method in class sdsu.util.Table
Loads a Table from a string.

G

get(int). Method in class org.doit.io.ByteArray
get(int). Method in class gnu.regexp.RESyntax
Check if a given bit is set in this syntax.
get(String). Method in class org.doit.html.Tag
getAllMatches(Object). Method in class gnu.regexp.RE
Returns an array of all matches found in the input.
getAllMatches(Object, int). Method in class gnu.regexp.RE
Returns an array of all matches found in the input, beginning at the specified index position.
getAllMatches(Object, int, int). Method in class gnu.regexp.RE
Returns an array of all matches found in the input string, beginning at the specified index position and using the specified execution flags.
getAnswer(). Method in class org.doit.util.TextDialog
getBoolean(String). Method in class org.doit.muffin.Prefs
getBoundary(). Method in class org.doit.muffin.Reply
getBytes(). Method in class org.doit.io.ByteArray
Return the bytes.
getChunkedFooter(InputStream). Method in class org.doit.muffin.Reply
getChunkSize(InputStream). Method in class org.doit.muffin.Reply
getClient(). Method in class org.doit.muffin.Request
getColor(String). Method in class org.doit.muffin.Prefs
getCommand(). Method in class org.doit.muffin.Request
getCommentChar(). Method in class sdsu.util.TokenCharacters
Returns a character that indicates start of a comment.
getComparer(). Method in interface sdsu.util.SortedCollection
Returns the comparer object used to order list.
getComparer(). Method in class sdsu.util.SortedList
Returns the comparer object used to order list.
getContent(). Method in class org.doit.muffin.Reply
getContentType(). Method in class org.doit.muffin.Reply
getData(). Method in class org.doit.muffin.Request
getData(String). Method in class sdsu.util.LabeledData
Gets value with given label.
getData(String, String). Method in class sdsu.util.LabeledData
Gets value with given label.
getDocument(). Method in class org.doit.muffin.Request
getDomain(). Method in class org.doit.muffin.Cookie
getEndIndex(). Method in class gnu.regexp.REMatch
Returns the index within the input string where the match in its entirety ends.
getFilterManager(). Static method in class org.doit.muffin.Main
getFlag(). Method in class gnu.getopt.LongOpt
Returns the value of the 'flag' field for this long option
getFont(String). Method in class org.doit.muffin.Prefs
getGeometry(). Method in class org.doit.muffin.MuffinFrame
getHasArg(). Method in class gnu.getopt.LongOpt
Returns the value set for the 'has_arg' field for this long option
getHeaderField(String). Method in class org.doit.muffin.Message
getHeaderField(String, int). Method in class org.doit.muffin.Message
getHeaders(). Method in class org.doit.muffin.Message
getHeaderValueCount(String). Method in class org.doit.muffin.Message
getHost(). Method in class org.doit.muffin.Request
getInstance(). Static method in class sdsu.compare.DoubleComparer
Returns a DoubleComparer object.
getInstance(). Static method in class sdsu.compare.FloatComparer
Returns a FloatComparer object.
getInstance(). Static method in class sdsu.compare.IntegerComparer
Returns a IntegerComparer object.
getInstance(). Static method in class sdsu.compare.LongComparer
Returns a LongComparer object.
getInstance(). Static method in class sdsu.compare.StringComparer
Returns a StringComparer object.
getInstance(). Static method in class sdsu.compare.StringIgnoreCaseComparer
Returns a StringIgnoreCaseComparer object.
getInstance(Comparer). Static method in class sdsu.compare.ReverseOrderComparer
Returns a Comparer with order reversed from the Comparer originalOrder.
getInteger(String). Method in class org.doit.muffin.Prefs
getLogEntries(String). Method in class org.doit.muffin.Request
getLogFile(). Static method in class org.doit.muffin.Main
getLogHeaders(). Method in class org.doit.muffin.Request
getLongind(). Method in class gnu.getopt.Getopt
Returns the index into the array of long options (NOT argv) representing the long option that was found.
getMatch(Object). Method in class gnu.regexp.RE
Returns the first match found in the input.
getMatch(Object, int). Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index.
getMatch(Object, int, int). Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(Object, int, int, StringBuffer). Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatchEnumeration(Object). Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int). Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int, int). Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMessage(). Method in class gnu.regexp.REException
Reports the descriptive message associated with this exception as well as its index position in the string or character array being compiled.
getMinimumLength(). Method in class gnu.regexp.RE
Returns the minimum number of characters that could possibly constitute a match of this regular expression.
getMinimumSize(). Method in class org.doit.muffin.BigList
getMinimumSize(). Method in class org.doit.util.ColorSample
getMinimumSize(). Method in class org.doit.muffin.ImageCanvas
getMinimumSize(int). Method in class org.doit.muffin.BigList
getMinimumSize(int). Method in class org.doit.util.ColorSample
getMinimumSize(int). Method in class org.doit.muffin.ImageCanvas
getName(). Method in class gnu.getopt.LongOpt
Returns the name of this LongOpt as a String
getNumSubs(). Method in class gnu.regexp.RE
Returns the maximum number of subexpressions in this regular expression.
getopt(). Method in class gnu.getopt.Getopt
This method returns a char that is the current option that has been parsed from the command line.
Getopt(String, String[], String). Constructor for class gnu.getopt.Getopt
Construct a basic Getopt instance with the given input data.
Getopt(String, String[], String, LongOpt[]). Constructor for class gnu.getopt.Getopt
Construct a Getopt instance with given input data that is capable of parsing long options as well as short.
Getopt(String, String[], String, LongOpt[], boolean). Constructor for class gnu.getopt.Getopt
Construct a Getopt instance with given input data that is capable of parsing long options and short options.
getOptarg(). Method in class gnu.getopt.Getopt
For communication from `getopt' to the caller.
getOptind(). Method in class gnu.getopt.Getopt
optind it the index in ARGV of the next element to be scanned.
getOptions(). Static method in class org.doit.muffin.Main
getOptopt(). Method in class gnu.getopt.Getopt
When getopt() encounters an invalid option, it stores the value of that option in optopt which can be retrieved with this method.
getOverride(). Method in class org.doit.muffin.Prefs
getPath(). Method in class org.doit.muffin.Cookie
getPath(). Method in class org.doit.muffin.Request
getPort(). Method in class org.doit.muffin.Request
getPosition(). Method in class gnu.regexp.REException
Returns the position, relative to the string or character array being compiled, where the error occurred.
getPreferredSize(). Method in class org.doit.muffin.BigList
getPreferredSize(). Method in class org.doit.util.ColorSample
getPreferredSize(). Method in class org.doit.muffin.ImageCanvas
getPreferredSize(int). Method in class org.doit.muffin.BigList
getPreferredSize(int). Method in class org.doit.util.ColorSample
getPreferredSize(int). Method in class org.doit.muffin.ImageCanvas
getPrefs(). Method in class org.doit.muffin.filter.AnimationKiller
getPrefs(). Method in class org.doit.muffin.filter.CookieMonster
getPrefs(). Method in class org.doit.muffin.filter.Decaf
getPrefs(). Method in class org.doit.muffin.filter.DocumentInfo
getPrefs(). Method in class org.doit.muffin.filter.EmptyFont
getPrefs(). Method in interface org.doit.muffin.Factory
Return factory preferences.
getPrefs(). Method in interface org.doit.muffin.FilterFactory
Return factory preferences.
getPrefs(). Method in class org.doit.muffin.filter.ForwardedFor
getPrefs(). Method in class org.doit.muffin.filter.Glossary
getPrefs(). Method in class org.doit.muffin.filter.History
getPrefs(). Method in class org.doit.muffin.filter.HostnameExpander
getPrefs(). Method in class org.doit.muffin.filter.ImageKill
getPrefs(). Method in class org.doit.muffin.filter.NoCode
getPrefs(). Method in class org.doit.muffin.filter.NoThanks
getPrefs(). Method in class org.doit.muffin.filter.Painter
getPrefs(). Method in class org.doit.muffin.filter.Preview
getPrefs(). Method in class org.doit.muffin.filter.Referer
getPrefs(). Method in class org.doit.muffin.filter.Rewrite
getPrefs(). Method in class org.doit.muffin.filter.SecretAgent
getPrefs(). Method in class org.doit.muffin.filter.Secretary
getPrefs(). Method in class org.doit.muffin.filter.SecretServer
getPrefs(). Method in class org.doit.muffin.filter.Snoop
getPrefs(). Method in class org.doit.muffin.filter.Stats
getPrefs(). Method in class org.doit.muffin.filter.StopProxy
getPrefs(). Method in class org.doit.muffin.filter.Test
getProtocol(). Method in class org.doit.muffin.Reply
getProtocol(). Method in class org.doit.muffin.Request
getQueryString(). Method in class org.doit.muffin.Request
getRequest(). Method in class org.doit.muffin.Request
getStartIndex(). Method in class gnu.regexp.REMatch
Returns the index within the input text where the match in its entirety began.
getStatusCode(). Method in class org.doit.muffin.Reply
getString(String). Method in class org.doit.muffin.Prefs
getStringList(String). Method in class org.doit.muffin.Prefs
getSubEndIndex(int). Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub ends, or -1 if the subexpression does not exist.
getSubStartIndex(int). Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub begins, or -1 if the subexpression does not exist.
getToken(). Method in class org.doit.html.HtmlTokenizer
getTransferEncoding(). Method in class org.doit.muffin.Reply
getType(). Method in class gnu.regexp.REException
Returns the type of the exception, one of the constants listed above.
getType(). Method in class org.doit.html.Token
getURL(). Method in class org.doit.muffin.Request
getUserDirectory(). Method in class org.doit.muffin.Prefs
getUserFile(String). Method in class org.doit.muffin.Prefs
getVal(). Method in class gnu.getopt.LongOpt
Returns the value of the 'val' field for this long option
Glossary(). Constructor for class org.doit.muffin.filter.Glossary
GlossaryFilter(Glossary). Constructor for class org.doit.muffin.filter.GlossaryFilter
GlossaryFrame(Prefs, Glossary). Constructor for class org.doit.muffin.filter.GlossaryFrame
greaterThan(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.DoubleComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.FloatComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.IntegerComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.LongComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.StringComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.StringIgnoreCaseComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThanOrEqual(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is greater than or equal the rightOperand.
greaterThanOrEqual(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is greater than or equal the rightOperand.

H

has(String). Method in class org.doit.html.Tag
has_arg. Variable in class gnu.getopt.LongOpt
Indicates whether the option has no argument, a required argument, or an optional argument.
hasContent(). Method in class org.doit.muffin.Reply
hasMoreElements(). Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreElements(). Method in class sdsu.util.SimpleTokenizer
Returns true if not at end of source stream or source string
hasMoreMatches(). Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreMatches(StringBuffer). Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreTokens(). Method in class sdsu.util.SimpleTokenizer
Returns true if not at end of source stream or source string
header. Variable in class sdsu.util.Stringizer
headerCount(). Method in class org.doit.muffin.Message
HelpFrame(String). Constructor for class org.doit.muffin.HelpFrame
History(). Constructor for class org.doit.muffin.filter.History
HistoryFilter(History). Constructor for class org.doit.muffin.filter.HistoryFilter
HostnameExpander(). Constructor for class org.doit.muffin.filter.HostnameExpander
HostnameExpanderFrame(Prefs, HostnameExpander). Constructor for class org.doit.muffin.filter.HostnameExpanderFrame
HtmlObjectStream(InputObjectStream). Constructor for class org.doit.io.HtmlObjectStream
HtmlTokenizer(InputStream). Constructor for class org.doit.html.HtmlTokenizer

I

ImageCanvas(Image). Constructor for class org.doit.muffin.ImageCanvas
ImageCanvas(String, Color, boolean). Constructor for class org.doit.muffin.ImageCanvas
Create an ImageCanvas.
ImageKill(). Constructor for class org.doit.muffin.filter.ImageKill
ImageKillFrame(Prefs, ImageKill). Constructor for class org.doit.muffin.filter.ImageKillFrame
importTag(Tag). Method in class org.doit.html.Token
in. Variable in class org.doit.io.ObjectStreamToInputStream
in. Variable in class org.doit.io.OutputObjectStream
index. Variable in class org.doit.io.ObjectStreamToInputStream
indexOf(Object). Method in class sdsu.util.List
indexOf(Object). Method in interface sdsu.util.OrderedCollection
Searches for the specified object, starting from the first position and returns an index to it.
indexOf(Object). Method in class sdsu.util.Table
Searches for the specified object, in row order.
indexOf(Object, int). Method in class sdsu.util.List
indexOf(Object, int). Method in interface sdsu.util.OrderedCollection
Searches for the specified object, starting at the specified position and returns an index to it.
indexOf(Object, int). Method in class sdsu.util.SortedList
Searches for the specified object, starting at the specified position and returns an index to it.
InputObjectStream(). Constructor for class org.doit.io.InputObjectStream
InputObjectStream(OutputObjectStream). Constructor for class org.doit.io.InputObjectStream
inputThread. Variable in class org.doit.io.InputObjectStream
insertColumnsAt(Table, int). Method in class sdsu.util.Table
Insert table "newColumns" in the Table.
insertColumnsAt(Table, Object). Method in class sdsu.util.LabeledTable
Insert table "newColumns" in the Table.
insertElementAt(Object, int). Method in class sdsu.util.List
insertElementAt(Object, int). Method in interface sdsu.util.OrderedCollection
Inserts the specified object as an element at the specified index.
insertionIndexOf(Object). Method in class sdsu.util.SortedList
insertRowsAt(Table, int). Method in class sdsu.util.Table
Insert table "newRows" in the Table.
insertRowsAt(Table, Object). Method in class sdsu.util.LabeledTable
Insert table "newRows" in the Table.
intAt(int). Method in class sdsu.util.List
Returns the int at the specified index.
intAt(int). Method in interface sdsu.util.OrderedCollection
Returns the int at the specified index.
integerSorter(). Static method in class sdsu.util.SortedList
Returns a sortedList object that will sort integers.
internalVector. Variable in class sdsu.util.List
is(String). Method in class org.doit.html.Tag
IsBadLanguage(String). Method in class org.doit.muffin.filter.NoCodeFilter
isBeginQuote(char). Method in class sdsu.util.TokenCharacters
Returns true if c indicates the start of a quoted token
isComment(char). Method in class sdsu.util.TokenCharacters
Returns true if c indicates the start of a comment
isEmpty(). Method in class sdsu.util.List
isEmpty(). Method in interface sdsu.util.OrderedCollection
Returns true if the collection contains no values.
isEndQuote(char). Method in class sdsu.util.TokenCharacters
Returns true if c indicates the end of a quoted token
isEOL(char). Method in class sdsu.util.TokenCharacters
Returns true if c is Mac, Unix, or PC EOL character
isEscape(char). Method in class sdsu.util.TokenCharacters
Returns true if c is an escape character
isJavaScriptAttr(String). Method in class org.doit.muffin.filter.Decaf
isJavaScriptAttr(String). Method in class org.doit.muffin.filter.NoCode
isJavaScriptTag(String). Method in class org.doit.muffin.filter.Decaf
isJavaScriptTag(String). Method in class org.doit.muffin.filter.NoCode
isMatch(Object). Method in class gnu.regexp.RE
Checks if the input in its entirety is an exact match of this regular expression.
isMatch(Object, int). Method in class gnu.regexp.RE
Checks if the input string, starting from index, is an exact match of this regular expression.
isMatch(Object, int, int). Method in class gnu.regexp.RE
Checks if the input, starting from index and using the specified execution flags, is an exact match of this regular expression.
isModified(). Method in class org.doit.html.Tag
isQuotePair(char, char). Method in class sdsu.util.TokenCharacters
Returns true if beginQuote and endQuote are matching begin ending quote characters
isSeparator(char). Method in class sdsu.util.TokenCharacters
Returns true if c is a separator character
isTokenTerminator(char). Method in class sdsu.util.TokenCharacters
Returns true if c indicates the end of an unquoted token IE c is a whitespace, separator or comment character
isWhitespace(char). Method in class sdsu.util.TokenCharacters
Returns true if c is a whitespace character
isYes(). Method in class org.doit.util.YesNoDialog
itemStateChanged(ItemEvent). Method in class org.doit.muffin.filter.DocumentInfoFrame
itemStateChanged(ItemEvent). Method in class org.doit.muffin.filter.PainterFrame
itemStateChanged(ItemEvent). Method in class org.doit.muffin.filter.RefererFrame
itemStateChanged(ItemEvent). Method in class org.doit.muffin.filter.SecretAgentFrame

K

keys(). Method in class org.doit.util.SortedProperties

L

LabeledData(). Constructor for class sdsu.util.LabeledData
LabeledData(Properties). Constructor for class sdsu.util.LabeledData
Constructs a new, empty labeledData object with the specified default values.
LabeledTable(). Constructor for class sdsu.util.LabeledTable
Create a new LabeledTable with no rows and no columns
LabeledTable(int, int). Constructor for class sdsu.util.LabeledTable
Create a new LabeledTable with given number of rows and columns.
LabeledTable(Table). Constructor for class sdsu.util.LabeledTable
Create a LabeledTable from a table
last_nonopt. Variable in class gnu.getopt.Getopt
The index of the last non-option in argv[]
lastElement(). Method in class sdsu.util.List
lastElement(). Method in interface sdsu.util.OrderedCollection
Returns the last element of the sequence.
lastIndexOf(Object). Method in class sdsu.util.List
lastIndexOf(Object). Method in interface sdsu.util.OrderedCollection
Searches backwards for the specified object, starting from the last position and returns an index to it.
lastIndexOf(Object, int). Method in class sdsu.util.List
lastIndexOf(Object, int). Method in interface sdsu.util.OrderedCollection
Searches backwards for the specified object, starting from the specified position and returns an index to it.
length(). Method in class org.doit.io.ByteArray
Return the number of bytes.
lessThan(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.DoubleComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.FloatComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.IntegerComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.LongComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.StringComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.StringIgnoreCaseComparer
Returns true if the leftOperand is less than the rightOperand.
lessThanOrEqual(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is less than or equal to the rightOperand.
lessThanOrEqual(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is less than or equal to the rightOperand.
LinearOrderComparer(). Constructor for class sdsu.compare.LinearOrderComparer
List(). Constructor for class sdsu.util.List
Create a new list
List(int). Constructor for class sdsu.util.List
Create a list with initial given size
List(Object[]). Constructor for class sdsu.util.List
Create a list initial items from a list
List(Vector). Constructor for class sdsu.util.List
Create a list initial items from a list
load(InputStream). Method in class sdsu.util.LabeledData
Loads a list from an inputstream.
load(InputStream). Method in class sdsu.util.List
Converts a string to a list.
load(InputStream). Method in class sdsu.util.Table
Loads a Table from an inputstream.
log(Request, Reply). Method in class org.doit.muffin.LogFile
LogFile(String). Constructor for class org.doit.muffin.LogFile
long_only. Variable in class gnu.getopt.Getopt
This flag determines whether or not we are parsing only long args
long_options. Variable in class gnu.getopt.Getopt
This is an array of LongOpt objects which describ the valid long options.
longind. Variable in class gnu.getopt.Getopt
Stores the index into the long_options array of the long option found
LongOpt(String, int, StringBuffer, int). Constructor for class gnu.getopt.LongOpt
Create a new LongOpt object with the given parameter values.
longopt_handled. Variable in class gnu.getopt.Getopt
A flag which communicates whether or not checkLongOption() did all necessary processing for the current option

M

Main(). Constructor for class org.doit.muffin.Main
Create Main.
main(String[]). Static method in class org.doit.io.ByteArray
main(String[]). Static method in class gnu.getopt.Getopt
Standalone instantiation method for testing purposes
main(String[]). Static method in class sdsu.util.List
main(String[]). Static method in class org.doit.muffin.Main
main(String[]). Static method in class sdsu.util.SortedList
main(String[]). Static method in class org.doit.muffin.filter.Tester
markSupported(). Method in class gnu.regexp.REFilterInputStream
Returns false.
matches(RE). Method in class org.doit.html.Tag
maxLength. Variable in class org.doit.io.ObjectStreamToOutputStream
maxObjects. Variable in class org.doit.io.InputObjectStream
merge(Object[], int, Object[], int). Method in class sdsu.util.SortedList
Returns the result of merging the first leftLength elements of array left and the first rightLength elements of array right.
merge(Prefs). Method in class org.doit.muffin.Prefs
Message(). Constructor for class org.doit.muffin.Message
MessageArea(). Constructor for class org.doit.muffin.MessageArea
MessageArea(int). Constructor for class org.doit.muffin.MessageArea
MuffinFrame(String). Constructor for class org.doit.muffin.MuffinFrame

N

name. Variable in class gnu.getopt.LongOpt
The name of the long option
name. Variable in class org.doit.html.Tag
name(). Method in class org.doit.html.Tag
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.AnimationKillerFilter
needsFiltration(Request, Reply). Method in interface org.doit.muffin.ContentFilter
Specify whether or not this filter is interested in filtering the content related to request and reply.
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.DecafFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.DocumentInfo
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.EmptyFontFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.GlossaryFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.ImageKillFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.NoCodeFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.NoThanksFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.PainterFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.PreviewFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.SecretaryFilter
needsFiltration(Request, Reply). Method in class org.doit.muffin.filter.StopProxyFilter
needsRedirection(Request). Method in class org.doit.muffin.filter.HostnameExpanderFilter
needsRedirection(Request). Method in interface org.doit.muffin.RedirectFilter
Specify whether or not this filter is interested in redirecting this request.
needsRedirection(Request). Method in class org.doit.muffin.filter.RewriteFilter
nextchar. Variable in class gnu.getopt.Getopt
The next char to be scanned in the option-element in which the last option character we returned was found.
nextElement(). Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextMatch(). Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextToken(). Method in class sdsu.util.SimpleTokenizer
Returns string containing all characters up to the given separator, unquoted whitespace, or EOF if the separator is not found.
nextToken(String). Method in class sdsu.util.SimpleTokenizer
Returns string containing all characters up to the given separator, unquoted whitespace, or EOF if the separator is not found.
NO_ARGUMENT. Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
NO_VALUE. Static variable in class sdsu.util.LabeledData
String used for value in key-value pair when no value is available.
NoCode(). Constructor for class org.doit.muffin.filter.NoCode
NoCodeFrame(Prefs, NoCode). Constructor for class org.doit.muffin.filter.NoCodeFrame
NoThanks(). Constructor for class org.doit.muffin.filter.NoThanks
NoThanksFilter(NoThanks). Constructor for class org.doit.muffin.filter.NoThanksFilter
NoThanksFrame(Prefs, NoThanks). Constructor for class org.doit.muffin.filter.NoThanksFrame
numberOfColumns(). Method in class sdsu.util.Table
Returns the number of columns that can currently be accessed
numberOfRows(). Method in class sdsu.util.Table
Returns the number of rows that can currently be accessed

O

objects. Variable in class org.doit.io.InputObjectStream
ObjectStreamToInputStream(InputObjectStream). Constructor for class org.doit.io.ObjectStreamToInputStream
ObjectStreamToOutputStream(OutputObjectStream). Constructor for class org.doit.io.ObjectStreamToOutputStream
offset. Variable in class org.doit.io.ByteArray
optarg. Variable in class gnu.getopt.Getopt
For communication from `getopt' to the caller.
opterr. Variable in class gnu.getopt.Getopt
Callers store false here to inhibit the error message for unrecognized options.
optind. Variable in class gnu.getopt.Getopt
Index in ARGV of the next element to be scanned.
OPTIONAL_ARGUMENT. Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
optopt. Variable in class gnu.getopt.Getopt
When an unrecognized option is encountered, getopt will return a '?' and store the value of the invalid option here.
optstring. Variable in class gnu.getopt.Getopt
This is the string describing the valid short options.
order. Variable in class sdsu.util.SortedList
ordering. Variable in class gnu.getopt.Getopt
Determines whether we permute arguments or not
out. Variable in class org.doit.io.ObjectStreamToOutputStream
OutputObjectStream(). Constructor for class org.doit.io.OutputObjectStream