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

C

canRedo() - Method in class kawigi.editor.CodePane
Returns true if there are redoable edits that have been undone.
canUndo() - Method in class kawigi.editor.CodePane
Returns true if there are undoable edits in the undo stack.
caretUpdate(CaretEvent) - Method in class kawigi.editor.LineNumbers
Listens for changes in caret position on the text pane.
caseDisps - Static variable in class kawigi.cmd.TestCasesAction
 
caseDlg - Static variable in class kawigi.cmd.TestCasesAction
Dialog for editing single test case.
caseNum - Static variable in class kawigi.cmd.TestCasesAction
Number of test case which is edited at nowtime (if test case will be added this variable is setted to -1).
Category - Class in kawigi.widget
Adapted from KawigiEdit 1's kawigi.snippet.Category.
Category(String) - Constructor for class kawigi.widget.Category
Creates a Category with the given name.
Category() - Constructor for class kawigi.widget.Category
Default constructor for a Category.
ChainedPrefs - Class in kawigi.properties
This class is used by the settings dialog.
ChainedPrefs(PrefProxy) - Constructor for class kawigi.properties.ChainedPrefs
Constructs a new ChainedPrefs to proxy the given PrefProxy.
changeCode(String) - Method in class kawigi.widget.Snippet
Sets the code associated with this snippet.
changedUpdate(DocumentEvent) - Method in class kawigi.editor.LineNumbers
Listens for changes on the Document in its associated text pane.
changedUpdate(DocumentEvent) - Method in class kawigi.widget.ActionTextField
Called when the text in the TextField changes.
changeEvent() - Method in class kawigi.widget.FontPanel
Process any property changes.
characters(char[], int, int) - Method in class kawigi.cmd.UIHandler
Notifies us of non-tag characters between tags.
checkLines(String) - Method in class kawigi.editor.LineNumbers
Called by the DocumentListener methods to check if the number of lines has changed, and if it has, it updates the display.
ChipIcon - Class in kawigi.widget
Represents an icon with a "color chip" which represents the current selected color.
ChipIcon(Icon, ColorSwatchDropdown) - Constructor for class kawigi.widget.ChipIcon
Constructs a new ChipIcon which draws a color chip on top of the given Icon in the color selected by the given ColorSwatchDropdown.
classColor - Static variable in class kawigi.editor.GenericView
Colors for various token types.
ClassDecl - Class in kawigi.problem
This class represents the code side of a problem statement.
ClassDecl(String, MethodDecl) - Constructor for class kawigi.problem.ClassDecl
Constructs a new ClassDecl with the given name and method.
ClassDeclFactory - Class in kawigi.problem
This class takes some set of parameters and generates a ClassDecl from it.
ClassDeclFactory() - Constructor for class kawigi.problem.ClassDeclFactory
 
