Serialized Form

Class kawigi.snippet.Category implements Serializable

Serialized Fields

parent

kawigi.snippet.Category parent

name

java.lang.String name

snippets

java.util.ArrayList snippets


Class kawigi.config.ColorWidget implements Serializable

Serialized Fields

color

java.awt.Color color
The currently selected color.


depressed

boolean depressed
The state of the button - whether it is pushed in or not.


Class kawigi.config.ConfigPanel implements Serializable

Serialized Fields

browseButton

javax.swing.JButton browseButton

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

fileField

javax.swing.JTextField fileField

filechooser

javax.swing.JFileChooser filechooser

stduiBox

javax.swing.JCheckBox stduiBox

matchParensBox

javax.swing.JCheckBox matchParensBox

prefs

com.topcoder.client.contestApplet.common.LocalPreferences prefs

testingBackground

kawigi.config.ColorWidget testingBackground

testingForeground

kawigi.config.ColorWidget testingForeground

classColor

kawigi.config.ColorWidget classColor

commentColor

kawigi.config.ColorWidget commentColor

directiveColor

kawigi.config.ColorWidget directiveColor

keywordColor

kawigi.config.ColorWidget keywordColor

operatorColor

kawigi.config.ColorWidget operatorColor

stringColor

kawigi.config.ColorWidget stringColor

typeColor

kawigi.config.ColorWidget typeColor

editorBackground

kawigi.config.ColorWidget editorBackground

editorForeground

kawigi.config.ColorWidget editorForeground

matchColor

kawigi.config.ColorWidget matchColor

selectionColor

kawigi.config.ColorWidget selectionColor

selectedTextColor

kawigi.config.ColorWidget selectedTextColor

testingFontPanel

kawigi.config.FontPanel testingFontPanel

editorFontPanel

kawigi.config.FontPanel editorFontPanel

javaPanel

kawigi.config.LanguageConfigPanel javaPanel

cppPanel

kawigi.config.LanguageConfigPanel cppPanel

csharpPanel

kawigi.config.LanguageConfigPanel csharpPanel

vbPanel

kawigi.config.LanguageConfigPanel vbPanel

tabSpinner

javax.swing.JSpinner tabSpinner

timeoutSpinner

javax.swing.JSpinner timeoutSpinner


Class kawigi.editor.ConfigurableEditorKit implements Serializable

Serialized Fields

viewClass

java.lang.Class viewClass
The Class of View components for this EditorKit.


factory

javax.swing.text.ViewFactory factory
My ViewFactory that I return:


Class kawigi.language.ExtendedCPPLanguage implements Serializable


Class kawigi.language.ExtendedCSharpLanguage implements Serializable


Class kawigi.language.ExtendedJavaLanguage implements Serializable


Class kawigi.language.ExtendedVBLanguage implements Serializable


Class kawigi.config.FontCellRenderer implements Serializable


Class kawigi.config.FontPanel implements Serializable

Serialized Fields

facesBox

javax.swing.JComboBox facesBox

sizeSpinner

javax.swing.JSpinner sizeSpinner


Class kawigi.challenge.HistoryLookup implements Serializable

Serialized Fields

tabs

javax.swing.JTabbedPane tabs

getButton

javax.swing.JButton getButton

handleField

javax.swing.JTextField handleField

problemInfo

java.util.Vector problemInfo

list

javax.swing.JList list


Class kawigi.tools.reflect.JarReflectorPanel implements Serializable

Serialized Fields

root

kawigi.tools.reflect.ReflectorTreeElement root

listeners

java.util.Vector listeners

tree

javax.swing.JTree tree


Class kawigi.config.LanguageConfigPanel implements Serializable

Serialized Fields

compileField

javax.swing.JTextField compileField

filenameField

javax.swing.JTextField filenameField

runField

javax.swing.JTextField runField

importsField

javax.swing.JTextField importsField

prefs

com.topcoder.client.contestApplet.common.LocalPreferences prefs

prefix

java.lang.String prefix


Class kawigi.language.LanguageContainer implements Serializable

Serialized Fields

baselang

com.topcoder.shared.language.Language baselang
The TC language related to this Object.


Class kawigi.editor.LineNumbers implements Serializable

Serialized Fields

textarea

javax.swing.JTextPane textarea

currentLines

int currentLines

lineWidth

int lineWidth

anchor

int anchor

lastIndex

int lastIndex

offset

int offset

textwidth

int textwidth

view

kawigi.editor.GenericView view


Class kawigi.editor.NoWrapJTextPane implements Serializable


Class kawigi.tools.reflect.ReflectorCellRenderer implements Serializable


Class kawigi.snippet.Snippet implements Serializable

Serialized Fields

code

java.lang.String code

name

java.lang.String name

parent

kawigi.snippet.Category parent


Class kawigi.challenge.TableCell implements Serializable

Serialized Fields

text

java.lang.String text

width

int width

height

int height


Class kawigi.challenge.TableViewer implements Serializable

Serialized Fields

gridbag

java.awt.GridBagLayout gridbag

last

kawigi.challenge.TableCell last

c

java.awt.GridBagConstraints c