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

C

cache - Variable in class com.raelity.jvi.swing.TextView
 
cacheTrace - Static variable in class com.raelity.jvi.swing.DefaultBuffer
 
cacheTrace - Static variable in class com.raelity.jvi.swing.TextViewCache
 
calculateVisualBlocks(Buffer.VisualBounds, int, int) - Method in class com.raelity.jvi.Buffer
 
cancel() - Method in class com.raelity.jvi.swing.CommandLine.CommandLineEntry
 
cancel() - Method in interface com.raelity.jvi.ViCmdEntry
Stop command entry.
canEdit(ViTextView, ViBuffer, int) - Static method in class com.raelity.jvi.Edit
 
canInstantiate() - Static method in class com.raelity.text.RegExp
This is used internally to determine if an underlying regular expression implementation is available.
canInstantiate() - Static method in class com.raelity.text.RegExpJava
 
canRedo() - Method in class com.raelity.jvi.swing.DefaultBuffer.UndoGroupManager
 
canUndo() - Method in class com.raelity.jvi.swing.DefaultBuffer.UndoGroupManager
 
canUndoOrRedo() - Method in class com.raelity.jvi.swing.DefaultBuffer.UndoGroupManager
 
caretUpdate(ViTextView, int, int, int) - Static method in class com.raelity.jvi.ViManager
 
change(ChangeListener, Object) - Static method in class com.raelity.org.openide.util.WeakListeners
Creates a weak implementation of ChangeListener.
changedUpdate(DocumentEvent) - Method in class com.raelity.jvi.swing.TextViewCache.FreezeViewport
 
changeWordBlanks - Static variable in class com.raelity.jvi.Options
 
charAt(int) - Method in class com.raelity.jvi.StringOption
 
charAt(int) - Method in class com.raelity.text.TextUtil.MySegment
 
check_cursor_col() - Static method in class com.raelity.jvi.Misc
Make sure curwin->w_cursor.col is valid.
checkModeline() - Method in class com.raelity.jvi.Buffer
from switchto, everything else has been setup
classicUndoOption - Static variable in class com.raelity.jvi.Options
 
clear() - Method in class com.raelity.jvi.Buffer.VisualBounds
 
CLEAR - Static variable in interface com.raelity.jvi.Constants
 
clear() - Method in class com.raelity.jvi.swing.CommandLine
This is used when the combo box is going to be displayed.
clearBits(int) - Method in class com.raelity.jvi.MutableInt
 
clearMessage() - Method in class com.raelity.jvi.swing.StatusDisplay
 
clearMessage() - Method in interface com.raelity.jvi.ViStatusDisplay
Clear current status and/or error message
clearMsg() - Static method in class com.raelity.jvi.Msg
 
clearop() - Method in class com.raelity.jvi.OPARG
 
clearSelect() - Method in class com.raelity.jvi.swing.TextView
 
clearSelect() - Method in interface com.raelity.jvi.ViTextView
clear the select, if any, on the screen, don't move the caret
close() - Method in class com.raelity.jvi.OutputStreamAdaptor
 
close() - Method in class com.raelity.jvi.swing.DefaultOutputStream
 
close() - Method in interface com.raelity.jvi.ViOutputStream
Done with the stream.
closeFile(JEditorPane, Object) - Static method in class com.raelity.jvi.ViManager
The applications invokes this method when a file is completely removed from a container or should be forgotten by jVi.
CMDLINE - Static variable in interface com.raelity.jvi.Constants
 
coladvance(int) - Static method in class com.raelity.jvi.Misc
 
coladvance(ViFPOS, int) - Static method in class com.raelity.jvi.Misc
advance the fpos, note it may be the cursor
coladvanceColumnIndex(int, TextUtil.MySegment, MutableBoolean) - Static method in class com.raelity.jvi.Misc
coladvance(col).
coladvanceColumnIndex(int, TextUtil.MySegment) - Static method in class com.raelity.jvi.Misc
 
coladvanceColumnIndex(TextUtil.MySegment) - Static method in class com.raelity.jvi.Misc
 
coladvanceCoord(int, int) - Method in class com.raelity.jvi.swing.TextView
 
