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

A

a - Variable in class kawigi.widget.ActionLabel
The Action that this label is configured against.
a - Variable in class kawigi.widget.ActionTextField
The Action that this text field is configured against.
a - Variable in class kawigi.widget.ColorSwatchDropdown
Action that this dropdown is bound to.
a - Variable in class kawigi.widget.FontPanel
Action that this FontPanel is bound to.
AbstractPrefs - Class in kawigi.properties
This is the superclass of PrefProxy implementations used in KawigiEdit.
AbstractPrefs() - Constructor for class kawigi.properties.AbstractPrefs
AbstractPrefs constructor.
accelerator - Variable in enum kawigi.cmd.ActID
 
accept(File) - Method in class kawigi.util.GenericFileFilter
Returns true if the file should be shown with this filter.
ActID - Enum in kawigi.cmd
ActID enum - The master list of KawigiEdit commands.
actionClass - Variable in enum kawigi.cmd.ActID
 
ActionLabel - Class in kawigi.widget
Just a JLabel that can be configured and updated by an Action.
ActionLabel() - Constructor for class kawigi.widget.ActionLabel
Constructor without parameters.
ActionLabel(Action) - Constructor for class kawigi.widget.ActionLabel
Constructor that uses an Action (if you want to use any other parameters for the constructor, you should just use a JLabel).
actionMap - Variable in class kawigi.cmd.Dispatcher
Map of ActIDs to Actions that have already been instantiated on this dispatcher.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.BooleanSettingAction
Toggles the value stored for this setting.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.ColorSettingAction
Does nothing :-)
actionPerformed(ActionEvent) - Method in class kawigi.cmd.DefaultAction
Must override to define what the action does when it launches an event.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.EditorAction
Runs the action of the command.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.FindReplaceAction
Runs this action.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.FontSettingAction
Does nothing :-) FontPanels shouldn't fire actions.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.GlobalActionAdapter
Executes the current local version of this action.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.LocalTestAction
Runs the action!
actionPerformed(ActionEvent) - Method in class kawigi.cmd.NumberSettingAction
Does nothing.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.SettingAction
Executes the non-setting setting commands.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.SnippetAction
Executes this action.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.TemplateAction
Runs the command.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.TestCasesAction
All commands gathered here.
actionPerformed(ActionEvent) - Method in class kawigi.cmd.TextSettingAction
Does nothing.
actionPerformed(ActionEvent) - Method in class kawigi.problem.ProblemParser
Process events from the Problem Parser dialog.
actionPerformed(ActionEvent) - Method in class kawigi.widget.ColorSwatchDropdown
Executes actions on the menu anchor button or on the popup menu.
actionPerformed(ActionEvent) - Method in class kawigi.widget.FilePanel
Notifies us that the "Browse" button was pushed.
actionPerformed(ActionEvent) - Method in class kawigi.widget.Snippet
Notifies us that the snippet is being used.
ActionSpinner - Class in kawigi.widget
A subclass of JSpinner that can use Actions to store properties.
ActionSpinner(Action) - Constructor for class kawigi.widget.ActionSpinner
Constructs a new ActionSpinner that uses the action as the source for several properties, including its SpinnerModel and value.
ActionStateCheckBox - Class in kawigi.widget
This is a subclass of JCheckBox that allows the Action to set its visibility and selected state.
ActionStateCheckBox(Action) - Constructor for class kawigi.widget.ActionStateCheckBox
Constructs a new ActionStateCheckBox that binds data to the given Action.
ActionStateRadioButton - Class in kawigi.widget
This is a subclass of JRadioButton that allows the Action to set its visibility and selected state.
ActionStateRadioButton(Action) - Constructor for class kawigi.widget.ActionStateRadioButton
Constructs a new ActionstateRadioButton for the given Action.
ActionTextField - Class in kawigi.widget
Just a JTextField that can be configured and updated by an Action.
ActionTextField() - Constructor for class kawigi.widget.ActionTextField
Constructor without parameters.
ActionTextField(Action) - Constructor for class kawigi.widget.ActionTextField
Constructor that uses an Action (if you want to use any other parameters for the constructor, you should just use a JTextField).
add(Snippet, String) - Method in class kawigi.widget.Category
Adds a Snippet to this category with the given subcategory.
addActionForKeyStroke(KeyStroke, Action) - Method in class kawigi.editor.KawigiEditKeyMap
Binds an action to a keystroke.
addComponents() - Method in class kawigi.widget.ColorSwatchDropdown
Creates and populates the popup menu.
addExtension(String) - Method in class kawigi.util.GenericFileFilter
Adds a file extension accepted by this filter.
addSnippetDialog - Static variable in class kawigi.cmd.SnippetAction
The global reference to the "Add Snippet" dialog, if it has been created.
addTest(Test) - Method in class kawigi.problem.ClassDecl
Adds this test to the list of tests for this problem.
addToMru(Color) - Static method in class kawigi.widget.ColorSwatch
Adds a given color to the front of the MRU color list.
adjustCBoxProps(JCheckBox) - Method in class kawigi.cmd.TestCasesAction
Some code to change default checkbox colors in plugin mode.
adjustLabelProps(JLabel) - Method in class kawigi.cmd.TestCasesAction
Some code to change default label colors in plugin mode.
ansBox - Static variable in class kawigi.cmd.TestCasesAction
 
ansBoxChanged() - Method in class kawigi.cmd.TestCasesAction
Doing some UI changes after clicking on checkbox near answer (is it needed to check it).
answerFld - Static variable in class kawigi.cmd.TestCasesAction
 
AppEnvironment - Enum in kawigi.util
This enum class tells us whether we're in plugin mode or standalone mode.
arrayBaseType - Static variable in class kawigi.cmd.TestCasesAction
 
arrayDlg - Static variable in class kawigi.cmd.TestCasesAction
Dialog for editing array parameter of test case.
arrayField - Static variable in class kawigi.cmd.TestCasesAction
 
arrayLabel - Static variable in class kawigi.cmd.TestCasesAction
All visual controls in dialog for editing array parameter of test case.
arrayText - Static variable in class kawigi.cmd.TestCasesAction
 

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