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
D
DefaultAction
- Class in
kawigi.cmd
Superclass of all KawigiEdit actions.
DefaultAction(ActID)
- Constructor for class kawigi.cmd.
DefaultAction
Constructor for DefaultAction - requires an ActID.
defaultValue
- Variable in enum kawigi.cmd.
ActID
delayNotify()
- Static method in class kawigi.cmd.
SettingAction
Returns true if settings shouldn't be committed yet.
delButs
- Static variable in class kawigi.cmd.
TestCasesAction
delsPan
- Static variable in class kawigi.cmd.
TestCasesAction
dialog
- Static variable in class kawigi.cmd.
SettingAction
Reference to the config dialog.
dialogShowing()
- Method in class kawigi.cmd.
FindReplaceContext
Returns true if the find/replace dialog has been created and is showing.
directiveColor
- Static variable in class kawigi.editor.
GenericView
Colors for various token types.
Dispatcher
- Class in
kawigi.cmd
This class is the switchboard of KawigiEdit's command infrastructure, as of version 2.0.
Dispatcher(Component)
- Constructor for class kawigi.cmd.
Dispatcher
Instantiates a local subdispatcher that acts on context.
doReplaceAll()
- Method in class kawigi.cmd.
FindReplaceAction
Does a global replacement with the current search and replacement strings.
doReplacement()
- Method in class kawigi.cmd.
FindReplaceAction
Does the replacement action with the replacement pattern if the current selection matches the search string.
doSelection()
- Method in class kawigi.editor.
LineNumbers
Handles selection in the text pane due to gestures on the line numbers.
doUpdates()
- Method in class kawigi.cmd.
SettingAction
Does all the commital actions that need to happen assuming all settings were changed at once.
drawSelectedText(Graphics, int, int, int, int)
- Method in class kawigi.editor.
CPPView
Overridden from PlainView - this method gets called to render every element of selected text, so that I could change how it's displayed if I want.
drawSelectedText(Graphics, int, int, int, int)
- Method in class kawigi.editor.
CSharpView
Overridden from PlainView - this method gets called to render every element of selected text, so that I could change how it's displayed if I want.
drawSelectedText(Graphics, int, int, int, int)
- Method in class kawigi.editor.
JavaView
Overridden from PlainView - this method gets called to render every element of selected text, so that I could change how it's displayed if I want.
drawSelectedText(Graphics, int, int, int, int)
- Method in class kawigi.editor.
VBView
Overridden from PlainView - this method gets called to render every element of selected text, so that I could change how it's displayed if I want.
drawTabbedText(String, int, int, Graphics, int, boolean, boolean)
- Method in class kawigi.editor.
CPPView
Renders the text segment onto the given Grapnics context.
drawTabbedText(String, int, int, Graphics, int, boolean, boolean)
- Method in class kawigi.editor.
CSharpView
Renders the text segment onto the given Grapnics context.
drawTabbedText(String, int, int, Graphics, int, boolean, boolean)
- Method in class kawigi.editor.
JavaView
Renders the text segment onto the given Graphics context.
drawTabbedText(String, int, int, Graphics, int, boolean)
- Method in class kawigi.editor.
VBView
Renders the text segment onto the given Grapnics context.
drawUnselectedText(Graphics, int, int, int, int)
- Method in class kawigi.editor.
CPPView
Overridden from PlainView - this method gets called to render every element of unselected text.
drawUnselectedText(Graphics, int, int, int, int)
- Method in class kawigi.editor.
CSharpView
Overridden from PlainView - this method gets called to render every element of unselected text.
drawUnselectedText(Graphics, int, int, int, int)
- Method in class kawigi.editor.
JavaView
Overridden from PlainView - this method gets called to render every element of unselected text.
drawUnselectedText(Graphics, int, int, int, int)
- Method in class kawigi.editor.
VBView
Overridden from PlainView - this method gets called to render every element of unselected text.
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