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 _ 

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
 
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() - Method in interface org.jedit.keymap.Keymap
Save the keymaps.
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.
saveAs(View) - Static method in class org.gjt.sp.jedit.gui.DockingLayoutManager
 
saveBackup(File) - Static method in class org.gjt.sp.jedit.MiscUtilities
Saves a backup (optionally numbered) of a file.
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.
saveBackup(File, File) - Static method in class org.gjt.sp.jedit.MiscUtilities
Saves a backup of a local 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
A visitor that saves the caret info of an EditPane
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.BrowserContextOptionPane
Saves jEdit's context menu configuration.
saveContextMenu(String) - Method in class org.gjt.sp.jedit.options.ContextOptionPane
Saves jEdit's context menu configuration.
saveCurrentModeLayout(View) - Static method in class org.gjt.sp.jedit.gui.DockingLayoutManager
 
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
 
saveLayout(String, int) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockingLayout
 
saveLayout(String, int) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl.DockableWindowConfig
 
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
Similar to a javax.swing.ScrollPaneLayout, but not as restrictive on the components that can be added.
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
 
searchChildren(int) - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
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
 
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
 
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, int, int) - Constructor for class org.gjt.sp.util.SegmentCharSequence
 
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 - Static variable in class org.gjt.sp.jedit.print.PrintRangeType
 
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.Rect - Class in org.gjt.sp.jedit.textarea
A rectangular selection.
SELECTION_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Selection layer.
SelectionLengthWidgetFactory - Class in org.gjt.sp.jedit.gui.statusbar
 
SelectionLengthWidgetFactory() - Constructor for class org.gjt.sp.jedit.gui.statusbar.SelectionLengthWidgetFactory
 
SelectionLengthWidgetFactory.SelectionLengthWidget - Class in org.gjt.sp.jedit.gui.statusbar
 
selectLine() - Method in class org.gjt.sp.jedit.textarea.TextArea
Selects the current line.
SelectLineRange - Class in org.gjt.sp.jedit.gui
Dialog for selection of a range of lines
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.
sendAsync(EBMessage) - Static method in class org.gjt.sp.jedit.EditBus
Schedules a message to be sent on the edit bus as soon as the AWT thread is done processing current events.
sendShortcutPrefixOff() - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
 
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.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
 
ServiceFoldHandlerProvider() - Constructor for class org.gjt.sp.jedit.ServiceManager.ServiceFoldHandlerProvider
 
