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

R

readdUndoListener() - Method in class kawigi.editor.CodePane
This has to be called whenever the Document changes.
readKeywords(String, boolean, Map<String, Color>) - Static method in class kawigi.editor.GenericView
Reads a keywords file and initializes the map to appropriately color those tokens.
redo() - Method in class kawigi.editor.CodePane
Redoes the last undone edit.
removeAllTests() - Method in class kawigi.problem.ClassDecl
Deletes all test cases.
removeBindings() - Method in class kawigi.editor.KawigiEditKeyMap
Clears the bindings in the keymap.
removeCutting(String) - Method in class kawigi.cmd.LocalTestAction
Removes from code all between "BEGIN CUT HERE" and "END CUT HERE".
removeKeyStrokeBinding(KeyStroke) - Method in class kawigi.editor.KawigiEditKeyMap
Clears a specific keystroke binding.
removeTest(int) - Method in class kawigi.problem.ClassDecl
Deletes the test case at the given index.
removeUpdate(DocumentEvent) - Method in class kawigi.editor.LineNumbers
Listens for changes on the Document in its associated text pane.
removeUpdate(DocumentEvent) - Method in class kawigi.widget.ActionTextField
Called when the text in the TextField changes.
reparseClassDecl() - Static method in class kawigi.problem.ClassDeclFactory
Parses problem statement and generates a ClassDecl once more from the same parameters as previously was generated in getClassDecl.
reparseClassDecl() - Method in interface kawigi.problem.ClassDeclGenerator
Parses problem statement and returns the ClassDecl from the same parameters as previously made in getClassDecl.
reparseClassDecl() - Method in class kawigi.problem.ProblemParser
Parsing text entered in the dialog earlier once more.
reparseClassDecl() - Method in class kawigi.problem.TCProblemConverter
Converting saved component and tclang into ClassDecl once more.
reportError(Throwable, boolean) - Method in class kawigi.cmd.DefaultAction
Prints a stack trace to the console and if it's not a warning, brings up an error dialog.
reportError(Throwable) - Static method in class kawigi.cmd.Dispatcher
Brings up a message dialog to notify the user about an error, and also prints the stack trace of the error.
reportError(Throwable, boolean) - Static method in class kawigi.cmd.UIHandler
Prints the stack trace of an error or warning and notifies the user with a dialog.
resetPrefs() - Method in class kawigi.editor.CodePane
Notifies the CodePane that preferences might have changed that affect it.
resetPrefs() - Static method in class kawigi.widget.ProblemTimer
Causes the animation delay and colors in the widget to be reset from the preferences.
resetTabStop() - Static method in class kawigi.editor.GenericView
Checks the property kawigi.editor.tabstop and sets the tabstop used in GenericView and derivatives to its value.
restoreTesting(String, ClassDecl, EditorLanguage) - Method in class kawigi.cmd.LocalTestAction
Parses the text between "BEGIN KAWIGIEDIT TESTING" and "END KAWIGIEDIT TESTING" into test cases, inserts this code into TestPane and inserts into the code tag <%:testing-code%>.
run() - Method in class kawigi.util.KillThread
Waits for a certain number of seconds and then kills the process if it is not yet finished.
run() - Method in class kawigi.util.ProcessOutput
Reads characters from the stream until it runs out of them.
run() - Method in class kawigi.widget.ProblemTimer
The method run by the update thread.
runCommand(ActID) - Method in class kawigi.cmd.Dispatcher
Launches an event on the given actid (i.e. - does what would happen if you clicked on the button or something like that)

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