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 _

S

SALOAD - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
SASTORE - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
save() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Do not override this method, override AbstractOptionPane._save() instead.
save() - Method in class org.gjt.sp.jedit.buffer.KillRing
 
save(View, String) - Method in class org.gjt.sp.jedit.Buffer
Saves this buffer to the specified path name, or the current path name if it's null.
save(View, String, boolean) - Method in class org.gjt.sp.jedit.Buffer
Saves this buffer to the specified path name, or the current path name if it's null.
save(View, String, boolean, boolean) - Method in class org.gjt.sp.jedit.Buffer
Saves this buffer to the specified path name, or the current path name if it's null.
save() - Static method in class org.gjt.sp.jedit.BufferHistory
 
save(Map<String, HistoryModel>) - Method in interface org.gjt.sp.jedit.gui.HistoryModelSaver
 
save(Map<String, HistoryModel>) - Method in class org.gjt.sp.jedit.gui.JEditHistoryModelSaver
 
save(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.FileVFS
 
save(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.VFS
Saves the specifies buffer.
save() - Method in interface org.gjt.sp.jedit.OptionPane
Called when the options dialog's "ok" button is clicked.
save() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Saves search and replace state to the properties.
save(Properties) - Method in class org.gjt.sp.util.PropertiesBean
Saves the bean's properties into the given object.
SAVE_DIALOG - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
Save file dialog mode.
saveAllBuffers(View) - Static method in class org.gjt.sp.jedit.jEdit
Saves all open buffers.
saveAllBuffers(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Saves all open buffers.
saveAs(View, boolean) - Method in class org.gjt.sp.jedit.Buffer
Prompts the user for a file to save this buffer to.
saveBackup(File, int, String, String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Saves a backup (optionally numbered) of a file.
saveBackup(File, int, String, String, String, int) - Static method in class org.gjt.sp.jedit.MiscUtilities
Saves a backup (optionally numbered) of a file.
SaveBackupOptionPane - Class in org.gjt.sp.jedit.options
The Save and Backup option panel.
SaveBackupOptionPane() - Constructor for class org.gjt.sp.jedit.options.SaveBackupOptionPane
 
saveCaretInfo() - Method in class org.gjt.sp.jedit.EditPane
Saves the caret information to the current buffer.
SaveCaretInfoVisitor - Class in org.gjt.sp.jedit.visitors
 
SaveCaretInfoVisitor() - Constructor for class org.gjt.sp.jedit.visitors.SaveCaretInfoVisitor
 
saveContextMenu(String) - Method in class org.gjt.sp.jedit.gui.AbstractContextOptionPane
Saves the context menu configuration.
saveContextMenu(String) - Method in class org.gjt.sp.jedit.options.ContextOptionPane
Saves jEdit's context menu configuration.
SAVED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer saved.
saveFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
 
saveGeometry(Window, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Saves a window's geometry to the properties.
saveGeometry(Window, Container, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Saves a window's geometry to the properties.
saveHistory() - Static method in class org.gjt.sp.jedit.gui.HistoryModel
 
savePerspective(boolean) - Static method in class org.gjt.sp.jedit.PerspectiveManager
 
saveRegisters() - Static method in class org.gjt.sp.jedit.Registers
 
saveRegisters() - Method in interface org.gjt.sp.jedit.RegisterSaver
 
saveSelection() - Method in class org.gjt.sp.jedit.gui.FilteredListModel
 
saveSettings() - Static method in class org.gjt.sp.jedit.jEdit
Saves all user preferences to disk.
SAVING - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer saving.
SCREEN_LINES_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Print messages when screen line counts change.
SCROLL_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Print messages when text area and display manager perform scroll updates.
SCROLL_HORIZ - Static variable in class org.gjt.sp.jedit.Buffer
 
SCROLL_TO_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Print messages when text area tries to make the caret visible.
SCROLL_VERIFY - Static variable in class org.gjt.sp.jedit.Debug
Display an error if the scrolling code detects an inconsistency.
SCROLL_VERT - Static variable in class org.gjt.sp.jedit.Buffer
This should be a physical line number, so that the scroll position is preserved correctly across reloads (which will affect virtual line numbers, due to fold being reset)
scrollAndCenterCaret() - Method in class org.gjt.sp.jedit.textarea.TextArea
Tries to scroll the textArea so that the caret is centered on the screen.
scrollDownLine() - Method in class org.gjt.sp.jedit.textarea.TextArea
Scrolls down by one line.
scrollDownPage() - Method in class org.gjt.sp.jedit.textarea.TextArea
Scrolls down by one page.
scrolledHorizontally(TextArea) - Method in interface org.gjt.sp.jedit.textarea.ScrollListener
 
scrolledVertically(TextArea) - Method in interface org.gjt.sp.jedit.textarea.ScrollListener
 
ScrollLayout - Class in org.gjt.sp.jedit.textarea
 
ScrollLayout() - Constructor for class org.gjt.sp.jedit.textarea.ScrollLayout
 
ScrollListener - Interface in org.gjt.sp.jedit.textarea
A scroll listener will be notified when the text area is scrolled, either horizontally or vertically.
scrollRectToVisible(Rectangle) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
scrollTo(int, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Ensures that the specified location in the buffer is visible.
scrollTo(int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Ensures that the specified location in the buffer is visible.
scrollToCaret(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Ensures that the caret is visible by scrolling the text area if necessary.
scrollUpLine() - Method in class org.gjt.sp.jedit.textarea.TextArea
Scrolls up by one line.
scrollUpPage() - Method in class org.gjt.sp.jedit.textarea.TextArea
Scrolls up by one page.
SEARCH_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Search bar layer.
SearchAndReplace - Class in org.gjt.sp.jedit.search
Class that implements regular expression and literal search within jEdit buffers.
SearchAndReplace() - Constructor for class org.gjt.sp.jedit.search.SearchAndReplace
 
SearchBar - Class in org.gjt.sp.jedit.search
Incremental search tool bar.
SearchBar(View, boolean) - Constructor for class org.gjt.sp.jedit.search.SearchBar
 
SearchDialog - Class in org.gjt.sp.jedit.search
Search and replace dialog.
searchDone(DefaultMutableTreeNode, DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
searchDone(DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
searchFailed() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
SearchFileSet - Interface in org.gjt.sp.jedit.search
An abstract interface representing a set of files.
searchInDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Opens a directory search in the current directory.
searchInDirectory(String, boolean) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Opens a directory search in the specified directory.
SearchMatcher - Class in org.gjt.sp.jedit.search
An abstract class for matching strings.
SearchMatcher() - Constructor for class org.gjt.sp.jedit.search.SearchMatcher
 
SearchMatcher.Match - Class in org.gjt.sp.jedit.search
 
SearchMatcher.Match() - Constructor for class org.gjt.sp.jedit.search.SearchMatcher.Match
 
SearchSettingsChanged - Class in org.gjt.sp.jedit.msg
Message sent when search and replace settings change.
SearchSettingsChanged(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.SearchSettingsChanged
Creates a new search and replace settings changed message.
searchStarted() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
seg - Variable in class org.gjt.sp.jedit.buffer.JEditBuffer
 
SegmentBuffer - Class in org.gjt.sp.util
An extended segment that you can append text to.
SegmentBuffer(int) - Constructor for class org.gjt.sp.util.SegmentBuffer
 
SegmentCharSequence - Class in org.gjt.sp.util
Class that lets java.util.regex search within a javax.swing.text.Segment.
SegmentCharSequence(Segment) - Constructor for class org.gjt.sp.util.SegmentCharSequence
 
SegmentCharSequence(Segment, boolean) - Constructor for class org.gjt.sp.util.SegmentCharSequence
Deprecated. Use ReverseCharSequence to get reverse view of this class (or any other CharSequence). This class doesn't support subSequence() and toString() for reversed instance.
SegmentCharSequence(Segment, int, int) - Constructor for class org.gjt.sp.util.SegmentCharSequence
 
select(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, call either addToSelection(), or setSelection() with a new Selection instance.
select(int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, call either addToSelection(), or setSelection() with a new Selection instance.
selectAll() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
selectAll() - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects all text in the buffer.
selectBlock() - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects the code block surrounding the caret.
selectFile(String) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
selectFold() - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects the fold that contains the caret line number.
selectFold(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects the fold that contains the specified line number.
SELECTION - Static variable in class org.gjt.sp.jedit.Buffer
Stores a List of Selection instances.
selection - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
 
Selection - Class in org.gjt.sp.jedit.textarea
An abstract class that holds data on a region of selected text.
Selection() - Constructor for class org.gjt.sp.jedit.textarea.Selection
 
Selection(Selection) - Constructor for class org.gjt.sp.jedit.textarea.Selection
 
Selection(int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection
 
Selection.Range - Class in org.gjt.sp.jedit.textarea
An ordinary range selection.
Selection.Range() - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
 
Selection.Range(Selection) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
 
Selection.Range(int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
 
Selection.Rect - Class in org.gjt.sp.jedit.textarea
A rectangular selection.
Selection.Rect() - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
Selection.Rect(Selection) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
Selection.Rect(int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
Selection.Rect(int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
Selection.Rect(JEditBuffer, int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
SELECTION_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Selection layer.
selectLine() - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects the current line.
SelectLineRange - Class in org.gjt.sp.jedit.gui
 
SelectLineRange(View) - Constructor for class org.gjt.sp.jedit.gui.SelectLineRange
 
selectMatch(TextArea) - Method in class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
 
selectMatch(TextArea) - Method in interface org.gjt.sp.jedit.textarea.StructureMatcher
Selects from the caret to the matching structure element (if there is one, otherwise the behavior of this method is undefined).
selectNode(String) - Method in class org.gjt.sp.jedit.help.HelpTOCPanel
 
selectNone() - Method in class org.gjt.sp.jedit.textarea.TextArea
Deselects everything.
selector - Variable in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
 
selectParagraph() - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects the paragraph at the caret position.
selectToMatchingBracket(int, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects from the bracket at the specified position to the corresponding bracket.
selectToMatchingBracket() - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects from the bracket at the caret position to the corresponding bracket.
selectWord() - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects the word at the caret position.
SEMICOLON - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
send(EBMessage) - Static method in class org.gjt.sp.jedit.EditBus
Sends a message to all components on the bus in turn.
sendShortcutPrefixOff() - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
If
sendVFSUpdate(VFS, String, boolean) - Static method in class org.gjt.sp.jedit.io.VFSManager
Sends a VFS update message.
SEQ - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
SERVICE - Static variable in class org.gjt.sp.jedit.buffer.FoldHandler
Deprecated. use ServiceManager.ServiceFoldHandlerProvider
SERVICE - Static variable in class org.gjt.sp.jedit.io.VFSManager
The service type.
SERVICE - Static variable in class org.gjt.sp.jedit.ServiceManager.ServiceFoldHandlerProvider
The service type.
SERVICE_NAME - Static variable in interface org.gjt.sp.jedit.io.VFSFileFilter
 
ServiceManager - Class in org.gjt.sp.jedit
A generic way for plugins to provide various API extensions.
ServiceManager() - Constructor for class org.gjt.sp.jedit.ServiceManager
 
ServiceManager.ServiceFoldHandlerProvider - Class in org.gjt.sp.jedit
A FoldHandler based on the ServiceManager
ServiceManager.ServiceFoldHandlerProvider() - Constructor for class org.gjt.sp.jedit.ServiceManager.ServiceFoldHandlerProvider
 
servicesURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
session - Variable in class org.gjt.sp.jedit.bufferio.BufferIORequest
 
session - Variable in class org.gjt.sp.jedit.bufferio.MarkersSaveRequest
 
set(int, NameSpace) - Method in class org.gjt.sp.jedit.bsh.CallStack
This is kind of crazy, but used by the setNameSpace command.
set(String, Object) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Assign the value to the name.
set(String, long) - Method in class org.gjt.sp.jedit.bsh.Interpreter
 
set(String, int) - Method in class org.gjt.sp.jedit.bsh.Interpreter
 
set(String, double) - Method in class org.gjt.sp.jedit.bsh.Interpreter
 
set(String, float) - Method in class org.gjt.sp.jedit.bsh.Interpreter
 
set(String, boolean) - Method in class org.gjt.sp.jedit.bsh.Interpreter
 
set(String) - Static method in class org.gjt.sp.jedit.options.IconTheme
 
set(int) - Method in class org.gjt.sp.jedit.textarea.AntiAlias
 
setAbbrev(String) - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
setAbortable(boolean) - Method in class org.gjt.sp.util.WorkRequest
Sets if the request can be aborted.
setAbortable(boolean) - Method in class org.gjt.sp.util.WorkThread
Sets if the current request can be aborted.
setAccessibility(boolean) - Static method in class org.gjt.sp.jedit.bsh.Capabilities
 
setAccessible(Object) - Method in class org.gjt.sp.jedit.bsh.reflect.ReflectManagerImpl
Set a java.lang.reflect Field, Method, Constructor, or Array of accessible objects to accessible mode.
setAccessible(Object) - Method in class org.gjt.sp.jedit.bsh.ReflectManager
Set a java.lang.reflect Field, Method, Constructor, or Array of accessible objects to accessible mode.
setAlternateLayout() - Method in class org.gjt.sp.jedit.gui.DockableLayout
Deprecated. use isAlternateLayout
setAlternateLayout(boolean) - Method in class org.gjt.sp.jedit.gui.DockableLayout
 
setAntiAlias(AntiAlias) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
As of jEdit 4.3pre4, a new JDK 1.6 subpixel antialias mode is supported.
setAntiAliasEnabled(boolean) - Method in class org.gjt.sp.jedit.gui.FontSelector
 
setAntiAliasEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Deprecated. use setAntiAlias(AntiAlias newMode)
setAutoReload(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets the status of the AUTORELOAD flag
setAutoReloadDialog(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets the status of the AUTORELOAD_DIALOG flag
setAutoWrapAround(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the auto wrap around flag.
setBeanShellReplace(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the BeanShell replace flag.
setBindings(Hashtable) - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
Replace the set of key bindings.
setBlockCaretEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if the caret should be drawn as a block, false otherwise.
setBooleanProperty(String, boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets a boolean property.
setBooleanProperty(String, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Sets a boolean property.
setBorder(int, Color, Color, Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
Convenience method for setting a default matte border on the right with the specified border width and color
setBorder(Border) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setBorderPainted(boolean) - Method in class org.gjt.sp.jedit.gui.RolloverButton
 
setBounds(int, int, int, int) - Method in class org.gjt.sp.jedit.gui.LogViewer
 
setBounds(int, int, int, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
It is a bad idea to override this, but we need to get the component event before the first repaint.
setBuffer(Buffer) - Method in class org.gjt.sp.jedit.EditPane
Sets the current buffer.
setBuffer(Buffer, boolean) - Method in class org.gjt.sp.jedit.EditPane
Sets the current buffer.
setBuffer(JEditBuffer) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the buffer this text area is editing.
setBuffer(Buffer) - Method in class org.gjt.sp.jedit.View
Sets the current edit pane's buffer.
setBuffer(Buffer, boolean) - Method in class org.gjt.sp.jedit.View
Sets the current edit pane's buffer.
setBuffer(Buffer, boolean, boolean) - Method in class org.gjt.sp.jedit.View
Sets the current edit pane's buffer.
setBufferSet() - Method in class org.gjt.sp.jedit.EditPane
Set the default bufferSet.
setBufferSet(BufferSet) - Method in class org.gjt.sp.jedit.EditPane
Set the new bufferSet of the EditPane.
setCaretBlinkEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Toggles caret blinking.
setCaretColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the caret color.
setCaretPosition(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the caret position and deactivates the selection.
setCaretPosition(int, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the caret position and deactivates the selection.
setClassLoader(ClassLoader) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Set an external class loader.
setClassLoader(ClassLoader) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Set an external class loader to be used as the base classloader for BeanShell.
setClassPath(URL[]) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Set a new base classpath and create a new base classloader.
setClassPath(URL[]) - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
Set a new base classpath and create a new base classloader.
setClassSource(String, BshClassPath.ClassSource) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Explicitly set a class source.
setColorProperty(String, Color) - Static method in class org.gjt.sp.jedit.jEdit
Sets the value of a color property.
setColumnWidth(int, int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
setConsole(ConsoleInterface) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Attach a console Note: this method is incomplete.
setCount(int) - Method in class org.gjt.sp.jedit.search.HyperSearchFileNode
Set the result count.
setCtrlForRectangularSelection(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
If set, CTRL enables rectangular selection mode while pressed.
setCurrentBindings(Hashtable) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
 
setCurrentBindings(Hashtable) - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
 
setCurrentEntry(HelpHistoryModel.HistoryEntry) - Method in class org.gjt.sp.jedit.help.HelpHistoryModel
 
setCurrentLineForeground(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setCurrentLineHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setCurrentScrollPosition(URL, int) - Method in class org.gjt.sp.jedit.help.HelpHistoryModel
 
setDebugStream(PrintStream) - Method in class org.gjt.sp.jedit.bsh.ParserTokenManager
 
setDefault(byte) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setDefaultProperty(String, Object) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
setDelegated(E) - Method in class org.gjt.sp.jedit.gui.FilteredListModel
 
setDelegated(E) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
setDeletePath(String) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setDigitRegexp(Pattern) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setDirectory(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
setDirectory(VFS, Object, List<VFSFile>, Set<String>) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
setDirectory(String) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setDirty(boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets the 'dirty' (changed since last save) flag of this buffer.
setDirty(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets the 'dirty' (changed since last save) flag of this buffer.
setDockableTitle(String, String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Changes the .longtitle property of a dockable window, which corresponds to the title shown when it is floating (not docked).
setDoubleProperty(String, double) - Static method in class org.gjt.sp.jedit.jEdit
 
setDragEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets if drag and drop of text is enabled.
setDragInProgress(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Deprecated. the org.gjt.jedit.Java14 class no longer exists.
setElectricScroll(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the number of lines from the top and bottom of the text area that are always visible
setEnabled(boolean) - Method in class org.gjt.sp.jedit.gui.RolloverButton
 
setEnabled(boolean) - Method in class org.gjt.sp.jedit.help.HistoryButton
 
setEnterAddsToHistory(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets if pressing Enter should automatically add the currently entered text to the history.
setEnterAddsToHistory() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Returns if pressing Enter should automatically add the currently entered text to the history.
setEnterEnabled(boolean) - Method in class org.gjt.sp.jedit.gui.EnhancedDialog
 
setEntry(String, int, Selection[], String, String) - Static method in class org.gjt.sp.jedit.BufferHistory
 
setEOLMarkerColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the EOL marker color.
setEOLMarkersPainted(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if EOL markers are to be drawn.
setErr(PrintStream) - Method in class org.gjt.sp.jedit.bsh.Interpreter
 
setErrorSourceFile(String) - Method in exception org.gjt.sp.jedit.bsh.ParseException
Used to add source file info to exception
setEscapeRule(ParserRule) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setExitOnEOF(boolean) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Specify whether, in interactive mode, the interpreter exits Java upon end of input.
setExpanded(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets whether the gutter is collapsed or expanded and force the text area to update its layout if there is a change.
setExpandOnInput(boolean) - Static method in class org.gjt.sp.jedit.Abbrevs
Sets if abbreviations should be expanded after the user finishes typing a word.
setExpansion(String) - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
setFileFilter(String) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setFilenameFilter(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
setFileReadOnly(boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
setFilter(String) - Method in class org.gjt.sp.jedit.gui.FilteredListModel
 
setFilter(String) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
setFirstInvalidFoldLevel(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setFirstInvalidLineContext(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setFirstLine(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the vertical scroll bar position
setFirstPhysicalLine(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the vertical scroll bar position.
setFirstPhysicalLine(int, int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the vertical scroll bar position.
setFoldColor(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setFoldHandler(FoldHandler) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets the buffer's fold handler.
setFoldLevel(int, int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setFoldLineStyle(SyntaxStyle[]) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the fold line style.
setFont(Font) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setFont(Font) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the font for this component.
setFontProperty(String, Font) - Static method in class org.gjt.sp.jedit.jEdit
Sets the value of a font property.
setFractionalFontMetricsEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if fractional font metrics should be enabled.
setFrames(Image[]) - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
setGlob(String) - Method in class org.gjt.sp.jedit.io.GlobVFSFileFilter
 
setGlobalAbbrevs(Hashtable<String, String>) - Static method in class org.gjt.sp.jedit.Abbrevs
Sets the global abbreviation set.
setHandler(XmlHandler) - Method in class com.microstar.xml.XmlParser
Deprecated. Set the handler that will receive parsing events.
setHidden(boolean) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setHighlightDigits(boolean) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setHighlightedForeground(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setHighlightInterval(int) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the number of lines between highlighted line numbers.
setHorizontalOffset(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the horizontal offset of drawn lines.
setHyperSearch(boolean) - Method in class org.gjt.sp.jedit.search.SearchBar
 
setIcon(Image) - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
setIconPath(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Sets the path where jEdit looks for icons.
setIgnoreCase(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the ignore case flag.
setIgnoreCase(boolean) - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Sets if the keyword map should be case insensitive.
setIgnoreCase(boolean) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setIndex(int) - Method in class org.gjt.sp.jedit.gui.HistoryText
 
setInputHandler(InputHandler) - Method in class org.gjt.sp.jedit.View
Sets the input handler.
setInRule(ParserRule) - Method in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
Sets the current rule being processed and adjusts the escape rule for the context based on the rule.
setInstance(KillRing) - Static method in class org.gjt.sp.jedit.buffer.KillRing
 
setInstanceNameSpaceParent(Object, String, NameSpace) - Method in class org.gjt.sp.jedit.bsh.ClassGenerator
Change the parent of the class instance namespace.
setInstanceNameSpaceParent(Object, String, NameSpace) - Method in class org.gjt.sp.jedit.bsh.ClassGeneratorImpl
Change the parent of the class instance namespace.
setInstantPopups(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryText
Sets if selecting a value from the popup should immediately fire an ActionEvent.
setInstantPopups(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryTextArea
Sets if selecting a value from the popup should immediately fire an ActionEvent.
setInstantPopups(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets if selecting a value from the popup should immediately fire an ActionEvent.
setIntegerProperty(String, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets an integer property.
setIntegerProperty(String, int) - Static method in class org.gjt.sp.jedit.jEdit
Sets the value of an integer property.
setIsFromGlobalContext(boolean) - Method in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
setIsPhantom(boolean) - Method in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
setJoinNonWordChars(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
If set, double clicking will join non-word characters to form one "word".
setKeyEventInterceptor(KeyListener) - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
Sets the listener that will handle all key events in this view.
setKeyEventInterceptor(KeyListener) - Method in class org.gjt.sp.jedit.View
Sets the listener that will handle all key events in this view.
setKeywords(KeywordMap) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setLabel(String) - Method in class org.gjt.sp.jedit.ActionSet
Sets the action source label.
setLastMacro(Macros.Macro) - Static method in class org.gjt.sp.jedit.Macros
 
setLastModified(long) - Method in class org.gjt.sp.jedit.Buffer
Sets the last time jEdit modified the file on disk.
setLength(long) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setLimit(int) - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
setLineContext(int, TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setLineContext(TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).
setLineContext(TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DummyTokenHandler
The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).
setLineContext(TokenMarker.LineContext) - Method in interface org.gjt.sp.jedit.syntax.TokenHandler
The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).
setLineHighlightColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the line highlight color.
setLineHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Enables or disables current line highlighting.
setLineNumberAlignment(int) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the horizontal alignment of the line numbers.
setList(JList) - Method in class org.gjt.sp.jedit.gui.FilteredListModel
Set the JList that uses this model.
setListener(RegistersListener) - Static method in class org.gjt.sp.jedit.Registers
 
setLoading(boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
setLoading(boolean) - Static method in class org.gjt.sp.jedit.Registers
 
setLogWriter(Writer) - Static method in class org.gjt.sp.util.Log
Writes all currently logged messages to this stream if there was no stream set previously, and sets the stream to write future log messages to.
setMacroRecorder(Macros.Recorder) - Method in class org.gjt.sp.jedit.View
Sets the macro recorder.
setMagicCaretPosition(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the `magic' caret position.
setMap(Map) - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
Set the external Map which to which this namespace synchronizes.
setMarkersChanged(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets/unsets the MARKERS_CHANGED flag
setMax(int) - Static method in class org.gjt.sp.jedit.gui.HistoryModel
 
setMaximum(long) - Method in interface org.gjt.sp.util.ProgressObserver
Update the maximum value.
setMaximum(long) - Method in class org.gjt.sp.util.WorkRequest
Update the maximum value.
setMessage(String) - Method in exception org.gjt.sp.jedit.bsh.EvalError
 
setMessage(String) - Method in class org.gjt.sp.jedit.gui.StatusBar
Displays a status message.
setMessageAndClear(String) - Method in class org.gjt.sp.jedit.gui.StatusBar
Show a message for a short period of time.
setMessageComponent(Component) - Method in class org.gjt.sp.jedit.gui.StatusBar
 
setMethod(String, BshMethod) - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
setMethod(String, BshMethod) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Note: this is primarily for internal use.
setMode(String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets this buffer's edit mode.
setMode(Mode) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets this buffer's edit mode.
setMode() - Method in class org.gjt.sp.jedit.Buffer
Sets this buffer's edit mode by calling the accept() method of each registered edit mode.
setModeAbbrevs(Hashtable<String, Hashtable<String, String>>) - Static method in class org.gjt.sp.jedit.Abbrevs
Sets the mode-specific abbreviation set.
setModel(String) - Method in class org.gjt.sp.jedit.gui.HistoryText
Sets the history list controller.
setModel(String) - Method in class org.gjt.sp.jedit.gui.HistoryTextArea
Sets the history list controller.
setModel(String) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets the history list model.
setModel(Object[]) - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
Sets the model to the given list of objects.
setModel(Vector) - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
Sets the model to the given list of objects.
setModified(long) - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
setModifierMapping(int, int, int, int) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Changes the mapping between symbolic modifier key names (C, A, M, S) and Java modifier flags.
setMouseActionsProvider(MouseActionsProvider) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setMouseHandler(MouseInputAdapter) - Method in class org.gjt.sp.jedit.textarea.TextArea
 
setMultipleSelectionColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the multiple selection color.
setMultipleSelectionEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Set multiple selection on or off according to the value of multi.
setName(String) - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
setName(String) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setName(String) - Method in class org.gjt.sp.jedit.JEditAbstractEditAction
Changes the name of an action
setNameSpace(NameSpace) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Set the global namespace for this interpreter.
setNewFile(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets the new file flag.
setNoWordSep(String) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setOut(PrintStream) - Method in class org.gjt.sp.jedit.bsh.Interpreter
 
setOverwriteEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets overwrite mode.
setParent(NameSpace) - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
setPath(URL[]) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
 
setPath(String) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setPerformingIO(boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns true if the buffer is currently performing I/O.
setPermissions(String, int) - Static method in class org.gjt.sp.jedit.io.FileVFS
Sets numeric permissions of a file.
setPerspectiveDirty(boolean) - Static method in class org.gjt.sp.jedit.PerspectiveManager
We only autosave the perspective if it has changed, to avoid spinning up the disk on laptops.
setPerspectiveEnabled(boolean) - Static method in class org.gjt.sp.jedit.PerspectiveManager
We disable saving of the perspective while the 'close all' dialog is showing.
setPrefixFocusOwner(Component) - Method in class org.gjt.sp.jedit.View
 
setProgressMaximum(int) - Method in class org.gjt.sp.util.WorkRequest
Deprecated. use WorkRequest.setMaximum(long)
setProgressMaximum(int) - Method in class org.gjt.sp.util.WorkThread
Sets the maximum progress value.
setProgressValue(int) - Method in class org.gjt.sp.util.WorkRequest
Deprecated. use WorkRequest.setValue(long)
setProgressValue(int) - Method in class org.gjt.sp.util.WorkThread
Sets the progress value.
setProperties(Map) - Method in class org.gjt.sp.jedit.Mode
Should only be called by XModeHandler.
setProperties(Hashtable<String, String>) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setProperty(String, Object) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets the value of a buffer-local property.
setProperty(String, String) - Static method in class org.gjt.sp.jedit.jEdit
Sets a property to a new value.
setProperty(String, Object) - Method in class org.gjt.sp.jedit.Mode
Sets a mode property.
setQuickCopyEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets if clicking the middle mouse button pastes the most recent selection (% register), and if Control-dragging inserts the selection at the caret.
setRate(int) - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
setReadable(boolean) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setReadOnly(boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets the read only flag.
setRectangularSelectionEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Set rectangular selection on or off according to the value of rectangularSelectionMode.
setRecursive(boolean) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setRegexp(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the regular expression flag.
setRegister(char, Registers.Register) - Static method in class org.gjt.sp.jedit.Registers
Sets the specified register.
setRegister(char, String) - Static method in class org.gjt.sp.jedit.Registers
Sets the specified register.
setRepeatCount(int) - Method in class org.gjt.sp.jedit.gui.InputHandler
Sets the number of times the next action will be repeated.
setReplaceString(String) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current replacement string.
setRetainComments(boolean) - Method in class org.gjt.sp.jedit.bsh.Parser
 
setReverseSearch(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Determines whether a reverse search will conducted from the current position to the beginning of a buffer.
setRightClickPopup(JPopupMenu) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the right click popup menu.
setRightClickPopupEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets if the right click popup menu is enabled.
setRoot(VFS, List<VFSFile>) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
setSaver(HistoryModelSaver) - Static method in class org.gjt.sp.jedit.gui.HistoryModel
 
setSaver(RegisterSaver) - Static method in class org.gjt.sp.jedit.Registers
 
setSearchFileSet(SearchFileSet) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current search file set.
setSearchMatcher(SearchMatcher) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets a custom search string matcher.
setSearchStatus(String) - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
setSearchString(String) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current search string.
setSearchString(String, int) - Method in class org.gjt.sp.jedit.search.SearchDialog
Sets the search string.
setSelectAllOnFocus(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets if all text should be selected when the field gets focus.
setSelectAllOnFocus() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Returns if all text should be selected when the field gets focus.
setSelectedColor(Color) - Method in class org.gjt.sp.jedit.gui.ColorWellButton
 
setSelectedIndex(int) - Method in class org.gjt.sp.jedit.gui.CompletionPopup
Set selection.
setSelectedRow(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
setSelectedText(Selection, String) - Method in class org.gjt.sp.jedit.textarea.TextArea
Replaces the selection with the specified text.
setSelectedText(String) - Method in class org.gjt.sp.jedit.textarea.TextArea
Replaces the selection at the caret with the specified text.
setSelectedText(String, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Replaces the selection at the caret with the specified text.
setSelection(Selection[]) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the selection.
setSelection(Selection) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the selection.
setSelectionColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the selection color.
setSelectionEnd(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Do not use.
setSelectionStart(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Do not use.
setShowHiddenFiles(boolean) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
setShowResults(boolean) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Turn on/off the verbose printing of results as for the show() command.
setSize(int) - Method in class org.gjt.sp.util.IntegerArray
 
setSort(boolean) - Method in class org.gjt.sp.jedit.OptionGroup
Sets if the members of this group should be sorted.
setStatus(String) - Method in interface org.gjt.sp.util.ProgressObserver
Update the status label.
setStatus(String) - Method in class org.gjt.sp.util.WorkRequest
Sets the status text.
setStatus(String) - Method in class org.gjt.sp.util.WorkThread
Sets the status text.
setStrictJava(boolean) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Set strict Java mode on or off.
setStringProperty(String, String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Sets a string property.
setStructureHighlightColor(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the structure highlight color.
setStructureHighlightColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the structure highlight color.
setStructureHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
Enables or disables structure highlighting.
setStructureHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Enables or disables structure highlighting.
setStyles(SyntaxStyle[]) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the syntax styles used to paint colorized text.
setSymlinkPath(String) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setTable(JTable) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
Set the JTable that uses this model.
setTemporaryProperty(String, String) - Static method in class org.gjt.sp.jedit.jEdit
Sets a property to a new value.
setTerminateChar(int) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setText(String) - Method in class org.gjt.sp.jedit.gui.HistoryText
Subclasses can override this to provide funky history behavior, for JTextPanes and such.