ServiceManager - Class in org.gjt.sp.jedit
A generic way for plugins (and core) 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
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
 
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(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.3, subpixel antialias mode is supported.
setAntiAliasEnabled(boolean) - Method in class org.gjt.sp.jedit.gui.FontSelector
 
setAttributes(PrintRequestAttributeSet) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
Sets the value of attributes.
setAutoMnemonic(AbstractButton) - Static method in class org.gjt.sp.jedit.GUIUtilities
setAutoMnemonic(AbstractButton) - Static method in class org.gjt.sp.util.GenericGUIUtilities
Sets the mnemonic for the given button using jEdit convention, taking the letter after the dollar.
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.
setBeepOnOutput(boolean) - Static method in class org.gjt.sp.util.Log
When beepOnOutput is set, every output going to standard error is signaled by a standard beep.
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(Buffer) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
Sets the value of 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.
setButtonContentMargin(AbstractButton, Insets) - Static method in class org.gjt.sp.jedit.GUIUtilities
setButtonContentMargin(AbstractButton, Insets) - Static method in class org.gjt.sp.util.GenericGUIUtilities
Sets the content margin of a button (for Nimbus L&F).
setCancellable(boolean) - Method in class org.gjt.sp.util.Task
 
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.
setClipboard(String) - Method in class org.jedit.keymap.EmacsUtil
 
setClipboard(Selection) - Method in class org.jedit.keymap.EmacsUtil
 
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.
setContextInsensitive(boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Set the buffer to be insensitive to the context during highlight.
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
 
setCursor(Cursor) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Change the mouse cursor.
setDebugStream(PrintStream) - Method in class org.gjt.sp.jedit.bsh.ParserTokenManager
 
setDefault(byte) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setDefaultMax(int) - Static method in class org.gjt.sp.jedit.gui.HistoryModel
Sets the default size of all HistoryModels.
setDefaultMaxSize(int) - Static method in class org.gjt.sp.jedit.gui.HistoryModel
Sets the default max size (in characters) for all history models.
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
 
setDirty(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets the 'dirty' (changed since last save) flag of this buffer.
setDirtyStatus(boolean) - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
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).
setDockingLayout(DockableWindowManager.DockingLayout) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
setDockingLayout(DockableWindowManager.DockingLayout) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
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.
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
 
setEnabledRecursively(Container, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
setEnabledRecursively(Container, boolean) - Static method in class org.gjt.sp.util.GenericGUIUtilities
Call setEnabled() recursively on the container and its descendants.
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
 
setEOLMarkerChar(String) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
 
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.
setFoldPainter(FoldPainter) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
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.
setGraphics(Graphics) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
setGutterEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
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
 
setIncludeFiles(boolean) - Method in class org.gjt.sp.jedit.SplitConfigParser
 
setIncludeRemoteFiles(boolean) - Method in class org.gjt.sp.jedit.SplitConfigParser
 
setIncludeSplits(boolean) - Method in class org.gjt.sp.jedit.SplitConfigParser
 
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
 
setItem(Object) - Method in class org.gjt.sp.jedit.gui.NumericTextField
 
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.
setLabel(String) - Method in class org.gjt.sp.util.Task
 
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.
setLeftCellRenderer(ListCellRenderer<E>) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
setLeftData(List<E>) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
setLeftSelected(E) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
setLeftTitle(String) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
setLeftTooltip(String) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
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).
setLineExtraSpacing(int) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets extra spacing between lines in pixels.
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.
setLineLength(float) - Method in class org.gjt.sp.jedit.textarea.ColumnBlockLine
 
setLineNumberAlignment(int) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the horizontal alignment of the line numbers.
setLines(Vector<ColumnBlockLine>) - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
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.
setMainPanel(JPanel) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
setMainPanel(JPanel) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
setMap(Map) - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
Set the external Map which to which this namespace synchronizes.
setMark(Buffer, int) - Method in class org.jedit.keymap.EmacsUtil
 
setMarkersChanged(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets/unsets the MARKERS_CHANGED flag
setMax(int) - Method in class org.gjt.sp.jedit.gui.HistoryModel
sets the maximum size of this history
setMaximum(long) - Method in interface org.gjt.sp.util.ProgressObserver
Update the maximum value.
setMaximum(long) - Method in class org.gjt.sp.util.Task
 
setMaxSize(int) - Method in class org.gjt.sp.jedit.gui.HistoryModel
Sets the maximum size (in characters) for this history model
setMaxValue(Number) - Method in class org.gjt.sp.jedit.gui.NumericTextField
 
setMenu(JPopupMenu) - Method in class org.gjt.sp.jedit.gui.tray.JTrayIcon
 
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.
setMinLineNumberDigitCount(int) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setMinValue(Number) - Method in class org.gjt.sp.jedit.gui.NumericTextField
 
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(Mode, boolean) - 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.
setModel(PrintPreviewModel) - Method in class org.gjt.sp.jedit.print.PrintPreviewPane
 
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.search.SearchMatcher
 
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.
setPageBreakColor(Color) - Method in class org.gjt.sp.jedit.print.PageBreakExtension
 
setPageBreakEnabled(boolean) - Method in class org.gjt.sp.jedit.print.PageBreakExtension
 
setPageNumber(int) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
setPageRanges(HashMap<Integer, Range>) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
setParent(NameSpace) - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
setParent(Node) - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
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
 
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.
setPlainView(boolean) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockingLayout
 
setPrefixFocusOwner(Component) - Method in class org.gjt.sp.jedit.View
 
setPrintRangeType(PrintRangeType) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
setPrintService(PrintService) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
Sets the value of printService.
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.
setRegister(char, Transferable) - 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.
setRightCellRenderer(ListCellRenderer<E>) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
setRightClickPopup(JPopupMenu) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the right click popup menu.
setRightClickPopupEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets if the right click popup menu is enabled.
setRightData(List<E>) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
setRightSelected(E) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
setRightTitle(String) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
setRightTooltip(String) - Method in class org.gjt.sp.jedit.gui.PingPongList
 
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
 
setScope(BufferSet.Scope) - Method in class org.gjt.sp.jedit.bufferset.BufferSetManager
 
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.
setSelectedIndex(int) - Method in class org.jedit.options.TabbedOptionDialog
 
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.
setSelectionAreaBackground(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setSelectionAreaEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setSelectionAreaWidth(int) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setSelectionColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the selection color.
setSelectionFgColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the selection foreground color.
setSelectionFgColorEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Enables or disables selection foreground color.
setSelectionPopupHandler(GutterPopupHandler) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setShortcut(String, String) - Method in interface org.jedit.keymap.Keymap
Set a new shortcut.
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.
setSplitConfig(Buffer, String) - Method in class org.gjt.sp.jedit.View
sets the split configuration as per the splitConfig.
setStatus(String) - Method in interface org.gjt.sp.util.ProgressObserver
Update the status label.
setStatus(String) - Method in class org.gjt.sp.util.Task
 
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.
setTabSizeDirtyStatus(boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
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.
setText(String) - Method in class org.gjt.sp.jedit.gui.HistoryTextArea
Sets the displayed text.
setText(String) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets the displayed text.
setText(String) - Method in class org.gjt.sp.jedit.textarea.TextArea
Sets the entire text of this text area.
setText(String) - Method in class org.gjt.sp.util.StringModel
 
setThickCaretEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if the caret should be drawn with a thick line.
SettingsXML - Class in org.gjt.sp.jedit
A XML file in the settings directory.
SettingsXML(String, String) - Constructor for class org.gjt.sp.jedit.SettingsXML
Construct a SettingsXML with specific location and name.
SettingsXML(File) - Constructor for class org.gjt.sp.jedit.SettingsXML
 
SettingsXML.Saver - Class in org.gjt.sp.jedit
A Writer to write XML for saving.
setTitle(String) - Method in interface org.gjt.sp.jedit.help.HelpViewerInterface
 
setTokenMarker(TokenMarker) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
setTokenMarker(TokenMarker) - Method in class org.gjt.sp.jedit.Mode
Sets the token marker for this mode.
setTransferable(Transferable) - Method in class org.gjt.sp.jedit.Registers.ClipboardRegister
 
setTransferable(Transferable) - Method in interface org.gjt.sp.jedit.Registers.Register
 
setTransferHandler(TransferHandler) - Method in class org.gjt.sp.jedit.textarea.TextArea
 
setTrayIconArgs(boolean, String, String[]) - Static method in class org.gjt.sp.jedit.gui.tray.JTrayIconManager
 
setTreeViewDisplayed(boolean) - Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
 
setType(int) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setTypedVariable(String, Class, Object, Modifiers) - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
setTypedVariable(String, Class, Object, boolean) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Deprecated.
See #setTypedVariable( String, Class, Object, Modifiers )
setTypedVariable(String, Class, Object, Modifiers) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Declare a variable in the local scope and set its initial value.
setUndoLimit(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Set the undo limit of the Undo Manager.
setUntitled(boolean) - Method in class org.gjt.sp.jedit.Buffer
 
setupDefaultVariables(NameSpace, T) - Method in class org.gjt.sp.jedit.BeanShellFacade
 
setUserMode(boolean) - Method in class org.gjt.sp.jedit.Mode
 
setUserTitle(String) - Method in class org.gjt.sp.jedit.View
Sets a user-defined title for this view instead of the "view.title" property.
setValue(Object, int) - Method in class org.gjt.sp.jedit.bsh.Variable
Set the value of the typed variable.
setValue(String) - Method in class org.gjt.sp.jedit.Registers.ClipboardRegister
Sets the clipboard contents.
setValue(String) - Method in interface org.gjt.sp.jedit.Registers.Register
Deprecated.
use Registers.Register.setTransferable(java.awt.datatransfer.Transferable) instead, for example setTransferable(new StringSelection(""))
setValue(long) - Method in interface org.gjt.sp.util.ProgressObserver
Update the progress value.
setValue(long) - Method in class org.gjt.sp.util.Task
 
setValueAt(Object, int, int) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
setVariable(NameSpace, String, Object) - Method in class org.gjt.sp.jedit.BeanShellFacade
Set a beanshell variable in the namespace without overriding it
setVariable(String, Object, boolean) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Set the variable through this namespace.
setVariable(String, Object) - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
setView(View) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
Sets the value of view.
setVisible(boolean) - Method in class org.gjt.sp.jedit.search.SearchDialog
 
setWaitSocket(Socket) - Method in class org.gjt.sp.jedit.Buffer
This socket is closed when the buffer is closed.
setWaitSocket(Socket) - Method in class org.gjt.sp.jedit.View
This socket is closed when the buffer is closed.
setWholeWord(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the whole word flag.
setWidth(int) - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
setWrapGuideColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the wrap guide color.
setWrapGuidePainted(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if the wrap guide is to be drawn.
setWriteable(boolean) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setZoom(PrintPreviewModel.Zoom) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
setZoomLevel(float) - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
ShapedFoldPainter - Class in org.gjt.sp.jedit.textarea
Fold Painter
ShapedFoldPainter() - Constructor for class org.gjt.sp.jedit.textarea.ShapedFoldPainter
 
ShiftExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
shiftIndentLeft(int[]) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Shifts the indent of each line in the specified list to the left.
shiftIndentLeft() - Method in class org.gjt.sp.jedit.textarea.TextArea
Shifts the indent to the left.
shiftIndentRight(int[]) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Shifts the indent of each line in the specified list to the right.
shiftIndentRight() - Method in class org.gjt.sp.jedit.textarea.TextArea
Shifts the indent to the right.
SHORT - Static variable in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
The sort of the short type.
SHORT - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
SHORT_TYPE - Static variable in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
The short type.
shortcut - Variable in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
shortcutOn - Variable in class org.gjt.sp.jedit.input.AbstractInputHandler
 
ShortcutPrefixActiveEvent - Class in org.gjt.sp.jedit.gui
Event fired when jEdit starts and stops listening for shortcut completions
ShortcutPrefixActiveEvent(Hashtable, boolean) - Constructor for class org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
Constructor for the ShortcutPrefixActiveEvent object
ShortcutsOptionPane - Class in org.gjt.sp.jedit.options
Key binding editor.
ShortcutsOptionPane() - Constructor for class org.gjt.sp.jedit.options.ShortcutsOptionPane
 
shortTitle(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
show(DockableWindowManagerImpl.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
show(String) - Method in interface org.gjt.sp.jedit.gui.DockableWindowManager.DockingArea
 
show(DockableWindowManagerImpl.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
show(DockableWindowManagerImpl.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
show(String) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
showBuffer(Buffer) - Method in class org.gjt.sp.jedit.View
If this buffer is open in one of the view's edit panes, activates that edit pane.
showCursor() - Method in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
 
showDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
showDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
Opens the specified dockable window.
showEvaluateDialog(View) - Static method in class org.gjt.sp.jedit.BeanShell
Prompts for a BeanShell expression to evaluate.
showEvaluateLinesDialog(View) - Static method in class org.gjt.sp.jedit.BeanShell
Evaluates the specified script for each selected line.
showFullPath - Variable in class org.gjt.sp.jedit.search.HyperSearchFileNode
 
showGoToLineDialog() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Displays the 'go to line' dialog box, and moves the caret to the specified line number, or moves the caret back or forward by the offset provided.
showMemoryDialog(View) - Static method in class org.gjt.sp.jedit.jEdit
Performs garbage collection and displays a dialog box showing memory status.
showMostRecent() - Method in interface org.gjt.sp.jedit.gui.DockableWindowManager.DockingArea
 
showMostRecent() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
showPluginManager(Frame) - Static method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
showPopupMenu(String, int, int) - Method in class org.gjt.sp.jedit.gui.HistoryText
 
showPopupMenu(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryText
 
showPopupMenu(JPopupMenu, Component, int, int) - Static method in class org.gjt.sp.jedit.GUIUtilities
showPopupMenu(JPopupMenu, Component, int, int, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
showPopupMenu() - Method in class org.gjt.sp.jedit.textarea.TextArea
Shows the popup menu below the current caret position.
showPopupMenu(JPopupMenu, Component, int, int, boolean) - Static method in class org.gjt.sp.jedit.textarea.TextArea
showPopupMenu(JPopupMenu, Component, int, int) - Static method in class org.gjt.sp.util.GenericGUIUtilities
Shows the specified popup menu, ensuring it is displayed within the bounds of the screen.
showPopupMenu(JPopupMenu, Component, int, int, boolean) - Static method in class org.gjt.sp.util.GenericGUIUtilities
Shows the specified popup menu, ensuring it is displayed within the bounds of the screen.
showRunScriptDialog(View) - Static method in class org.gjt.sp.jedit.Macros
Prompts for one or more files to run as macros
showSearchDialog(View, String, int) - Static method in class org.gjt.sp.jedit.search.SearchDialog
Displays a search and replace dialog box, reusing an existing one if necessary.
showStack - Variable in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
showUserTitleDialog() - Method in class org.gjt.sp.jedit.View
Shows a dialog for selecting a user-defined title for this view.
showVFSFileDialog(View, String, int, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays a VFS file selection dialog box.
showVFSFileDialog(Dialog, View, String, int, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays a VFS file selection dialog box.
showVFSFileDialog(Frame, View, String, int, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays a VFS file selection dialog box.
showWaitCursor() - Method in class org.gjt.sp.jedit.View
Shows the wait cursor.
showWordCountDialog() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Displays the 'word count' dialog box.
simpleIndentLine(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Simply indents the given line to the same level as the previous nonempty line
SINGLE_LINE_COMMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
SIPUSH - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
size() - Method in class org.gjt.sp.jedit.bufferset.BufferSet
 
size() - Method in class org.gjt.sp.jedit.JEditActionSet
 
SLASH - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
SLASHASSIGN - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
smartEnd(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
An override to record the acutual action taken for smartHome().
smartEnd(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Has 4 states based on # of invocations: 1.
smartHome(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
An override to record the acutual action taken for smartHome().
smartHome(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
On subsequent invocations, first moves the caret to the first non-whitespace character of the line, then the beginning of the line, then to the first visible line.
sort() - Method in class org.gjt.sp.jedit.bufferset.BufferSet
Sort the bufferSet (useful if a buffer has been renamed for example
sortByColumn(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
source(String, NameSpace) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Read text from fileName and eval it.
source(String) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Read text from fileName and eval it.
spacesToTabs() - Method in class org.gjt.sp.jedit.textarea.TextArea
Converts spaces to tabs in the selection.
spacesToTabs(String, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Converts consecutive spaces to tabs in the specified string.
SPAN - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
spanEndSubst - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
spanEndSubstRegex - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
specialConstructor - Variable in exception org.gjt.sp.jedit.bsh.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.gjt.sp.jedit.bsh.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SplashScreen - Class in org.gjt.sp.jedit.gui
The splash screen displayed on startup.
SplashScreen() - Constructor for class org.gjt.sp.jedit.gui.SplashScreen
 
split(String, String) - Static method in class org.gjt.sp.jedit.bsh.StringUtil
 
split(int) - Method in class org.gjt.sp.jedit.View
Splits the view.
split(String, Object) - Static method in class org.gjt.sp.util.StringList
 
splitClassname(String) - Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Split class name into package and name
splitConfig - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
SplitConfigParser - Class in org.gjt.sp.jedit
Class used by PerspectiveManager to parse SplitConfig strings.
SplitConfigParser(String) - Constructor for class org.gjt.sp.jedit.SplitConfigParser
 
splitHorizontally() - Method in class org.gjt.sp.jedit.View
Splits the view horizontally.
splitVertically() - Method in class org.gjt.sp.jedit.View
Splits the view vertically.
SquareFoldPainter - Class in org.gjt.sp.jedit.textarea
 
SquareFoldPainter() - Constructor for class org.gjt.sp.jedit.textarea.SquareFoldPainter
 
StandaloneActionSet(IPropertyManager, TextArea, URL) - Constructor for class org.gjt.sp.jedit.textarea.StandaloneTextArea.StandaloneActionSet
 
StandaloneTextArea - Class in org.gjt.sp.jedit.textarea
jEdit's standalone text component.
StandaloneTextArea(IPropertyManager) - Constructor for class org.gjt.sp.jedit.textarea.StandaloneTextArea
Creates a new StandaloneTextArea.
StandaloneTextArea.StandaloneActionSet - Class in org.gjt.sp.jedit.textarea
The actionSet for standalone textArea.
STANDARD - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
StandardUtilities - Class in org.gjt.sp.util
Several tools that depends on JDK only.
StandardUtilities.StringCompare<E> - Class in org.gjt.sp.util
Compares objects as strings.
STAR - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
STARASSIGN - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
start() - Method in class org.gjt.sp.jedit.EditPlugin
jEdit calls this method when the plugin is being activated, either during startup or at any other time.
start() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
Starts the animation rolling
start() - Static method in class org.gjt.sp.jedit.io.VFSManager
Do not call.
start - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
start - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
start - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
start - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
start() - Method in enum org.gjt.sp.util.AwtRunnableQueue
Queue the AWT runner for the first time.
startClassMapping() - Method in interface org.gjt.sp.jedit.bsh.classpath.BshClassPath.MappingFeedback
 
startDocument() - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
startElement(String, String, String, Attributes) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl.DockableWindowConfig.PerspectiveHandler
 
startElement(String, String, String, Attributes) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
startLine - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
startPos - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
startPosMatch - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
startRegexp - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
startsWith(CharSequence, String) - Static method in class org.gjt.sp.util.StandardUtilities
Implementation of String.startsWith() for CharSequence.
stateChanged(ChangeEvent) - Method in class org.gjt.sp.jedit.print.BasicPrintPreviewPaneUI
 
stateChanged(ChangeEvent) - Method in class org.jedit.options.TabbedOptionDialog
 
Statement() - Method in class org.gjt.sp.jedit.bsh.Parser
 
StatementExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
StatementExpressionList() - Method in class org.gjt.sp.jedit.bsh.Parser
 
STATIC - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
staticFlag - Static variable in class org.gjt.sp.jedit.bsh.JavaCharStream
 
STATUS_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Status bar layer.
StatusBar - Class in org.gjt.sp.jedit.gui
The status bar used to display various information to the user.
StatusBar(View) - Constructor for class org.gjt.sp.jedit.gui.StatusBar
 
StatusBarOptionPane - Class in org.gjt.sp.jedit.options
Status bar editor.
StatusBarOptionPane() - Constructor for class org.gjt.sp.jedit.options.StatusBarOptionPane
 
statusChanged(TextArea, int, boolean) - Method in interface org.gjt.sp.jedit.textarea.StatusListener
 
StatusListener - Interface in org.gjt.sp.jedit.textarea
Fired when the text area needs to display a status message.
statusUpdated(Task) - Method in class org.gjt.sp.jedit.gui.TaskMonitor
 
statusUpdated(Task) - Method in class org.gjt.sp.util.TaskAdapter
 
statusUpdated(Task) - Method in interface org.gjt.sp.util.TaskListener
 
StatusWidgetFactory - Interface in org.gjt.sp.jedit.gui.statusbar
A widget factory for the status bar.
stop() - Method in class org.gjt.sp.jedit.EditPlugin
jEdit calls this method when the plugin is being unloaded.
stop() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
Stops the animation, and resets to frame 0
stopRecording(View) - Static method in class org.gjt.sp.jedit.Macros
Stops a recording currently in progress.
storeProperties(Properties, OutputStream, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Stores properties with sorted keys.
str - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
streamIsGzipped() - Method in class org.gjt.sp.jedit.io.AutoDetection.Result
Returns true if the stream is gzipped.
STRICTFP - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
STRING_LITERAL - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
StringCompare(boolean) - Constructor for class org.gjt.sp.util.StandardUtilities.StringCompare
 
StringCompare() - Constructor for class org.gjt.sp.util.StandardUtilities.StringCompare
 
StringList - Class in org.gjt.sp.util
A List<String> with some perl-like convenience functions (split/join primarily), and easy conversion to/from arrays.
StringList() - Constructor for class org.gjt.sp.util.StringList
 
StringList(Object[]) - Constructor for class org.gjt.sp.util.StringList
 
StringModel - Class in org.gjt.sp.util
A model for a single String, which supports TextListeners.
StringModel() - Constructor for class org.gjt.sp.util.StringModel
 
stringToToken(String) - Static method in class org.gjt.sp.jedit.syntax.Token
Converts a token type string to a token type constant.
StringTransferableService - Class in org.gjt.sp.jedit.datatransfer
 
StringTransferableService() - Constructor for class org.gjt.sp.jedit.datatransfer.StringTransferableService
 
StringUtil - Class in org.gjt.sp.jedit.bsh
 
StringUtil() - Constructor for class org.gjt.sp.jedit.bsh.StringUtil
 
StructureMatcher - Interface in org.gjt.sp.jedit.textarea
An interface for matching parts of a source file's stucture.
StructureMatcher.BracketMatcher - Class in org.gjt.sp.jedit.textarea
 
StructureMatcher.Highlight - Class in org.gjt.sp.jedit.textarea
Paints the structure match highlight.
StructureMatcher.Match - Class in org.gjt.sp.jedit.textarea
A structure match, denoted by a start and end position.
style2html(String, Font) - Static method in class org.gjt.sp.util.HtmlUtilities
Parses a string specifying a syntax highlight style, and creates an HTML representation for it.
StyleEditor - Class in org.gjt.sp.jedit.gui
Style editor dialog
StyleEditor(JDialog, SyntaxStyle, String) - Constructor for class org.gjt.sp.jedit.gui.StyleEditor
 
StyleEditor(JFrame, SyntaxStyle, String) - Constructor for class org.gjt.sp.jedit.gui.StyleEditor
 
SUBPIXEL - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
SUBPIXEL_HBGR - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
SUBPIXEL_HRGB - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
SUBPIXEL_VBGR - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
SUBPIXEL_VRGB - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
subSequence(int, int) - Method in class org.gjt.sp.util.ReverseCharSequence
 
subSequence(int, int) - Method in class org.gjt.sp.util.SegmentCharSequence
 
substitutions - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
supported - Static variable in class org.gjt.sp.jedit.datatransfer.ListVFSFileTransferable
 
swap(NameSpace) - Method in class org.gjt.sp.jedit.bsh.CallStack
Swap in the value as the new top of the stack and return the old value.
SWAP - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
swapMarkerAndCaret(char) - Method in class org.gjt.sp.jedit.EditPane
Moves the caret to the marker with the specified shortcut, then sets the marker position to the former caret position.
SWITCH - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
SwitchLabel() - Method in class org.gjt.sp.jedit.bsh.Parser
 
SwitchStatement() - Method in class org.gjt.sp.jedit.bsh.Parser
 
SwitchTo(int) - Method in class org.gjt.sp.jedit.bsh.ParserTokenManager
 
SYMBOL - Static variable in class org.gjt.sp.jedit.TextUtilities
 
SYNCHRONIZED - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
SynchronizedStatement() - Method in class org.gjt.sp.jedit.bsh.Parser
 
SyntaxHiliteOptionPane - Class in org.gjt.sp.jedit.options
Style option pane.
SyntaxHiliteOptionPane() - Constructor for class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane
 
SyntaxStyle - Class in org.gjt.sp.jedit.syntax
A simple text style class.
SyntaxStyle(Color, Color, Font) - Constructor for class org.gjt.sp.jedit.syntax.SyntaxStyle
Creates a new SyntaxStyle.
SyntaxUtilities - Class in org.gjt.sp.jedit.syntax
Contains utility functions used by the syntax highlighting code.
SyntaxUtilities() - Constructor for class org.gjt.sp.jedit.syntax.SyntaxUtilities
 
SyntaxUtilities - Class in org.gjt.sp.util
Syntax utilities that depends on JDK only and syntax package.
SYSTEM_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
System tool bar layer.
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