coladvanceCoord(int, int) - Method in interface com.raelity.jvi.ViTextView
 
COLON_ENTRY - Static variable in interface com.raelity.jvi.ViCmdEntry
 
ColonCommandFlags - Interface in com.raelity.jvi
Flags used to direct ":" command parsing.
ColonCommands - Class in com.raelity.jvi
This class handles registration, command input, parsing, dispatching and in some instances execution of ":" commands.
ColonCommands() - Constructor for class com.raelity.jvi.ColonCommands
 
ColonCommands.BangAction - Class in com.raelity.jvi
 
ColonCommands.BangAction() - Constructor for class com.raelity.jvi.ColonCommands.BangAction
 
ColonCommands.ColonAction - Class in com.raelity.jvi
Commands that take arguments subclass this.
ColonCommands.ColonAction() - Constructor for class com.raelity.jvi.ColonCommands.ColonAction
 
ColonCommands.ColonEvent - Class in com.raelity.jvi
The event passed to ColonCommands.ColonAction.
com.raelity.jvi - package com.raelity.jvi
This is the main package of the jVi editor; it contains the primary editing engine.
com.raelity.jvi.cmd - package com.raelity.jvi.cmd
 
com.raelity.jvi.swing - package com.raelity.jvi.swing
 
com.raelity.org.openide.util - package com.raelity.org.openide.util
 
com.raelity.text - package com.raelity.text
 
commandEntryAssist(ViCmdEntry, boolean) - Method in class com.raelity.jvi.swing.DefaultViFactory
 
commandEntryAssist(ViCmdEntry, boolean) - Method in interface com.raelity.jvi.ViFactory
 
commandEntryFrame - Static variable in class com.raelity.jvi.Options
 
CommandLine - Class in com.raelity.jvi.swing
This class presents a editable combo box UI for picking up command entry data.
CommandLine() - Constructor for class com.raelity.jvi.swing.CommandLine
 
commandLine - Variable in class com.raelity.jvi.swing.CommandLine.CommandLineEntry
 
CommandLine.CommandLineEntry - Class in com.raelity.jvi.swing
The CommandLine JPanel may be embedded in a Dialog or put on a glass pane; CommandLineEntry is some common handling particularly for the ViCmdEntry interface.
CommandLine.FilteredKeymap - Class in com.raelity.jvi.swing
 
CommandLine.FilteredKeymap(Keymap) - Constructor for class com.raelity.jvi.swing.CommandLine.FilteredKeymap
Creates a new instance of FilteredKeymap
commitUndoGroup() - Method in class com.raelity.jvi.swing.DefaultBuffer.UndoGroupManager
 
compareTo(AbbrevLookup.CommandElement) - Method in class com.raelity.jvi.AbbrevLookup.CommandElement
 
compareTo(MutableInt) - Method in class com.raelity.jvi.MutableInt
 
compareTo(ViFPOS) - Method in class com.raelity.jvi.ViFPOS.abstractFPOS
 
compareTo(ViManager.jViVersion) - Method in class com.raelity.jvi.ViManager.jViVersion
 
compile(String) - Method in class com.raelity.text.RegExp
Prepare this regular expression to use pattern for matching.
compile(String, int) - Method in class com.raelity.text.RegExp
Prepare this regular expression to use pattern for matching.
compile(String, int) - Method in class com.raelity.text.RegExpJava
Prepare this regular expression to use pattern for matching.
computeCursorPosition(MutableInt, MutableInt, MutableInt) - Method in class com.raelity.jvi.swing.TextView
 
computeCursorPosition(int, MutableInt, MutableInt) - Method in class com.raelity.jvi.swing.TextView
 
computeCursorPosition(MutableInt, MutableInt, MutableInt) - Method in interface com.raelity.jvi.ViTextView
Determine cursor position, all args get set (call by reference).
CONFIRM - Static variable in interface com.raelity.jvi.Constants
 
Constants - Interface in com.raelity.jvi
 
coordSkip - Static variable in class com.raelity.jvi.Options
 
copy() - Method in class com.raelity.jvi.FPOS
 
