Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
T
tagColor
- Static variable in class kawigi.editor.
GenericView
Colors for various token types.
TCPrefs
- Class in
kawigi.properties
Preferences implementation for plugin mode, where the preference values are stored in TopCoder's LocalPreferences.
TCPrefs()
- Constructor for class kawigi.properties.
TCPrefs
Constructs a TCPrefs object and gets TopCoder's preferences.
TCProblemConverter
- Class in
kawigi.problem
This is perhaps one of the most important source files in KawigiEdit, because it converts TopCoder's problem statements into a format that allows KawigiEdit to generate skeleton and test code in plugin mode.
TCProblemConverter()
- Constructor for class kawigi.problem.
TCProblemConverter
TemplateAction
- Class in
kawigi.cmd
Action implementation for Template editor actions.
TemplateAction(ActID)
- Constructor for class kawigi.cmd.
TemplateAction
Constructs a new TemplateAction for the given ActID.
TemplateGenerator
- Class in
kawigi.problem
This is the class that converts a ClassDecl and language into skeleton code from a template.
TemplateGenerator()
- Constructor for class kawigi.problem.
TemplateGenerator
tempPrefs
- Static variable in class kawigi.cmd.
SettingAction
Temporary storage for settings until the settings dialog is committed.
Test
- Class in
kawigi.problem
Represents a test case.
Test(String[])
- Constructor for class kawigi.problem.
Test
Constructs a new Test with the given parameters without answer checking.
Test(String, String[])
- Constructor for class kawigi.problem.
Test
Constructs a new Test with the given answer and parameters.
testCase
- Static variable in class kawigi.cmd.
TestCasesAction
Test case edited at nowtime.
TestCasesAction
- Class in
kawigi.cmd
Implementation of all actions for editing test cases.
TestCasesAction(ActID)
- Constructor for class kawigi.cmd.
TestCasesAction
Constructs a new TestCasesAction for the given ActID.
TestCasesAction(ActID, ActionTextField)
- Constructor for class kawigi.cmd.
TestCasesAction
Constructs a new TestCasesAction for the given ActID and given TextField.
TestCasesAction(ActID, JButton)
- Constructor for class kawigi.cmd.
TestCasesAction
Constructs a new TestCasesAction for the given ActID and given Button.
TestGenerator
- Interface in
kawigi.language
Interface implemented for each language to generate testing code.
TEXT
- Static variable in class kawigi.cmd.
DefaultAction
String property to override the text of a text box.
textChanged()
- Method in class kawigi.cmd.
TestCasesAction
Changes text in TextBox (array comma-separated) after editing TextArea (array one-element-in-line).
textChanged()
- Method in class kawigi.widget.
ActionTextField
Officially changes the TEXT property of the action.
TextSettingAction
- Class in
kawigi.cmd
Setting action implementation for string settings.
TextSettingAction(ActID)
- Constructor for class kawigi.cmd.
TextSettingAction
Constructs a new TextSettingAction for the given ActID.
thisField
- Variable in class kawigi.cmd.
TestCasesAction
TextBox or Button in dialog for editing single test case for which this action was created.
toArray(EditorDataType, String)
- Method in class kawigi.language.
CPPTestGenerator
Declares an array of the same type as a vector.
toArray(EditorDataType, String)
- Method in class kawigi.language.
JavaTestGenerator
Declares an array of the same type as a vector.
toggleCaseSensitive()
- Method in class kawigi.cmd.
FindReplaceContext
Toggles the "Case Sensitive" option.
toggleWholeWord()
- Method in class kawigi.cmd.
FindReplaceContext
Toggles the "Whole Word" option.
tooltip
- Variable in enum kawigi.cmd.
ActID
toString()
- Method in class kawigi.widget.
Category
Returns a string representation of this category for debugging.
toString()
- Method in class kawigi.widget.
Snippet
Returns the code associated with this snippet.
toTest(Test, EditorDataType[])
- Method in class kawigi.language.
CSharpTestGenerator
Quick utility function to provide the code that should return the answer.
toTest(String[], EditorDataType[])
- Method in class kawigi.language.
VBTestGenerator
Quick utility function to provide the code that should return the parameter list for the function.
translateObject(EditorDataType, String)
- Static method in class kawigi.language.
CSharpTestGenerator
Quck utility function to convert a value to code that creates that value in C#.
translateObject(EditorDataType, String)
- Static method in class kawigi.language.
VBTestGenerator
Quck utility function to convert a string value from TC to code that creates that value in VB.
typeColor
- Static variable in class kawigi.editor.
GenericView
Colors for various token types.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W