Serialized Form
parent
kawigi.snippet.Category parent
name
java.lang.String name
snippets
java.util.ArrayList snippets
color
java.awt.Color color
- The currently selected color.
depressed
boolean depressed
- The state of the button - whether it is pushed in or not.
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
viewClass
java.lang.Class viewClass
- The Class of View components for this EditorKit.
factory
javax.swing.text.ViewFactory factory
- My ViewFactory that I return:
facesBox
javax.swing.JComboBox facesBox
sizeSpinner
javax.swing.JSpinner sizeSpinner
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
root
kawigi.tools.reflect.ReflectorTreeElement root
listeners
java.util.Vector listeners
tree
javax.swing.JTree tree
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
baselang
com.topcoder.shared.language.Language baselang
- The TC language related to this Object.
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
code
java.lang.String code
name
java.lang.String name
parent
kawigi.snippet.Category parent
text
java.lang.String text
width
int width
height
int height
gridbag
java.awt.GridBagLayout gridbag
last
kawigi.challenge.TableCell last
c
java.awt.GridBagConstraints c