copy() - Method in class com.raelity.jvi.OPARG
Create a copy of OPARG.
copy() - Method in interface com.raelity.jvi.ViFPOS
Make a copy
copyPreferences(Preferences, Preferences, boolean) - Static method in class com.raelity.jvi.ViManager
Copy preferences tree.
COUNT - Static variable in interface com.raelity.jvi.ColonCommandFlags
allow count in argument, after command
CPO_ALL - Static variable in interface com.raelity.jvi.Constants
 
CPO_ALTREAD - Static variable in interface com.raelity.jvi.Constants
 
CPO_ALTWRITE - Static variable in interface com.raelity.jvi.Constants
 
CPO_BAR - Static variable in interface com.raelity.jvi.Constants
 
CPO_BSLASH - Static variable in interface com.raelity.jvi.Constants
 
CPO_BUFOPT - Static variable in interface com.raelity.jvi.Constants
 
CPO_BUFOPTGLOB - Static variable in interface com.raelity.jvi.Constants
 
CPO_CW - Static variable in interface com.raelity.jvi.Constants
 
CPO_DEFAULT - Static variable in interface com.raelity.jvi.Constants
 
CPO_DOLLAR - Static variable in interface com.raelity.jvi.Constants
 
CPO_DOTTAG - Static variable in interface com.raelity.jvi.Constants
 
CPO_EMPTYREGION - Static variable in interface com.raelity.jvi.Constants
 
CPO_ENDOFSENT - Static variable in interface com.raelity.jvi.Constants
 
CPO_ESC - Static variable in interface com.raelity.jvi.Constants
 
CPO_EXECBUF - Static variable in interface com.raelity.jvi.Constants
 
CPO_FILTER - Static variable in interface com.raelity.jvi.Constants
 
CPO_FNAMER - Static variable in interface com.raelity.jvi.Constants
 
CPO_FNAMEW - Static variable in interface com.raelity.jvi.Constants
 
CPO_FWRITE - Static variable in interface com.raelity.jvi.Constants
 
CPO_JOINSP - Static variable in interface com.raelity.jvi.Constants
 
CPO_KEYCODE - Static variable in interface com.raelity.jvi.Constants
 
CPO_KOFFSET - Static variable in interface com.raelity.jvi.Constants
 
CPO_LINEOFF - Static variable in interface com.raelity.jvi.Constants
 
CPO_LISP - Static variable in interface com.raelity.jvi.Constants
 
CPO_LISTWM - Static variable in interface com.raelity.jvi.Constants
 
CPO_LITERAL - Static variable in interface com.raelity.jvi.Constants
 
CPO_MATCH - Static variable in interface com.raelity.jvi.Constants
 
CPO_OVERNEW - Static variable in interface com.raelity.jvi.Constants
 
CPO_REDO - Static variable in interface com.raelity.jvi.Constants
 
CPO_SEARCH - Static variable in interface com.raelity.jvi.Constants
 
CPO_SHOWMATCH - Static variable in interface com.raelity.jvi.Constants
 
CPO_SPECI - Static variable in interface com.raelity.jvi.Constants
 
CPO_STAR - Static variable in interface com.raelity.jvi.Constants
 
CPO_TAGPAT - Static variable in interface com.raelity.jvi.Constants
 
CPO_UNDO - Static variable in interface com.raelity.jvi.Constants
 
CPO_YANK - Static variable in interface com.raelity.jvi.Constants
 
CR - Static variable in interface com.raelity.jvi.Constants
 
create(Class<T>, T, Object) - Static method in class com.raelity.org.openide.util.WeakListeners
Generic factory method to create weak listener for any listener interface.
create(Class<T>, Class<? super T>, T, Object) - Static method in class com.raelity.org.openide.util.WeakListeners
The most generic factory method to create weak listener for any listener interface that moreover behaves like a listener of another type.
create() - Static method in class com.raelity.text.RegExpFactory
Create a new instance of a regular expresion handler.
create(String) - Static method in class com.raelity.text.RegExpFactory
Create a new instance of a regular expresion handler and compile pattern for the regular expression.
createBooleanOption(String, boolean) - Static method in class com.raelity.jvi.Options
 
createBuffer(ViTextView) - Method in class com.raelity.jvi.swing.DefaultViFactory
subclass probably wants to override this
createCharAction(String) - Method in class com.raelity.jvi.swing.DefaultViFactory
 
