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.objectweb.asm.Constants
 
SASTORE - Static variable in interface 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() - Static method in class org.gjt.sp.jedit.BufferHistory
 
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() - Method in class org.gjt.sp.jedit.textarea.AntiAlias
 
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
 
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.
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.
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
 
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)
scrollDownLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Scrolls down by one line.
scrollDownPage() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Scrolls down by one page.
scrolledHorizontally(JEditTextArea) - Method in interface org.gjt.sp.jedit.textarea.ScrollListener
 
scrolledVertically(JEditTextArea) - 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.JEditTextArea
Ensures that the specified location in the buffer is visible.
scrollTo(int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Ensures that the specified location in the buffer is visible.
scrollToCaret(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Ensures that the caret is visible by scrolling the text area if necessary.
scrollUpLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Scrolls up by one line.
scrollUpPage() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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) - 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
 
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.JEditTextArea
Selects all text in the buffer.
selectBlock() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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.JEditTextArea
Selects the fold that contains the caret line number.
selectFold(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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.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.JEditTextArea
Selects the current line.
SelectLineRange - Class in org.gjt.sp.jedit.gui
 
SelectLineRange(View) - Constructor for class org.gjt.sp.jedit.gui.SelectLineRange
 
selectMatch(JEditTextArea) - Method in class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
 
selectMatch(JEditTextArea) - 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.JEditTextArea
Deselects everything.
selector - Variable in class bsh.ClassGeneratorUtil.ConstructorArgs
 
selectParagraph() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects the paragraph at the caret position.
selectToMatchingBracket(int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects from the bracket at the specified position to the corresponding bracket.
selectToMatchingBracket() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects from the bracket at the caret position to the corresponding bracket.
selectWord() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects the word at the caret position.
SEMICOLON - Static variable in interface 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.gui.DefaultInputHandler
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
The service type.
SERVICE - Static variable in class org.gjt.sp.jedit.io.VFSManager
The service type.
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
 
servicesURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
session - Variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
set(int, NameSpace) - Method in class bsh.CallStack
This is kind of crazy, but used by the setNameSpace command.
set(String, Object) - Method in class bsh.Interpreter
Assign the value to the name.
set(String, long) - Method in class bsh.Interpreter
 
set(String, int) - Method in class bsh.Interpreter
 
set(String, double) - Method in class bsh.Interpreter
 
set(String, float) - Method in class bsh.Interpreter
 
set(String, boolean) - Method in class bsh.Interpreter
 
set(int) - Method in class gnu.regexp.RESyntax
Set a given bit in this syntax.
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 bsh.Capabilities
 
setAccessible(Object) - Method in class bsh.reflect.ReflectManagerImpl
Set a java.lang.reflect Field, Method, Constructor, or Array of accessible objects to accessible mode.
setAccessible(Object) - Method in class 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
 
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)
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.gui.DefaultInputHandler
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.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(JEditBuffer) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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.
setCaretBlinkEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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.JEditTextArea
Sets the caret position and deactivates the selection.
setCaretPosition(int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the caret position and deactivates the selection.
setClassLoader(ClassLoader) - Method in class bsh.BshClassManager
Set an external class loader.
setClassLoader(ClassLoader) - Method in class bsh.Interpreter
Set an external class loader to be used for all basic class loading in BeanShell.
setClassPath(URL[]) - Method in class bsh.BshClassManager
Set a new base classpath and create a new base classloader.
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 bsh.Interpreter
Attach a console Note: this method is incomplete.
setCurrentBindings(Hashtable) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
 
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
 
setDebugStream(PrintStream) - Method in class 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
 
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, ArrayList, Set) - 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 title string of a floating dockable.
setDoubleProperty(String, double) - Static method in class org.gjt.sp.jedit.jEdit
 
setDragEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets if drag and drop of text is enabled.
setDragInProgress(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Drag and drop of text in jEdit is implementing using jEdit 1.4 APIs, however since jEdit must run with Java 1.3, this class only has the necessary support to call a hook method via reflection.
setElectricScroll(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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) - 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 bsh.Interpreter
 
setErrorSourceFile(String) - Method in exception 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 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
 
setExtraIndent(int) - Method in class org.gjt.sp.jedit.indent.IndentAction.AlignBracket
 
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
 
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.JEditTextArea
Sets the vertical scroll bar position
setFirstPhysicalLine(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the vertical scroll bar position.
setFirstPhysicalLine(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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
 
setGlobalAbbrevs(Hashtable) - Static method in class org.gjt.sp.jedit.Abbrevs
Sets the global abbreviation set.
setHandler(XmlHandler) - Method in class com.microstar.xml.XmlParser
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.JEditTextArea
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.
setInstanceNameSpaceParent(Object, String, NameSpace) - Method in class bsh.ClassGenerator
Change the parent of the class instance namespace.
setInstanceNameSpaceParent(Object, String, NameSpace) - Method in class 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.
setJoinNonWordChars(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
If set, double clicking will join non-word characters to form one "word".
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.
setLineSeparator(String) - Method in class gnu.regexp.RESyntax
Changes the line separator string for regular expressions created using this RESyntax.
setLoading(boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
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.JEditTextArea
Sets the `magic' caret position.
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 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 bsh.NameSpace
Note: this is primarily for internal use.
setMode(String) - Method in class org.gjt.sp.jedit.Buffer
Sets this buffer's edit mode.
setMode(Mode) - Method in class org.gjt.sp.jedit.Buffer
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) - 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.
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.JEditTextArea
Set multiple selection on or off according to the value of multi.
setName(String) - Method in class bsh.NameSpace
 
setName(String) - Method in class org.gjt.sp.jedit.EditAction
Changes the name of an action
setName(String) - Method in class org.gjt.sp.jedit.io.VFSFile
 
setNameSpace(NameSpace) - Method in class 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 bsh.Interpreter
 
setOverwriteEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets overwrite mode.
setParent(NameSpace) - Method in class bsh.NameSpace
 
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.
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(Hashtable) - Method in class org.gjt.sp.jedit.Mode
Should only be called by XModeHandler.
setProperties(Hashtable) - 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.JEditTextArea
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.JEditTextArea
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 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, ArrayList) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
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
 
setSelectedRow(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
setSelectedText(Selection, String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Replaces the selection with the specified text.
setSelectedText(String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Replaces the selection at the caret with the specified text.
setSelectedText(String, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Replaces the selection at the caret with the specified text.
setSelection(Selection[]) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the selection.
setSelection(Selection) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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
 
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 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
 
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.JEditTextArea
Sets the entire text of this text area.
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.
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, boolean) - Method in class bsh.NameSpace
Deprecated. See #setTypedVariable( String, Class, Object, Modifiers )
setTypedVariable(String, Class, Object, Modifiers) - Method in class bsh.NameSpace
Declare a variable in the local scope and set its initial value.
setValue(Object, int) - Method in class 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
Sets the register contents.
setValue(String) - Method in class org.gjt.sp.jedit.Registers.StringRegister
Sets the register contents.
setValue(long) - Method in interface org.gjt.sp.util.ProgressObserver
Update the progress value.
setValue(long) - Method in class org.gjt.sp.util.WorkRequest
Update the progress value.
setVariable(String, Object) - Method in class bsh.NameSpace
 
setVariable(String, Object, boolean) - Method in class bsh.NameSpace
Set the variable through this namespace.
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.
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
 
ShiftExpression() - Method in class 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.JEditTextArea
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.JEditTextArea
Shifts the indent to the right.
SHORT - Static variable in interface bsh.ParserConstants
 
SHORT - Static variable in class org.objectweb.asm.Type
The sort of the short type.
SHORT_TYPE - Static variable in class 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.gui.DefaultInputHandler
 
ShortcutPrefixActiveEvent - Class in org.gjt.sp.jedit.gui
Description of the Class
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
 
show(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
show(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
show(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
showBrowseDialog(Object[], Component) - Method in class org.gjt.sp.jedit.io.VFS
Displays a dialog box that should set up a session and return the initial URL to browse.
showBufferSwitcher() - Method in class org.gjt.sp.jedit.EditPane
Shows the buffer switcher combo box.
showDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
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.
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 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
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.jedit.GUIUtilities
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.
showVFSFileDialog(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.
SIMPLIFIED_KEY_HANDLING - Static variable in class org.gjt.sp.jedit.Debug
 
SINGLE_LINE_COMMENT - Static variable in interface bsh.ParserConstants
 
SIPUSH - Static variable in interface org.objectweb.asm.Constants
 
size() - Method in class org.gjt.sp.jedit.ActionSet
Returns the number of actions in this action set.
SLASH - Static variable in interface bsh.ParserConstants
 
SLASHASSIGN - Static variable in interface bsh.ParserConstants
 
smartEnd(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
On subsequent invocations, first moves the caret to the last non-whitespace character of the line, then the end of the line, then to the last visible line.
smartHome(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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.
source(String, NameSpace) - Method in class bsh.Interpreter
Read text from fileName and eval it.
source(String) - Method in class bsh.Interpreter
Read text from fileName and eval it.
spacesToTabs() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
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
 
specialConstructor - Variable in exception 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 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 bsh.StringUtil
 
split(int) - Method in class org.gjt.sp.jedit.View
Splits the view.
splitConfig - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
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.
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.
STAR - Static variable in interface bsh.ParserConstants
 
STARASSIGN - Static variable in interface 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 class org.gjt.sp.util.WorkThreadPool
Starts all the threads in this thread pool.
startDocument() - Method in class com.microstar.xml.HandlerBase
Handle the start of the document.
startDocument() - Method in interface com.microstar.xml.XmlHandler
Start the document.
startDocument() - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
startElement(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of an element.
startElement(String) - Method in interface com.microstar.xml.XmlHandler
Start an element.
startElement(String, String, String, Attributes) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
startExternalEntity(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of an external entity.
startExternalEntity(String) - Method in interface com.microstar.xml.XmlHandler
Begin an external entity.
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
 
Statement() - Method in class bsh.Parser
 
StatementExpression() - Method in class bsh.Parser
 
StatementExpressionList() - Method in class bsh.Parser
 
STATIC - Static variable in interface bsh.ParserConstants
 
staticFlag - Static variable in class 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
 
StatusBarOptionPane() - Constructor for class org.gjt.sp.jedit.options.StatusBarOptionPane
 
statusChanged(JEditTextArea, 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.
statusUpdate(WorkThreadPool, int) - Method in class org.gjt.sp.jedit.gui.StatusBar
 
statusUpdate(WorkThreadPool, int) - Method in interface org.gjt.sp.util.WorkThreadProgressListener
 
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.
str - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
str - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
STRICTFP - Static variable in interface bsh.ParserConstants
 
STRING_LITERAL - Static variable in interface bsh.ParserConstants
 
stringsEqual(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. Call objectsEqual() instead.
stringToToken(String) - Static method in class org.gjt.sp.jedit.syntax.Token
Converts a token type string to a token type constant.
StringUtil - Class in bsh
 
StringUtil() - Constructor for class 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.BracketMatcher() - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
 
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.
StructureMatcher.Match() - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
StructureMatcher.Match(StructureMatcher) - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
StructureMatcher.Match(StructureMatcher, int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
style - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
SUBPIXEL - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
subSequence(int, int) - Method in class org.gjt.sp.util.SegmentCharSequence
 
substitute(Object, String) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input.
substitute(Object, String, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input beginning at the specified index position.
substitute(Object, String, int, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input string, beginning at the specified index position and using the specified execution flags.
substituteAll(Object, String) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text.
substituteAll(Object, String, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index.
substituteAll(Object, String, int, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index and using the specified execution flags.
substituteInto(String) - Method in class gnu.regexp.REMatch
Substitute the results of this match to create a new string.
substitutions - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
swap(NameSpace) - Method in class bsh.CallStack
Swap in the value as the new top of the stack and return the old value.
SWAP - Static variable in interface 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 bsh.ParserConstants
 
SwitchLabel() - Method in class bsh.Parser
 
SwitchStatement() - Method in class bsh.Parser
 
SwitchTo(int) - Method in class bsh.ParserTokenManager
 
symlinkPath - Variable in class org.gjt.sp.jedit.io.VFSFile
Deprecated. Use the accessor/mutator methods instead.
SYNCHRONIZED - Static variable in interface bsh.ParserConstants
 
SynchronizedStatement() - Method in class 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
 
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 _