ClassDeclGenerator - Interface in kawigi.problem
Interface implemented by the TopCoder problem converter and the problem statement parser.
clear() - Method in class kawigi.KawigiEdit
Empties the text pane.
clear() - Method in interface kawigi.util.ConsoleDisplay
Called to clear the output display.
clear() - Method in class kawigi.widget.SimpleOutputComponent
Clears the display.
clone() - Method in class kawigi.problem.Test
Copies this object into another one.
cmdid - Variable in class kawigi.cmd.DefaultAction
The ActID for this Action.
codepane - Variable in class kawigi.cmd.FindReplaceAction
The CodePane that this action should act on.
CodePane - Class in kawigi.editor
This class was originally just a hack on JTextPane to stop it from wrapping lines, as there is no setting or method to do this normally.
CodePane() - Constructor for class kawigi.editor.CodePane
Creates a new NoWrapJTextPane and sets it to use various versions of my EditorKit implementation based on a few mime types.
COLOR - Static variable in class kawigi.cmd.DefaultAction
Color property for the currently selected color in a color-selection control.
colorHash - Static variable in class kawigi.editor.CPPView
A map from token to its color.
colorHash - Static variable in class kawigi.editor.CSharpView
A map from token to its color.
colorHash - Static variable in class kawigi.editor.JavaView
A map from token to its color.
colorHash - Static variable in class kawigi.editor.VBView
A map from token to its color.
ColorSettingAction - Class in kawigi.cmd
Setting action implementation for color settings.
ColorSettingAction(ActID) - Constructor for class kawigi.cmd.ColorSettingAction
Constructs a new ColorSettingAction for the given ActID.
ColorSwatch - Class in kawigi.widget
This is a component that renders a grid of colors for the user to choose from.
ColorSwatch() - Constructor for class kawigi.widget.ColorSwatch
Constructs a new ColorSwatch with the default colors.
ColorSwatchDropdown - Class in kawigi.widget
Implementation of a button that drops a menu that has a color swatch on it.
ColorSwatchDropdown(Action) - Constructor for class kawigi.widget.ColorSwatchDropdown
Constructs a new ColorSwatchDropdown bound to the given action.
commentColor - Static variable in class kawigi.editor.GenericView
Colors for various token types.
commit() - Method in class kawigi.properties.ChainedPrefs
Saves the values of properties previously set on this PrefProxy, and causes the chained PrefProxy to also commit.
commit() - Method in interface kawigi.properties.PrefProxy
Saves the values stored as preferences.
commit() - Method in class kawigi.properties.StandAlonePrefs
Saves the properties in Java's XML Properties format.
commit() - Method in class kawigi.properties.TCPrefs
Tells the TopCoder applet to save its preferences.
compileLocal() - Method in class kawigi.cmd.LocalTestAction
Compiles the saved code for this problem.
ConfigurableEditorKit - Class in kawigi.editor
It's configurable because you can "Configure" the kind of View its ViewFactory returns.
ConfigurableEditorKit(Class) - Constructor for class kawigi.editor.ConfigurableEditorKit
Constructs a ConfigurableEditorKit that uses Views of class v.
ConfigurableEditorKit() - Constructor for class kawigi.editor.ConfigurableEditorKit
Constructs a ConfigurableEditorKit with no default View implementation.
configure() - Method in class kawigi.KawigiEdit
Brings up a configure dialog to set options in the editor plugin.
ConsoleDisplay - Interface in kawigi.util
An encapsulation of the output method from a process's standard output or error streams.
context - Variable in class kawigi.cmd.Dispatcher
The object for commands to act on if this is a subdispatcher.
context - Variable in class kawigi.cmd.EditorAction
The CodePane this action should act on.
context - Variable in class kawigi.cmd.SnippetAction
The CodePane that this action should act on.
countTests() - Method in class kawigi.problem.ClassDecl
Returns the current number of tests for this problem.
CPPTestGenerator - Class in kawigi.language
 
CPPTestGenerator() - Constructor for class kawigi.language.CPPTestGenerator
 
CPPView - Class in kawigi.editor
C++ Implementation of a View that takes care of syntax hilighting when rendering text.
CPPView(Element) - Constructor for class kawigi.editor.CPPView
Creates a new C++ View to render this Element.
create(Element) - Method in class kawigi.editor.ObedientViewFactory
Creates a View instance of the class designated to this ViewFactory.
createArrayDialog(ClassDecl) - Method in class kawigi.cmd.TestCasesAction
Creates the dialog for editing array parameter.
createCaseDialog(ClassDecl) - Method in class kawigi.cmd.TestCasesAction
Creates the dialog for editing single test case.
createDefaultEditorKit() - Method in class kawigi.editor.CodePane
By default, use my GenericView to render the text.
createMainDialog(ClassDecl) - Method in class kawigi.cmd.TestCasesAction
Creates the main dialog for editing test cases.
createSubDispatcher(Component) - Method in class kawigi.cmd.Dispatcher
Creates and returns a local subdispatcher that acts on context.
CSharpTestGenerator - Class in kawigi.language
 
CSharpTestGenerator() - Constructor for class kawigi.language.CSharpTestGenerator
 
CSharpView - Class in kawigi.editor
 
CSharpView(Element) - Constructor for class kawigi.editor.CSharpView
Creates a new CSharpView to render this element.
currentColor - Variable in class kawigi.widget.ColorSwatchDropdown
Currently selected color on this dropdown.
currentScore() - Method in class kawigi.widget.ProblemTimingInfo
Returns the score on the current problem if it were submitted right now.

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