createCharAction(String) - Method in interface com.raelity.jvi.ViFactory
 
createCmdEntry(int) - Method in class com.raelity.jvi.swing.DefaultViFactory
 
createCmdEntry(int) - Method in interface com.raelity.jvi.ViFactory
A command entry object will be created if needed.
createColorOption(String, Color, boolean) - Static method in class com.raelity.jvi.Options
 
createColorOption(String, Color, boolean, Option.ColorOption.Validator) - Static method in class com.raelity.jvi.Options
 
createInsertModeKeyAction(String, char, String) - Method in class com.raelity.jvi.swing.DefaultViFactory
 
createInsertModeKeyAction(String, char, String) - Method in interface com.raelity.jvi.ViFactory
 
createIntegerOption(String, int) - Static method in class com.raelity.jvi.Options
 
createIntegerOption(String, int, IntegerOption.Validator) - Static method in class com.raelity.jvi.Options
 
createKeyAction(String, char) - Method in class com.raelity.jvi.swing.DefaultViFactory
 
createKeyAction(String, char) - Method in interface com.raelity.jvi.ViFactory
 
createMark() - Method in class com.raelity.jvi.swing.DefaultBuffer
 
createMark() - Method in interface com.raelity.jvi.ViBuffer
NEEDSWORK: createMark: attached to this text view, should be in ViBuffer
createNormalModeKeyAction(String, int, String) - Method in class com.raelity.jvi.swing.DefaultViFactory
 
createNormalModeKeyAction(String, int, String) - Method in interface com.raelity.jvi.ViFactory
 
createOps(JEditorPane) - Method in class com.raelity.jvi.swing.TextView
Create methods to invoke and interact with editor pane actions.
createOutputStream(ViTextView, Object, Object, int) - Method in class com.raelity.jvi.swing.DefaultViFactory
 
createOutputStream(ViTextView, Object, Object, int) - Method in interface com.raelity.jvi.ViFactory
create an output stream for some kind of results.
createOutputStream(ViTextView, Object, Object) - Static method in class com.raelity.jvi.ViManager
 
createOutputStream(ViTextView, Object, Object, int) - Static method in class com.raelity.jvi.ViManager
 
createPropertyDescriptor(String, String, Class) - Static method in class com.raelity.jvi.OptionsBeanBase
 
createPropertyDescriptor(String, String, Class) - Method in class com.raelity.jvi.swing.DefaultViFactory
 
createPropertyDescriptor(String, String, Class) - Method in interface com.raelity.jvi.ViFactory
Create a property descriptor.
createReport(String) - Static method in class com.raelity.text.RegExpFactory
Create a new instance of a regular expression handler and compile the pattern.
createSimpleEvent(String) - Method in class com.raelity.jvi.swing.CommandLine
 
createStatusDisplay() - Method in class com.raelity.jvi.swing.TextView
Override this class to provide a different implementations of status display.
createStringOption(String, String) - Static method in class com.raelity.jvi.Options
 
createStringOption(String, String, StringOption.Validator) - Static method in class com.raelity.jvi.Options
 
createTextViewCache() - Method in class com.raelity.jvi.swing.TextView
Override this method to provide different cache implementation
createViTextView(JEditorPane) - Method in class com.raelity.jvi.swing.DefaultViFactory
subclass probably wants to override this
CSI - Static variable in interface com.raelity.jvi.Constants
 
CTRL - Static variable in interface com.raelity.jvi.KeyDefs
 
cursor_down(int, boolean) - Static method in class com.raelity.jvi.Edit
 
CURSOR_LEFT - Static variable in interface com.raelity.jvi.swing.TextOps
Move cursor to the left
CURSOR_RIGHT - Static variable in interface com.raelity.jvi.swing.TextOps
Move cursor to the right
CURSOR_TO_LINE - Static variable in interface com.raelity.jvi.swing.TextOps
Move cursor to line maintaining column position.
cursor_up(int, boolean) - Static method in class com.raelity.jvi.Edit
When TRUE: update topline.
curwin - Static variable in class com.raelity.jvi.G
 

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