Package kawigi.cmd

Class Summary
BooleanSettingAction Setting Action implementation for boolean-state settings
ColorSettingAction Setting action implementation for color settings.
DefaultAction Superclass of all KawigiEdit actions.
Dispatcher This class is the switchboard of KawigiEdit's command infrastructure, as of version 2.0.
EditorAction This is the big thing that controls common editor commands that act on a specific CodePane.
FindReplaceAction Action implementation for Find/Replace related actions.
FindReplaceContext An object held by a CodePane that holds state used by Find/Replace Actions.
FontSettingAction Setting action implementation for font settings.
GlobalActionAdapter The idea here is to have an action that works as a global version of a local command.
LocalTestAction Action implementation for actions related to local testing.
NumberSettingAction Setting action implementation for number options that are set using a spinner.
ProblemContext This class is basically few globals that store the context of the current problem and language being worked on in KawigiEdit.
SettingAction Action implementation for setting actions.
SnippetAction This class executes all snippet-related commands, including using a snippet, launching the snippet dialog and all the controls on the snippet dialog.
SnippetContext A set of global values to store the state of snippets.
StandaloneWindowListener WindowListener implementation for KawigiEditStandalone.
TemplateAction Action implementation for Template editor actions.
TextSettingAction Setting action implementation for string settings.
UIHandler This class loads UI constructs from XML.
 

Enum Summary
ActID ActID enum - The master list of KawigiEdit commands.
MenuID Enumeration corresponding to .ui files in the rc/ui directory.