Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

C

cacheBlock(String, String, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Caches a block of code, returning a handle that can be passed to runCachedBlock().
cacheBlock(String, String, boolean) - Method in class org.gjt.sp.jedit.BeanShellFacade
Caches a block of code, returning a handle that can be passed to runCachedBlock().
cacheClassInfo(String, Class) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Cache info about whether name is a class or not.
cachedActionNames - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedActionToggleFlags - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedBrowserActionNames - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedBrowserActionToggleFlags - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedDockableActionFlags - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedDockableMovableFlags - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedDockableNames - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cacheDockableWindows(PluginJAR, String[], boolean[], boolean[]) - Method in class org.gjt.sp.jedit.gui.DockableWindowFactory
 
cachedProperties - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cacheResolvedMethod(Class, Class[], Method) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Cache a resolved (possibly overloaded) method based on the argument types used to invoke it, subject to classloader change.
cacheResultNodes(DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
 
calculateIndent(JEditBuffer, int, int, int) - Method in class org.gjt.sp.jedit.indent.IndentAction.AlignOffset
 
calculateIndent(JEditBuffer, int, int, int) - Method in class org.gjt.sp.jedit.indent.IndentAction.AlignParameter
 
calculateIndent(JEditBuffer, int, int, int) - Method in interface org.gjt.sp.jedit.indent.IndentAction
 
calculateIndent(JEditBuffer, int, int, int) - Method in class org.gjt.sp.jedit.indent.IndentAction.Collapse
This does nothing; it is merely a sentinel for the OpenBracketIndentRule.
calculateIndent(JEditBuffer, int, int, int) - Method in class org.gjt.sp.jedit.indent.IndentAction.Decrease
 
calculateIndent(JEditBuffer, int, int, int) - Method in class org.gjt.sp.jedit.indent.IndentAction.Increase
 
calculateIndent(JEditBuffer, int, int, int) - Method in class org.gjt.sp.jedit.indent.IndentAction.NoIncrease
 
calculateIndent(JEditBuffer, int, int, int) - Method in class org.gjt.sp.jedit.indent.IndentAction.Reset
 
CallStack - Class in org.gjt.sp.jedit.bsh
A stack of NameSpaces representing the call path.
CallStack() - Constructor for class org.gjt.sp.jedit.bsh.CallStack
 
CallStack(NameSpace) - Constructor for class org.gjt.sp.jedit.bsh.CallStack
 
CALOAD - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
cancel() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.AddModeDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.BufferOptions
 
cancel() - Method in class org.gjt.sp.jedit.gui.CloseDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.ContextAddDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.EnhancedDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.ErrorListDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.FilePropertiesDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.FilesChangedDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.FontSelectorDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.PasteFromListDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.PasteSpecialDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.SelectLineRange
 
cancel() - Method in class org.gjt.sp.jedit.gui.StyleEditor
 
cancel() - Method in class org.gjt.sp.jedit.gui.TextAreaDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.TipOfTheDay
 
cancel() - Method in class org.gjt.sp.jedit.options.GlobalOptions
 
cancel() - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
cancel() - Method in class org.gjt.sp.jedit.print.PrintPreview
 
cancel() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
cancel() - Method in class org.gjt.sp.util.Task
Cancel the task
cancel() - Method in class org.jedit.options.TabbedOptionDialog
 
cancelExit() - Method in class org.gjt.sp.jedit.msg.EditorExitRequested
Cancels the exit process.
cancelTasksByClass(Class<? extends Task>) - Method in class org.gjt.sp.util.TaskManager
cancel a task by its class
canGenerateInterfaces() - Static method in class org.gjt.sp.jedit.bsh.Capabilities
 
canImport(TransferHandler.TransferSupport) - Method in class org.gjt.sp.jedit.textarea.TextAreaTransferHandler
 
canImport(JComponent, DataFlavor[]) - Method in class org.gjt.sp.jedit.textarea.TextAreaTransferHandler
 
canonicalizeClassName(String) - Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Create a proper class name from a messy thing.
canonPath(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
 
canRedo() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
canRedo() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
canUndo() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
canUndo() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
Capabilities - Class in org.gjt.sp.jedit.bsh
The map of extended features supported by the runtime in which we live.
Capabilities() - Constructor for class org.gjt.sp.jedit.bsh.Capabilities
 
Capabilities.Unavailable - Exception in org.gjt.sp.jedit.bsh
An attempt was made to use an unavailable capability supported by an optional package.
CARET - Static variable in class org.gjt.sp.jedit.Buffer
Caret info properties.
caret - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
 
caret - Variable in class org.gjt.sp.jedit.textarea.TextArea
 
CARET_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Caret layer.
CARET_POSITIONED - Static variable in class org.gjt.sp.jedit.Buffer
 
caretAutoScroll() - Method in class org.gjt.sp.jedit.textarea.TextArea
Return if change in buffer should scroll this text area.
caretLine - Variable in class org.gjt.sp.jedit.textarea.TextArea
 
CASE - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
CASE_INSENSITIVE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Case insensitive file system capability.
CastExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
CastLookahead() - Method in class org.gjt.sp.jedit.bsh.Parser
 
CASTORE - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
castToType(Class, int) - Method in class org.gjt.sp.jedit.bsh.Primitive
Cast this bsh.Primitive value to a new bsh.Primitive value This is usually a numeric type cast.
CATCH - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
CCW - Static variable in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
CENTER - Static variable in class org.gjt.sp.jedit.textarea.ScrollLayout
 
centerCaret() - Method in class org.gjt.sp.jedit.textarea.TextArea
Centers the caret on the screen.
CHAR - Static variable in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
The sort of the char type.
CHAR - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
CHAR_TYPE - Static variable in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
The char type.
CHARACTER_LITERAL - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
characters(char[], int, int) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
charAt(int) - Method in class org.gjt.sp.util.ReverseCharSequence
 
charAt(int) - Method in class org.gjt.sp.util.SegmentCharSequence
 
charAt(int) - Method in class org.jedit.keymap.EmacsUtil
 
charAtCaret() - Method in class org.jedit.keymap.EmacsUtil
 
CharsetEncoding - Class in org.gjt.sp.jedit.io
Encodings which are provided by java.nio.charset.Charset.
CharsetEncoding(String) - Constructor for class org.gjt.sp.jedit.io.CharsetEncoding
 
charsToEntities(String, boolean) - Static method in class org.gjt.sp.util.XMLUtilities
Converts <, >, & in the string to their HTML entity equivalents.
charsToEscapes(String) - Static method in class org.gjt.sp.util.StandardUtilities
Escapes newlines, tabs, backslashes, and quotes in the specified string.
charsToEscapes(String, String) - Static method in class org.gjt.sp.util.StandardUtilities
Escapes the specified characters in the specified string.
checkBufferStatus(View) - Static method in class org.gjt.sp.jedit.jEdit
Checks each buffer's status on disk and shows the dialog box informing the user that buffers changed on disk, if necessary.
checkBufferStatus(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Checks buffer status on disk and shows the dialog box informing the user that buffers changed on disk, if necessary.
CHECKCAST - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
checkDependencies() - Method in class org.gjt.sp.jedit.PluginJAR
Returns true if all dependencies are satisified, false otherwise.
checkFileStatus(View) - Method in class org.gjt.sp.jedit.Buffer
Check if the buffer has changed on disk.
CheckFileStatus - Class in org.jedit.migration
Migration step for the 'checkFileStatus' property whose meaning changed slightly in jEdit.
CheckFileStatus() - Constructor for class org.jedit.migration.CheckFileStatus
 
checkFileStatus_all - Static variable in class org.gjt.sp.jedit.options.GeneralOptionPane
This is actually a bitwise OR: (view focus | buffer focus)
checkFileStatus_focus - Static variable in class org.gjt.sp.jedit.options.GeneralOptionPane
Check the buffer status when the view gets focus (low bit)
checkFileStatus_focusBuffer - Static variable in class org.gjt.sp.jedit.options.GeneralOptionPane
Check the file status when visiting the buffer (second bit)
checkFileStatus_none - Static variable in class org.gjt.sp.jedit.options.GeneralOptionPane
 
checkForObsoletePlugins() - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
Checks for obsolete plugins, and marks them as unsupported.
CHOOSE_DIRECTORY_DIALOG - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
Choose directory dialog mode.
Chunk - Class in org.gjt.sp.jedit.syntax
A syntax token with extra information required for painting it on screen.
CHUNK_CACHE_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
For checking invalidation, etc.
CHUNK_PAINT_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Paints boxes around chunks.
CircleFoldPainter - Class in org.gjt.sp.jedit.textarea
 
CircleFoldPainter() - Constructor for class org.gjt.sp.jedit.textarea.CircleFoldPainter
 
CLASS - Static variable in class org.gjt.sp.jedit.bsh.Modifiers
 
CLASS - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
ClassDeclaration() - Method in class org.gjt.sp.jedit.bsh.Parser
 
classes - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
classExists(String) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
 
classExists(String) - Static method in class org.gjt.sp.jedit.bsh.Capabilities
Use direct Class.forName() to test for the existence of a class.
classForName(String) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Load the specified class by name, taking into account added classpath and reloaded classes, etc.
classForName(String) - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
 
ClassGenerator - Class in org.gjt.sp.jedit.bsh
 
ClassGenerator() - Constructor for class org.gjt.sp.jedit.bsh.ClassGenerator
 
ClassGeneratorImpl - Class in org.gjt.sp.jedit.bsh
 
ClassGeneratorImpl() - Constructor for class org.gjt.sp.jedit.bsh.ClassGeneratorImpl
 
ClassGeneratorUtil - Class in org.gjt.sp.jedit.bsh
ClassGeneratorUtil utilizes the ASM (www.objectweb.org) bytecode generator by Eric Bruneton in order to generate class "stubs" for BeanShell at runtime.
ClassGeneratorUtil(Modifiers, String, String, Class, Class[], Variable[], DelayedEvalBshMethod[], NameSpace, boolean) - Constructor for class org.gjt.sp.jedit.bsh.ClassGeneratorUtil
 
ClassGeneratorUtil.ConstructorArgs - Class in org.gjt.sp.jedit.bsh
A ConstructorArgs object holds evaluated arguments for a constructor call as well as the index of a possible alternate selector to invoke.
ClassIdentifier - Class in org.gjt.sp.jedit.bsh
 
ClassIdentifier(Class) - Constructor for class org.gjt.sp.jedit.bsh.ClassIdentifier
 
classLoaderChanged() - Method in class org.gjt.sp.jedit.bsh.BshClassManager
 
classLoaderChanged() - Method in interface org.gjt.sp.jedit.bsh.BshClassManager.Listener
 
classLoaderChanged() - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
Clear global class cache and notify namespaces to clear their class caches.
classLoaderChanged() - Method in class org.gjt.sp.jedit.bsh.NameSpace
Clear all cached classes and names
classManager - Variable in class org.gjt.sp.jedit.BeanShellFacade
 
ClassManagerImpl - Class in org.gjt.sp.jedit.bsh.classpath
Manage all classloading in BeanShell.
ClassManagerImpl() - Constructor for class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
Used by BshClassManager singleton constructor
classMapping(String) - Method in interface org.gjt.sp.jedit.bsh.classpath.BshClassPath.MappingFeedback
Provide feedback on the progress of mapping the classpath
classPathChanged() - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
 
classPathChanged() - Method in interface org.gjt.sp.jedit.bsh.classpath.ClassPathListener
 
ClassPathException - Exception in org.gjt.sp.jedit.bsh
 
ClassPathException(String) - Constructor for exception org.gjt.sp.jedit.bsh.ClassPathException
 
ClassPathListener - Interface in org.gjt.sp.jedit.bsh.classpath
 
ClassSource() - Constructor for class org.gjt.sp.jedit.bsh.classpath.BshClassPath.ClassSource
 
ClassSourceMap() - Constructor for class org.gjt.sp.jedit.bsh.classpath.DiscreteFilesClassLoader.ClassSourceMap
 
classToFile(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts a class name to a file name.
ClassVisitor - Interface in org.gjt.sp.jedit.bsh.org.objectweb.asm
A visitor to visit a Java class.
ClassWriter - Class in org.gjt.sp.jedit.bsh.org.objectweb.asm
A ClassVisitor that generates Java class files.
ClassWriter(boolean) - Constructor for class org.gjt.sp.jedit.bsh.org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object.
clean(Properties) - Method in class org.gjt.sp.util.PropertiesBean
Cleans the entries related to this object from the given object.
clear() - Method in class org.gjt.sp.jedit.bsh.CallStack
 
clear() - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
Clear all variables, methods, and imports from this namespace and clear all values from the external map (via Map clear()).
clear() - Method in class org.gjt.sp.jedit.bsh.NameSpace
Clear all variables, methods, and imports from this namespace.
clear() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
clear() - Static method in class org.gjt.sp.jedit.BufferHistory
Clear the BufferHistory.
clear() - Method in class org.gjt.sp.jedit.print.PrintPreviewPane
 
clear() - Method in class org.gjt.sp.util.IntegerArray
 
clearCaches() - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Clear the caches in BshClassManager
clearRegister(char) - Static method in class org.gjt.sp.jedit.Registers
Sets the value of the specified register to null.
clickCount - Variable in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
 
ClipboardRegister(Clipboard) - Constructor for class org.gjt.sp.jedit.Registers.ClipboardRegister
 
ClockWidgetFactory - Class in org.gjt.sp.jedit.gui.statusbar
 
ClockWidgetFactory() - Constructor for class org.gjt.sp.jedit.gui.statusbar.ClockWidgetFactory
 
clone() - Method in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
clone() - Method in class org.gjt.sp.jedit.textarea.Selection
 
close() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
close() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
Called when the view is being closed.
closeAllBuffers(View) - Static method in class org.gjt.sp.jedit.jEdit
Closes all open buffers.
closeAllBuffers(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Closes all open buffers.
closeAllMenus() - Method in class org.gjt.sp.jedit.View
closes any popup menus that may have been opened
closeBracket - Variable in class org.gjt.sp.jedit.indent.BracketIndentRule
 
CloseBracketIndentRule - Class in org.gjt.sp.jedit.indent
 
CloseBracketIndentRule(char, boolean) - Constructor for class org.gjt.sp.jedit.indent.CloseBracketIndentRule
 
closeBuffer(View, Buffer) - Static method in class org.gjt.sp.jedit.jEdit
Closes a buffer.
closeBuffer(EditPane, Buffer) - Static method in class org.gjt.sp.jedit.jEdit
Close a buffer.
closeCurrentArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
closeCurrentArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
Closes the most recently focused dockable.
CLOSED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer closed.
CLOSED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
View closed.
CloseDialog - Class in org.gjt.sp.jedit.gui
Close all buffers dialog
CloseDialog(View) - Constructor for class org.gjt.sp.jedit.gui.CloseDialog
 
CloseDialog(View, Collection<Buffer>) - Constructor for class org.gjt.sp.jedit.gui.CloseDialog
 
closeListener(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
The actionEvent "close-docking-area" by default only works on dockable windows that have no special keyboard handling.
closeQuietly(Closeable) - Static method in class org.gjt.sp.util.IOUtilities
Method that will close a Closeable ignoring it if it is null and ignoring exceptions.
closeQuietly(ObjectInput) - Method in class org.gjt.sp.util.IOUtilities
Method that will close an ObjectInput ignoring it if it is null and ignoring exceptions.
closeQuietly(ObjectOutput) - Method in class org.gjt.sp.util.IOUtilities
Method that will close an ObjectOutput ignoring it if it is null and ignoring exceptions.
closeStream() - Static method in class org.gjt.sp.util.Log
Closes the log stream.
closeView(View) - Static method in class org.gjt.sp.jedit.jEdit
Closes a view.
CLOSING - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
About to be closed
cmUnavailable() - Static method in class org.gjt.sp.jedit.bsh.BshClassManager
 
CodeVisitor - Interface in org.gjt.sp.jedit.bsh.org.objectweb.asm
A visitor to visit the bytecode instructions of a Java method.
CodeWriter - Class in org.gjt.sp.jedit.bsh.org.objectweb.asm
A CodeVisitor that generates Java bytecode instructions.
CodeWriter(ClassWriter, boolean) - Constructor for class org.gjt.sp.jedit.bsh.org.objectweb.asm.CodeWriter
Constructs a CodeWriter.
collapse(VFS, int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
collapseFold(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Collapses the fold at the specified physical line index.
collapseFold() - Method in class org.gjt.sp.jedit.textarea.TextArea
Like DisplayManager.collapseFold(int), but also moves the caret to the first line of the fold.
collapseFold(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Like DisplayManager.collapseFold(int), but also moves the caret to the first line of the fold.
CollectionIterator - Class in org.gjt.sp.jedit.bsh.collection
This is the implementation of: BshIterator - a dynamically loaded extension that supports the collections API supported by JDK1.2 and greater.
CollectionIterator(Object) - Constructor for class org.gjt.sp.jedit.bsh.collection.CollectionIterator
Construct a basic CollectionIterator
CollectionManager - Class in org.gjt.sp.jedit.bsh
The default CollectionManager (which remains Java 1.1 compatible) supports iteration over objects of type: Enumeration, Vector, String, StringBuffer and array.
CollectionManager() - Constructor for class org.gjt.sp.jedit.bsh.CollectionManager
 
CollectionManager.BasicBshIterator - Class in org.gjt.sp.jedit.bsh
An implementation that works with JDK 1.1
CollectionManagerImpl - Class in org.gjt.sp.jedit.bsh.collection
Dynamically loaded extension supporting post 1.1 collections iterator.
CollectionManagerImpl() - Constructor for class org.gjt.sp.jedit.bsh.collection.CollectionManagerImpl
 
COLON - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
color - Variable in class org.gjt.sp.jedit.io.VFSFile
 
colorCalculated - Variable in class org.gjt.sp.jedit.io.VFSFile
 
ColorChooserDialog - Class in org.gjt.sp.jedit.gui
 
ColorChooserDialog(Window, Color) - Constructor for class org.gjt.sp.jedit.gui.ColorChooserDialog
 
ColorWellButton - Class in org.gjt.sp.jedit.gui
A button that, when clicked, shows a color chooser.
ColorWellButton(Color) - Constructor for class org.gjt.sp.jedit.gui.ColorWellButton
 
column - Variable in class org.gjt.sp.jedit.bsh.JavaCharStream
 
ColumnBlock - Class in org.gjt.sp.jedit.textarea
 
ColumnBlock() - Constructor for class org.gjt.sp.jedit.textarea.ColumnBlock
 
ColumnBlock(JEditBuffer, int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.ColumnBlock
 
ColumnBlock(JEditBuffer, int, int) - Constructor for class org.gjt.sp.jedit.textarea.ColumnBlock
 
ColumnBlockLine - Class in org.gjt.sp.jedit.textarea
 
ColumnBlockLine(int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.ColumnBlockLine
 
columnBlockLock - Variable in class org.gjt.sp.jedit.buffer.JEditBuffer
 
columnMoved(int, int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
CombinedOptions - Class in org.jedit.options
An OptionDialog which combines Global and Plugin options into 2 tabs on a single dialog.
CombinedOptions(Frame, int) - Constructor for class org.jedit.options.CombinedOptions
 
CombinedOptions(Frame) - Constructor for class org.jedit.options.CombinedOptions
 
combinedOptions(Frame) - Static method in class org.jedit.options.CombinedOptions
Static constructor that remembers the previously used tab.
comboChoices - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
COMMA - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
COMMENT1 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
COMMENT2 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
COMMENT3 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
COMMENT4 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
commitTemporary(Buffer) - Static method in class org.gjt.sp.jedit.jEdit
Adds a temporary buffer to the buffer list.
compare(Buffer, Buffer) - Method in class org.gjt.sp.jedit.bufferset.BufferSet.NameSorter
 
compare(Buffer, Buffer) - Method in class org.gjt.sp.jedit.bufferset.BufferSet.PathSorter
 
compare(VFSFile, VFSFile) - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
 
compare(JMenuItem, JMenuItem) - Method in class org.gjt.sp.jedit.menu.MenuItemTextComparator
 
compare(E, E) - Method in class org.gjt.sp.util.StandardUtilities.StringCompare
 
compareStrings(String, String, boolean) - Static method in class org.gjt.sp.util.StandardUtilities
Compares two strings.
compareTo(Object) - Method in class org.gjt.sp.jedit.ActionSet
 
compDelay(long) - Static method in class org.gjt.sp.jedit.Debug
Does a computational delay.
complete(int) - Method in interface org.gjt.sp.jedit.gui.CompletionPopup.Candidates
Do the completion.
CompleteWord - Class in org.gjt.sp.jedit.gui
A word completion popup.
CompleteWord(View, String, CompleteWord.Completion[], Point, String) - Constructor for class org.gjt.sp.jedit.gui.CompleteWord
 
completeWord(View) - Static method in class org.gjt.sp.jedit.gui.CompleteWord
 
CompletionPopup - Class in org.gjt.sp.jedit.gui
Popup window for word completion in text area.
CompletionPopup(View) - Constructor for class org.gjt.sp.jedit.gui.CompletionPopup
Create a completion popup.
CompletionPopup(View, Point) - Constructor for class org.gjt.sp.jedit.gui.CompletionPopup
 
CompletionPopup.Candidates - Interface in org.gjt.sp.jedit.gui
Candidates of completion.
concatPath(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Like MiscUtilities.constructPath(java.lang.String, java.lang.String), except path will be appended to parent even if it is absolute.
ConditionalAndExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
ConditionalExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
ConditionalOrExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
configureTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.PaneNameRenderer
 
configureTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.gjt.sp.util.EnhancedTreeCellRenderer
Configures this instance of the renderer component based on the passed in components.
confirm(Component, String, Object[], int, int) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays a confirm dialog box and returns the button pushed by the user.
confirm(Component, String, int) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to ask for confirmation in a macro.
confirm(Component, String, int, int) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to ask for confirmation in a macro.
connect() - Method in class org.gjt.sp.jedit.proto.jeditresource.PluginResURLConnection
 
ConsoleInterface - Interface in org.gjt.sp.jedit.bsh
The capabilities of a minimal console for BeanShell.
CONST - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
Constants - Interface in org.gjt.sp.jedit.bsh.org.objectweb.asm
Defines the JVM opcodes, access flags and array type codes.
constructPath(String, String) - Method in class org.gjt.sp.jedit.io.FileVFS
 
constructPath(String, String) - Method in class org.gjt.sp.jedit.io.UrlVFS
 
constructPath(String, String) - Method in class org.gjt.sp.jedit.io.VFS
Constructs a path from the specified directory and file name component.
constructPath(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Constructs an absolute path name from a directory and another path name.
constructPath(String, String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Constructs an absolute path name from three path components.
contains(String) - Method in class org.gjt.sp.jedit.JEditActionSet
 
contains(int) - Method in class org.gjt.sp.jedit.print.Range
 
contentInserted(JEditBuffer, int, int, int, int) - Method in class org.gjt.sp.jedit.buffer.BufferAdapter
Called when text is inserted into the buffer.
contentInserted(JEditBuffer, int, int, int, int) - Method in interface org.gjt.sp.jedit.buffer.BufferListener
Called when text is inserted into the buffer.
contentInserted(int, int, int, int, IntegerArray) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
contentInserted(int, int, String, boolean) - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
contentInserted(JEditBuffer, int, int, int, int) - Method in class org.gjt.sp.jedit.textarea.ElasticTabStopBufferListener
 
contentRemoved(JEditBuffer, int, int, int, int) - Method in class org.gjt.sp.jedit.buffer.BufferAdapter
Called when text is removed from the buffer.
contentRemoved(JEditBuffer, int, int, int, int) - Method in interface org.gjt.sp.jedit.buffer.BufferListener
Called when text is removed from the buffer.
contentRemoved(int, int, int, int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
contentRemoved(int, int, String, boolean) - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
contentRemoved(JEditBuffer, int, int, int, int) - Method in class org.gjt.sp.jedit.textarea.ElasticTabStopBufferListener
Called when text is removed from the buffer.
contentsChanged(ListDataEvent) - Method in class org.gjt.sp.jedit.gui.FilteredListModel
 
context - Variable in class org.gjt.sp.jedit.menu.EnhancedMenu
 
ContextAddDialog - Class in org.gjt.sp.jedit.gui
Dialog for showing ActionSets and adding actions to context menus Was package private and located in AbstractContextOptionPane.java until 4.3pre16
ContextAddDialog(Component, ActionContext) - Constructor for class org.gjt.sp.jedit.gui.ContextAddDialog
 
contextInsensitive - Variable in class org.gjt.sp.jedit.buffer.JEditBuffer
If true the syntax highlight is context insensitive.
ContextOptionPane - Class in org.gjt.sp.jedit.options
Right-click context menu editor.
ContextOptionPane() - Constructor for class org.gjt.sp.jedit.options.ContextOptionPane
 
continent - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
CONTINUE - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
ContinueStatement() - Method in class org.gjt.sp.jedit.bsh.Parser
 
control - Variable in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
 
copy() - Method in class org.gjt.sp.jedit.bsh.CallStack
Occasionally we need to freeze the callstack for error reporting purposes, etc.
copy(ProgressObserver, VFS, Object, String, VFS, Object, String, Component, boolean) - Static method in class org.gjt.sp.jedit.io.VFS
Copy a file to another using VFS.
copy(ProgressObserver, VFS, Object, String, VFS, Object, String, Component, boolean, boolean) - Static method in class org.gjt.sp.jedit.io.VFS
Copy a file to another using VFS.
copy(ProgressObserver, String, String, Component, boolean, boolean) - Static method in class org.gjt.sp.jedit.io.VFS
Copy a file to another using VFS.
copy(ProgressObserver, String, String, Component, boolean) - Static method in class org.gjt.sp.jedit.io.VFS
Copy a file to another using VFS.
copy(TextArea, char) - Static method in class org.gjt.sp.jedit.Registers
Copies the text selected in the text area into the specified register.
CopyFileWorker - Class in org.gjt.sp.jedit.io
This worker will copy a file.
CopyFileWorker(Component, String, String) - Constructor for class org.gjt.sp.jedit.io.CopyFileWorker
Copy a file.
CopyFileWorker(Component, List<String>, String) - Constructor for class org.gjt.sp.jedit.io.CopyFileWorker
Copy all files from the list to the target directory.
CopyFileWorker(Component, List<String>, String, CopyFileWorker.Behavior) - Constructor for class org.gjt.sp.jedit.io.CopyFileWorker
Copy all files from the list to the target directory.
CopyFileWorker.Behavior - Enum in org.gjt.sp.jedit.io
The behavior if the target already exists
copyKeymap(String, String) - Method in interface org.jedit.keymap.KeymapManager
Copy the keymap to another one
copyKeymap(String, String) - Method in class org.jedit.keymap.KeymapManagerImpl
 
copyStream(int, ProgressObserver, String, InputStream, OutputStream, boolean) - Static method in class org.gjt.sp.util.IOUtilities
Copy an input stream to an output stream.
copyStream(int, ProgressObserver, InputStream, OutputStream, boolean) - Static method in class org.gjt.sp.util.IOUtilities
Copy an input stream to an output stream.
copyStream(ProgressObserver, InputStream, OutputStream, boolean) - Static method in class org.gjt.sp.util.IOUtilities
Copy an input stream to an output stream with a buffer of 4096 bytes.
copyStream(ProgressObserver, String, InputStream, OutputStream, boolean) - Static method in class org.gjt.sp.util.IOUtilities
Copy an input stream to an output stream with a buffer of 4096 bytes.
countBufferSets(Buffer) - Method in class org.gjt.sp.jedit.bufferset.BufferSetManager
Count the bufferSets in which the buffer is.
countIoTasks() - Method in class org.gjt.sp.util.TaskManager
Return the number of IO tasks in queue.
country - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
countTasks() - Method in class org.gjt.sp.util.TaskManager
Return the number of tasks in queue.
create(View, DockableWindowFactory, View.ViewConfig) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerProvider
 
create(View, DockableWindowFactory, View.ViewConfig) - Method in interface org.gjt.sp.jedit.gui.DockingFrameworkProvider
 
createBeanShellAction(String, String, String, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.ActionSet
Creates a BeanShellAction.
createBeanShellAction(String, String, String, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.JEditActionSet
This method should be implemented to return an action that will execute the given code
createBeanShellAction(String, String, String, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.StandaloneTextArea.StandaloneActionSet
 
createBrowserMenuItems() - Method in class org.gjt.sp.jedit.EditPlugin
Called by the filesystem browser when constructing its Plugins menu.
createCenterPanel() - Method in class org.gjt.sp.jedit.gui.FilePropertiesDialog
 
createCenterPanelAll() - Method in class org.gjt.sp.jedit.gui.FilePropertiesDialog
 
createClassManager(Interpreter) - Static method in class org.gjt.sp.jedit.bsh.BshClassManager
Create a new instance of the class manager.
CREATED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer created.
CREATED - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane created.
CREATED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
View created.
createDockable(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
createDockingLayout() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerProvider
 
createDockingLayout() - Method in interface org.gjt.sp.jedit.gui.DockingFrameworkProvider
 
createEnumeration(Object) - Method in class org.gjt.sp.jedit.bsh.CollectionManager.BasicBshIterator
Create an enumeration over the given object
createEOLSpanRule(int, String, ParserRuleSet, byte, byte) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createEscapeRule(String) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createInterpreter(NameSpace) - Static method in class org.gjt.sp.jedit.BeanShellFacade
 
createIterator(Object) - Method in class org.gjt.sp.jedit.bsh.collection.CollectionIterator
Create an iterator over the given object
createLayoutManager() - Method in class org.gjt.sp.jedit.print.BasicPrintPreviewPaneUI
 
createMacro(String, String) - Method in class org.gjt.sp.jedit.Macros.Handler
 
createMarkFollowingRule(int, String, byte, byte) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createMarkPreviousRule(int, String, byte, byte) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createMenu(JEditTextArea, MouseEvent) - Method in class org.gjt.sp.jedit.gui.DynamicContextMenuService
 
createMenuItems() - Method in class org.gjt.sp.jedit.EditPlugin
Called by the view when constructing its Plugins menu.
createMultilineLabel(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a component that displays a multiple line message.
createNorthPanel() - Method in class org.gjt.sp.jedit.gui.FilePropertiesDialog
 
createNorthPanelAll() - Method in class org.gjt.sp.jedit.gui.FilePropertiesDialog
 
createOptionTreeModel() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
Creates the tree model that goes on the left of the option pane, loading all the items that are needed.
createOptionTreeModel() - Method in class org.gjt.sp.jedit.options.GlobalOptions
 
createOptionTreeModel() - Method in class org.gjt.sp.jedit.options.PluginOptions
 
createOptionTreeModel() - Method in class org.jedit.options.PluginOptionGroup
 
createPluginsMenu(JComponent, boolean) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
createPopupMenu(DockableWindowContainer, String, boolean) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
createPopupMenu(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Creates the popup menu.
createPopupMenu(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.TextArea
Creates the popup menu.
createPosition(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Creates a floating position (javax.swing.text.Position).
createRegexpEOLSpanRule(String, int, String, ParserRuleSet, byte, byte, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createRegexpEOLSpanRule(int, char[], String, ParserRuleSet, byte, byte, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createRegexpSequenceRule(String, int, String, ParserRuleSet, byte, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createRegexpSequenceRule(int, char[], String, ParserRuleSet, byte, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createRegexpSpanRule(String, int, String, int, String, ParserRuleSet, byte, byte, boolean, boolean, boolean, String, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createRegexpSpanRule(int, char[], String, int, String, ParserRuleSet, byte, byte, boolean, boolean, boolean, String, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createSequenceRule(int, String, ParserRuleSet, byte) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createSouthPanel() - Method in class org.gjt.sp.jedit.gui.FilePropertiesDialog
 
createSpanRule(int, String, int, String, ParserRuleSet, byte, byte, boolean, boolean, String) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createTextArea() - Static method in class org.gjt.sp.jedit.textarea.StandaloneTextArea
Create a standalone TextArea.
createTOC() - Method in class org.gjt.sp.jedit.help.HelpTOCLoader
Load the table of contents.
createToken(byte, int, int, TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
createTransferable(JComponent) - Method in class org.gjt.sp.jedit.textarea.TextAreaTransferHandler
 
createUI(JComponent) - Static method in class org.gjt.sp.jedit.print.BasicPrintPreviewPaneUI
Required by super class.
createUntitledBuffer() - Static method in class org.gjt.sp.jedit.bufferset.BufferSetManager
Create an untitled buffer
createVFSSession(String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Creates a VFS session.
createVFSSessionSafe(String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Same as VFS.createVFSSession(java.lang.String, java.awt.Component), but may be called from any thread.
createWhiteSpace(int, int) - Static method in class org.gjt.sp.util.StandardUtilities
Creates a string of white space with the specified length.
createWhiteSpace(int, int, int) - Static method in class org.gjt.sp.util.StandardUtilities
Creates a string of white space with the specified length.
ctrlForRectangularSelection - Variable in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
 
curChar - Variable in class org.gjt.sp.jedit.bsh.ParserTokenManager
 
CURRENT_BUFFER - Static variable in class org.gjt.sp.jedit.search.SearchDialog
Default file set.
CURRENT_PAGE - Static variable in class org.gjt.sp.jedit.print.PrintRangeType
 
currentBindings - Variable in class org.gjt.sp.jedit.input.AbstractInputHandler
 
CurrentBufferSet - Class in org.gjt.sp.jedit.search
A file set for searching the current buffer.
CurrentBufferSet() - Constructor for class org.gjt.sp.jedit.search.CurrentBufferSet
 
currentPane - Variable in class org.gjt.sp.jedit.gui.OptionsDialog
 
currentToken - Variable in exception org.gjt.sp.jedit.bsh.ParseException
This is the last token that has been consumed successfully.
cut(TextArea, char) - Static method in class org.gjt.sp.jedit.Registers
Copies the text selected in the text area into the specified register, and then removes it from the buffer.
CW - Static variable in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links