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 _

G

GE - Static variable in interface bsh.ParserConstants
 
GeneralOptionPane - Class in org.gjt.sp.jedit.options
 
GeneralOptionPane() - Constructor for class org.gjt.sp.jedit.options.GeneralOptionPane
 
generateClass(String, Modifiers, Class[], Class, BSHBlock, boolean, CallStack, Interpreter) - Method in class bsh.ClassGenerator
Parse the BSHBlock for the class definition and generate the class.
generateClass(String, Modifiers, Class[], Class, BSHBlock, boolean, CallStack, Interpreter) - Method in class bsh.ClassGeneratorImpl
 
generateClass() - Method in class bsh.ClassGeneratorUtil
Generate the class bytecode for this class.
generateClassImpl(String, Modifiers, Class[], Class, BSHBlock, boolean, CallStack, Interpreter) - Static method in class bsh.ClassGeneratorImpl
Parse the BSHBlock for for the class definition and generate the class using ClassGenerator.
generateParameterReifierCode(String[], boolean, CodeVisitor) - Static method in class bsh.ClassGeneratorUtil
Generates the code to reify the arguments of the given method.
generateParseException() - Method in class bsh.Parser
 
generateReturnCode(String, CodeVisitor) - Static method in class bsh.ClassGeneratorUtil
Generates the code to unreify the result of the given method.
GEOMETRY_WORKAROUND - Static variable in class org.gjt.sp.jedit.Debug
Geometry workaround for X11.
get(int) - Method in class bsh.CallStack
zero based.
get(String) - Method in class bsh.Interpreter
Get the value of the name.
get(String, Interpreter) - Method in class bsh.NameSpace
Resolve name to an object through this namespace.
get(int) - Method in class gnu.regexp.RESyntax
Check if a given bit is set in this syntax.
get(int) - Method in class org.gjt.sp.util.IntegerArray
 
getAbbrev() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getAbbrev() - Method in class org.gjt.sp.jedit.gui.EditAbbrevDialog
 
getAbbrevField() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getAction(String) - Method in class org.gjt.sp.jedit.ActionContext
Returns the specified action.
getAction(String) - Method in class org.gjt.sp.jedit.ActionSet
Returns an action with the specified name.
getAction(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the specified action.
getActionBar() - Method in class org.gjt.sp.jedit.View
Returns the action bar.
getActionContext() - Static method in class org.gjt.sp.jedit.browser.VFSBrowser
Returns the browser action context.
getActionContext() - Static method in class org.gjt.sp.jedit.jEdit
Returns the action context used to store editor actions.
getActionCount() - Method in class org.gjt.sp.jedit.ActionSet
Returns the number of actions in the set.
getActionNames() - Method in class org.gjt.sp.jedit.ActionContext
Returns all registered action names.
getActionNames() - Method in class org.gjt.sp.jedit.ActionSet
Returns an array of all action names in this action set.
getActionNames() - Static method in class org.gjt.sp.jedit.jEdit
Returns all registered action names.
getActions() - Method in class org.gjt.sp.jedit.ActionSet
Returns an array of all actions in this action set.
getActions() - Static method in class org.gjt.sp.jedit.jEdit
Deprecated. Call getActionNames() instead
getActions() - Method in class org.gjt.sp.jedit.PluginJAR
Deprecated. Call getActionSet() instead
getActionSet() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's action set for the jEdit action context jEdit.getActionContext().
getActionSetForAction(String) - Method in class org.gjt.sp.jedit.ActionContext
Returns the action set that contains the specified action.
getActionSetForAction(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the action set that contains the specified action.
getActionSetForAction(EditAction) - Static method in class org.gjt.sp.jedit.jEdit
Deprecated. Use the form that takes a String instead
getActionSets() - Method in class org.gjt.sp.jedit.ActionContext
Returns all registered action sets.
getActionSets() - Static method in class org.gjt.sp.jedit.jEdit
Returns all registered action sets.
getActive() - Method in class org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
Gets the active attribute of the ShortcutPrefixActiveEvent object
getActiveView() - Static method in class org.gjt.sp.jedit.jEdit
Returns the currently focused view.
getAfterCaretTextArea() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getAllMatches(Object) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input.
getAllMatches(Object, int) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input, beginning at the specified index position.
getAllMatches(Object, int, int) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input string, beginning at the specified index position and using the specified execution flags.
getAllNames() - Method in interface bsh.NameSource
 
getAllNames() - Method in class bsh.NameSpace
Implements NameSource
getAllNamesAux(Vector) - Method in class bsh.NameSpace
Helper for implementing NameSource
getAntiAlias() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
 
getArgumentTypes(String) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getArray() - Method in class org.gjt.sp.util.IntegerArray
 
getAttributeDefaultValue(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the default value of a declared attribute.
getAttributeDefaultValueType(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the default value type of a declared attribute.
getAttributeEnumeration(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the allowed values for an enumerated attribute type.
getAttributeExpandedValue(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the expanded value of a declared attribute.
getAttributeType(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the declared type of an attribute.
getAutosaveFile() - Method in class org.gjt.sp.jedit.Buffer
Returns the autosave file for this buffer.
getAutoWrapAround() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the auto wrap around flag.
getBackgroundColor() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the background color.
getBaseURL() - Method in class org.gjt.sp.jedit.help.HelpViewer
 
getBaseURL() - Method in interface org.gjt.sp.jedit.help.HelpViewerInterface
 
getBeanShellReplace() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the BeanShell replace flag.
getBeforeCaretTextArea() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getBeginColumn() - Method in class bsh.JavaCharStream
 
getBeginLine() - Method in class bsh.JavaCharStream
 
getBindings() - Method in class org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
Gets the bindings attribute of the ShortcutPrefixActiveEvent object
getBoolean() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getBooleanProperty(String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the value of a boolean property.
getBooleanProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a boolean property.
getBooleanProperty(String, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a boolean property.
getBooleanProperty(String) - Method in class org.gjt.sp.jedit.Mode
Returns the value of a boolean property.
getBorderInsets(Component) - Method in class org.gjt.sp.jedit.textarea.TextAreaBorder
 
getBottomDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getBrackets(String) - Method in class org.gjt.sp.jedit.indent.BracketIndentRule
 
getBrowserActionSet() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's action set for the file system browser action context VFSBrowser.getActionContext().
getBrowserView() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getBshIterator(Object) - Method in class bsh.collection.CollectionManagerImpl
 
getBshIterator(Object) - Method in class bsh.CollectionManager
 
getBuffer() - Method in class org.gjt.sp.jedit.EditPane
Returns the current buffer.
getBuffer(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the buffer with the specified path name.
getBuffer() - Method in class org.gjt.sp.jedit.msg.BufferChanging
 
getBuffer() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns the buffer involved.
getBuffer() - Method in class org.gjt.sp.jedit.search.HyperSearchFileNode
 
getBuffer() - Method in interface org.gjt.sp.jedit.search.HyperSearchNode
 
getBuffer() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
getBuffer() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
 
getBuffer() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the buffer this text area is editing.
getBuffer() - Method in class org.gjt.sp.jedit.View
Returns the current edit pane's buffer.
getBufferCount() - Static method in class org.gjt.sp.jedit.jEdit
Returns the number of open buffers.
getBufferLength() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the length of the buffer.
getBufferListeners() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns an array of registered buffer change listeners.
getBuffers() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of open buffers.
getBufferSwitcher() - Method in class org.gjt.sp.jedit.EditPane
Returns the buffer switcher combo box instance.
getBuild() - Static method in class org.gjt.sp.jedit.jEdit
Returns the internal version.
getBuiltInActionSet() - Static method in class org.gjt.sp.jedit.jEdit
Returns the set of commands built into jEdit.
getByte() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getCacheableActionNames() - Method in class org.gjt.sp.jedit.ActionSet
Returns an array of all action names in this action set that should be cached; namely, BeanShellActions.
getCachePath() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the full path name of this plugin's summary file.
getCapabilities() - Method in class org.gjt.sp.jedit.io.VFS
Returns the capabilities of this VFS.
getCaretColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the caret color.
getCaretLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the line number containing the caret.
getCaretPosition() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns a zero-based index of the caret position.
getCellRenderer(int, int) - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getChar() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getCheckedValues() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getChild(Object, int) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
getChildCount(Object) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
getChunkList() - Method in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
Returns the list of chunks.
getClass(String) - Method in class bsh.NameSpace
Load a class through this namespace taking into account imports.
getClassBeingDefined(String) - Method in class bsh.BshClassManager
This method is a temporary workaround used with definingClass.
getClassGenerator() - Static method in class bsh.ClassGenerator
 
getClassLoader() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's class loader.
getClassManager() - Method in class bsh.Interpreter
Get the class manager associated with this interpreter (the BshClassManager of this interpreter's global namespace).
getClassManager() - Method in class bsh.NameSpace
 
getClassName() - Method in class org.gjt.sp.jedit.EditPlugin.Broken
 
getClassName() - Method in class org.gjt.sp.jedit.EditPlugin.Deferred
 
getClassName() - Method in class org.gjt.sp.jedit.EditPlugin
Returns the plugin's class name.
getClassName() - Method in class org.objectweb.asm.Type
Returns the name of the class corresponding to this object type.
getClassNameByUnqName(String) - Method in class bsh.BshClassManager
Return the name or null if none is found, Throw an ClassPathException containing detail if name is ambigous.
getCode() - Method in class org.gjt.sp.jedit.BeanShellAction
 
getCode() - Method in class org.gjt.sp.jedit.EditAction
Returns the BeanShell code that will replay this action.
getCode() - Method in class org.gjt.sp.jedit.Macros.Macro
 
getCode() - Method in class org.gjt.sp.jedit.search.AllBufferSet
Returns the BeanShell code that will recreate this file set.
getCode() - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getCode() - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getCode() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getCode() - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the BeanShell code that will recreate this file set.
getCode() - Method in class org.objectweb.asm.CodeWriter
Returns the current bytecode of this method.
getCodeSize() - Method in class org.objectweb.asm.CodeWriter
Returns the current size of the bytecode of this method.
getCollectionManager() - Static method in class bsh.CollectionManager
 
getColor() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getColorHexString(Color) - Static method in class org.gjt.sp.jedit.GUIUtilities
Converts a color object to its hex value.
getColorProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a color property.
getColorProperty(String, Color) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a color property.
getColumn() - Method in class bsh.JavaCharStream
Deprecated.  
getColumn() - Method in exception com.microstar.xml.XmlException
Get the column number containing the error.
getColumnClass(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnCount() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnName(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnNumber() - Method in class com.microstar.xml.XmlParser
Return the current column number.
getColumnWidth(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getCommand(String) - Method in class bsh.NameSpace
Looks up a command.
getCommand(String, Class[], Interpreter) - Method in class bsh.NameSpace
A command is a scripted method or compiled command class implementing a specified method signature.
getComplementaryBracket(char, boolean[]) - Static method in class org.gjt.sp.jedit.TextUtilities
Given an opening bracket, return the corresponding closing bracket and store true in direction[0].
getComponent() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Returns the component that should be displayed for this option pane.
getComponent() - Method in class org.gjt.sp.jedit.help.HelpViewer
 
getComponent() - Method in interface org.gjt.sp.jedit.help.HelpViewerInterface
 
getComponent() - Method in interface org.gjt.sp.jedit.OptionPane
Returns the component that should be displayed for this option pane.
getComponentParent(Component, Class) - Static method in class org.gjt.sp.jedit.GUIUtilities
Finds a parent of the specified component.
getComponents() - Static method in class org.gjt.sp.jedit.EditBus
Returns an array of all components connected to the bus.
getConstructorArgs(String, This, Object[], int) - Static method in class bsh.ClassGeneratorUtil
Evaluate the arguments (if any) for the constructor specified by the constructor index.
getContextSensitiveProperty(int, String) - Method in class org.gjt.sp.jedit.Buffer
Some settings, like comment start and end strings, can vary between different parts of a buffer (HTML text and inline JavaScript, for example).
getContextSensitiveProperty(int, String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Some settings, like comment start and end strings, can vary between different parts of a buffer (HTML text and inline JavaScript, for example).
getCurrent() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
Returns the name of the dockable in this container.
getCurrentIndentForLine(int, int[]) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the line's current leading indent.
getCurrentLineForeground() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getDeclaredVariables() - Method in class bsh.NameSpace
 
getDefault() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getDefaultColorFor(String) - Static method in class org.gjt.sp.jedit.io.VFS
Returns color of the specified file name, by matching it against user-specified regular expressions.
getDefaultGroup() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
getDefaultGroup() - Method in class org.gjt.sp.jedit.options.GlobalOptions
 
getDefaultGroup() - Method in class org.gjt.sp.jedit.options.PluginOptions
 
getDefaultProperty(String) - Method in class org.gjt.sp.jedit.Buffer
 
getDefaultProperty(String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getDefaultValue(Class) - Static method in class bsh.Primitive
Get the appropriate default value per JLS 4.5.4
getDelegate() - Method in class org.gjt.sp.jedit.buffer.BufferChangeListener.Adapter
 
getDeletePath() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getDependentPlugins() - Method in class org.gjt.sp.jedit.PluginJAR
Returns an array of all plugins that depend on this one.
getDescriptor() - Method in class org.objectweb.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDigitRegexp() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getDimension() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
Returns the width or height (depending on position) of the dockable window container.
getDimensions() - Method in class org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getDirectory() - Method in class org.gjt.sp.jedit.Buffer
Returns the directory containing this buffer.
getDirectory() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getDirectoryField() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getDisplayManager() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
getDockable(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns the specified dockable window.
getDockable() - Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Returns the dockable in question, or null if the message type is PROPERTIES_CHANGED.
getDockables() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
getDockablesURI() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the location of the plugin's dockables.xml file.
getDockableTitle(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns the title of the specified dockable window.
getDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns the specified dockable window.
getDockableWindowManager() - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
getDockableWindowManager() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
getDockableWindowManager() - Method in class org.gjt.sp.jedit.View
Returns the dockable window manager associated with this view.
getDocument() - Method in class org.gjt.sp.jedit.gui.HistoryText
 
getDouble() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getDoubleProperty(String, double) - Static method in class org.gjt.sp.jedit.jEdit
 
getEditorIcon() - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns the default editor window image.
getEditPane() - Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
Returns the edit pane involved.
getEditPane() - Method in class org.gjt.sp.jedit.View
Returns the current edit pane.
getEditPanes() - Method in class org.gjt.sp.jedit.View
Returns all edit panes.
getEditServer() - Static method in class org.gjt.sp.jedit.jEdit
Returns the edit server instance.
getElectricScroll() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
getElementAt(int) - Method in class org.gjt.sp.jedit.buffer.KillRing
 
getElementContentModel(String) - Method in class com.microstar.xml.XmlParser
Look up the content model of an element.
getElementContentType(String) - Method in class com.microstar.xml.XmlParser
Look up the content type of an element.
getElementType() - Method in class org.objectweb.asm.Type
Returns the type of the elements of this array type.
getEncodings() - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns a list of supported character encodings.
getEnd() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the end offset of this selection.
getEnd(JEditBuffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the end of the portion of the selection falling on the specified line.
getEnd(JEditBuffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection.Range
 
getEnd(JEditBuffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getEndColumn() - Method in class bsh.JavaCharStream
 
getEndColumn(JEditBuffer) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getEndIndex() - Method in class gnu.regexp.REMatch
Returns the index within the input string where the match in its entirety ends.
getEndIndex(int) - Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub ends, or -1 if the subexpression does not exist.
getEndLine() - Method in class bsh.JavaCharStream
 
getEndLine() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the ending line number of this selection.
getEnterEnabled() - Method in class org.gjt.sp.jedit.gui.EnhancedDialog
 
getEntityNotationName(String) - Method in class com.microstar.xml.XmlParser
Get the notation name associated with an NDATA entity.
getEntityPublicId(String) - Method in class com.microstar.xml.XmlParser
Return an external entity's public identifier, if any.
getEntitySystemId(String) - Method in class com.microstar.xml.XmlParser
Return an external entity's system identifier.
getEntityType(String) - Method in class com.microstar.xml.XmlParser
Find the type of an entity.
getEntityValue(String) - Method in class com.microstar.xml.XmlParser
Return the value of an internal entity.
getEntry(String) - Static method in class org.gjt.sp.jedit.BufferHistory
 
getEOLMarkerColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the EOL marker color.
getEOLMarkersPainted() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if EOL markers are drawn, false otherwise.
getErr() - Method in interface bsh.ConsoleInterface
 
getErr() - Method in class bsh.Interpreter
Get the error output stream associated with this interpreter.
getErrorLineNumber() - Method in exception bsh.EvalError
 
getErrorLineNumber() - Method in exception bsh.ParseException
 
getErrorSourceFile() - Method in exception bsh.EvalError
 
getErrorSourceFile() - Method in exception bsh.ParseException
 
getErrorText() - Method in exception bsh.EvalError
 
getErrorText() - Method in exception bsh.ParseException
 
getEscapeRule() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getExpandedDirectories(Set) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
getExpandOnInput() - Static method in class org.gjt.sp.jedit.Abbrevs
Returns if abbreviations should be expanded after the user finishes typing a word.
getExpansion() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getExpansion() - Method in class org.gjt.sp.jedit.gui.EditAbbrevDialog
 
getExtendedAttribute(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getExtendedAttribute(String) - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
getExtendedAttribute(String) - Method in class org.gjt.sp.jedit.io.VFSFile
Returns the value of an extended attribute.
getExtendedAttributes() - Method in class org.gjt.sp.jedit.io.VFS
Returns the extended attributes supported by this VFS.
getExtensions() - Method in class org.gjt.sp.jedit.textarea.Gutter
Returns an array of registered text area extensions.
getExtensions() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns an array of registered text area extensions.
getExtraIndent() - Method in class org.gjt.sp.jedit.indent.IndentAction.AlignBracket
 
getFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
 
getField() - Method in class org.gjt.sp.jedit.gui.ActionBar
 
getField() - Method in class org.gjt.sp.jedit.search.SearchBar
 
GETFIELD - Static variable in interface org.objectweb.asm.Constants
 
getFile() - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Do not call this method, use Buffer.getPath() instead.
getFile() - Method in class org.gjt.sp.jedit.PluginJAR
Returns a file pointing to the plugin JAR.
getFileCount(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFileCount(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFileCount(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the number of files in this file set.
getFileExtension(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the extension of the specified filename, or an empty string if there is none.
getFileFilter() - Method in class org.gjt.sp.jedit.search.AllBufferSet
Returns the filename filter.
getFileFilter() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getFileName(String) - Method in class org.gjt.sp.jedit.io.VFS
Returns the file name component of the specified path.
getFileName(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the last component of the specified path.
getFilenameFilter() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Returns the file name filter glob.
getFileNameNoExtension(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the last component of the specified path name without the trailing extension (if there is one).
getFileParent(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. Call getParentOfPath() instead
getFileProtocol(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. Call getProtocolOfURL() instead
getFiles() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getFiles(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFiles(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFiles(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns all path names in this file set.
getFileSeparator() - Method in class org.gjt.sp.jedit.io.FileVFS
 
getFileSeparator() - Method in class org.gjt.sp.jedit.io.VFS
Returns the file separator used by this VFS.
getFilesystems() - Static method in class org.gjt.sp.jedit.io.VFSManager
Deprecated. Use getVFSs() instead.
getFileVFS() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the local filesystem VFS.
getFirstBuffer() - Static method in class org.gjt.sp.jedit.jEdit
Returns the first buffer.
getFirstFile(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFirstFile(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFirstFile(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the first file to search.
getFirstInvalidFoldLevel() - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getFirstInvalidLineContext() - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getFirstLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the vertical scroll bar position.
getFirstPhysicalLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the first visible physical line index.
getFirstSeparatorIndex(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Return the first index of either / or the OS-specific file separator.
getFirstToken() - Method in class org.gjt.sp.jedit.Buffer.TokenList
Deprecated.  
getFirstView() - Static method in class org.gjt.sp.jedit.jEdit
Returns the first view.
getFirstVisibleLine() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the physical line number of the first visible line.
getFloat() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getFocusCycleRoot() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Java 1.4 compatibility fix to make Tab traversal work in a sane manner.
getFocusTraversalKeysEnabled() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
Makes the tab key work in Java 1.4.
getFocusTraversalKeysEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Java 1.4 compatibility fix to make Tab key work.
getFocusTraversalKeysEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Makes the tab key work in Java 1.4.
getFoldAtLine(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns an array.
getFoldColor() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getFoldHandler(String) - Static method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns the fold handler with the specified name, or null if there is no registered handler with that name.
getFoldHandler() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the current buffer's fold handler.
getFoldLevel(JEditBuffer, int, Segment) - Method in class org.gjt.sp.jedit.buffer.DummyFoldHandler
Returns the fold level of the specified line.
getFoldLevel(JEditBuffer, int, Segment) - Method in class org.gjt.sp.jedit.buffer.ExplicitFoldHandler
Returns the fold level of the specified line.
getFoldLevel(JEditBuffer, int, Segment) - Method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns the fold level of the specified line.
getFoldLevel(JEditBuffer, int, Segment) - Method in class org.gjt.sp.jedit.buffer.IndentFoldHandler
Returns the fold level of the specified line.
getFoldLevel(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the fold level of the specified line.
getFoldLevel(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getFoldLineStyle() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the fold line style.
getFoldModes() - Static method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns an array containing the names of all registered fold handlers.
getFont() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the style font.
getFontMetrics() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the font metrics used by this component.
getFontProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a font property.
getFontProperty(String, Font) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a font property.
getFontRenderContext() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the font render context.
getForegroundColor() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the text color.
getFrames() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
getFromMap(Object, Object) - Method in class bsh.collection.CollectionManagerImpl
 
getFromMap(Object, Object) - Method in class bsh.CollectionManager
 
getGlobal(Interpreter) - Method in class bsh.NameSpace
Get the top level namespace or this namespace if we are the top.
getGlobalAbbrevs() - Static method in class org.gjt.sp.jedit.Abbrevs
Returns the global abbreviation set.
getGutter() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the gutter to the left of the text area or null if the gutter is disabled
getHandler(String) - Static method in class org.gjt.sp.jedit.Macros
Returns the macro handler with the specified name, or null if there is no registered handler with that name.
getHandler() - Method in class org.gjt.sp.jedit.Macros.Macro
 
getHandlerForPathName(String) - Static method in class org.gjt.sp.jedit.Macros
Returns the macro handler suitable for running the specified file name, or null if there is no suitable handler.
getHandlers() - Static method in class org.gjt.sp.jedit.Macros
Returns an array containing the list of registered macro handlers
getHeaderField(String) - Method in class org.gjt.sp.jedit.proto.jeditresource.PluginResURLConnection
 
getHighlightDigits() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getHighlightedForeground() - Method in class org.gjt.sp.jedit.textarea.Gutter
Get the foreground color for highlighted line numbers
getHighlightInterval() - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the number of lines between highlighted line numbers.
getHistory() - Static method in class org.gjt.sp.jedit.BufferHistory
 
getHorizontalOffset() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the horizontal offset of drawn lines.
getIcon() - Method in class org.gjt.sp.jedit.Buffer
Returns this buffer's icon.
getIcon() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
getIconForFile(VFSFile, boolean) - Static method in class org.gjt.sp.jedit.browser.FileCellRenderer
 
getIconForFile(VFSFile, boolean, boolean) - Static method in class org.gjt.sp.jedit.browser.FileCellRenderer
 
getIconHeight() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
getIconWidth() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
getIdealIndentForLine(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the ideal leading indent for the specified line.
getIgnoreCase() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the ignore case flag.
getIgnoreCase() - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Returns true if the keyword map is set to be case insensitive, false otherwise.
getIgnoreCase() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
GetImage() - Method in class bsh.JavaCharStream
 
getImportedMethod(String, Class[]) - Method in class bsh.NameSpace
 
getImportedVar(String) - Method in class bsh.NameSpace
 
getIn() - Method in interface bsh.ConsoleInterface
 
getIn() - Method in class bsh.Interpreter
Get the input stream associated with this interpreter.
getIndentSize() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the indent size used in this buffer.
getIndex() - Method in class org.gjt.sp.jedit.Buffer
Returns the position of this buffer in the buffer list.
getIndex() - Method in class org.gjt.sp.jedit.gui.HistoryText
 
getIndexOfChild(Object, Object) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
getInputHandler() - Static method in class org.gjt.sp.jedit.jEdit
Returns the current input handler (key binding to action mapping)
getInputHandler() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
getInputHandler() - Method in class org.gjt.sp.jedit.View
Returns the input handler.
getInputStart() - Method in class org.gjt.sp.jedit.gui.HistoryText
Subclasses can override this to provide funky history behavior, for JTextPanes and such.
getInputStream() - Method in class org.gjt.sp.jedit.proto.jeditresource.PluginResURLConnection
 
getInstance() - Static method in class org.gjt.sp.jedit.buffer.KillRing
 
getInstance() - Static method in class org.gjt.sp.jedit.gui.DockableWindowFactory
 
getInstance() - Static method in class org.gjt.sp.jedit.pluginmgr.PluginManager
Returns the currently visible plugin manager window, or null.
getInstantPopups() - Method in class org.gjt.sp.jedit.gui.HistoryText
Returns if selecting a value from the popup should immediately fire an ActionEvent.
getInstantPopups() - Method in class org.gjt.sp.jedit.gui.HistoryTextArea
Returns if selecting a value from the popup should immediately fire an ActionEvent.
getInstantPopups() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Returns if selecting a value from the popup should immediately fire an ActionEvent.
getInt() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getIntegerProperty(String, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the value of an integer property.
getIntegerProperty(String, int) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of an integer property.
getInterface(Class) - Method in class bsh.Interpreter
Get a reference to the interpreter (global namespace), cast to the specified interface type.
getInterface(Class) - Method in class bsh.This
Get a version of this scripted object implementing the specified interface.
getInterface(Class[]) - Method in class bsh.This
Get a version of this scripted object implementing the specified interfaces.
getInternalName() - Method in class org.objectweb.asm.Type
Returns the internal name of the class corresponding to this object type.
getInternalName(Class) - Static method in class org.objectweb.asm.Type
Returns the internal name of the given class.
getInvocationLine() - Method in class bsh.NameSpace
 
getInvocationText() - Method in class bsh.NameSpace
 
getIOThreadPool() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the I/O thread pool.
getItem(int) - Method in class org.gjt.sp.jedit.gui.HistoryModel
Returns an item from the history list.
getJARCacheDirectory() - Static method in class org.gjt.sp.jedit.jEdit
Returns the directory where plugin cache files are stored.
getJEditHome() - Static method in class org.gjt.sp.jedit.jEdit
Returns the jEdit install directory.
getJoinNonWordChars() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
If set, double clicking will join non-word characters to form one "word".
getKeyBinding(String) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Returns either an edit action, or a hashtable if the specified key is a prefix.
getKeyEventInterceptor() - Method in class org.gjt.sp.jedit.View
Returns the listener that will handle all key events in this view, if any.
getKeywordMapAtOffset(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the syntax highlighting keyword map in effect at the specified offset.
getKeywords() - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Returns an array containing all keywords in this keyword map.
getKeywords() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getLabel() - Method in class org.gjt.sp.jedit.ActionSet
Return the action source label.
getLabel() - Method in class org.gjt.sp.jedit.EditAction
Returns the action's label.
getLabel() - Method in class org.gjt.sp.jedit.Macros.Handler
 
getLabel() - Method in class org.gjt.sp.jedit.OptionGroup
Returns the option group's human-readable label.
getLastAction() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns the last executed action.
getLastActionCount() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns the number of times the last action was executed.
getLastBuffer() - Static method in class org.gjt.sp.jedit.jEdit
Returns the last buffer.
getLastMacro() - Static method in class org.gjt.sp.jedit.Macros
 
getLastModified() - Method in class org.gjt.sp.jedit.Buffer
Returns the last time jEdit modified the file on disk.
getLastPhysicalLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the last visible physical line index.
getLastScreenLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
getLastSeparatorIndex(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Return the last index of either / or the OS-specific file separator.
getLastView() - Static method in class org.gjt.sp.jedit.jEdit
Returns the last view.
getLastVisibleLine() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the physical line number of the last visible line.
getLayoutAlignmentX(Container) - Method in class org.gjt.sp.jedit.gui.DockableLayout
 
getLayoutAlignmentX(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Always returns 0.5.
getLayoutAlignmentY(Container) - Method in class org.gjt.sp.jedit.gui.DockableLayout
 
getLayoutAlignmentY(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Always returns 0.5.
getLeadingWhiteSpace(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. use StandardUtilities.getLeadingWhiteSpace(String)
getLeadingWhiteSpace(String) - Static method in class org.gjt.sp.util.StandardUtilities
Returns the number of leading white space characters in the specified string.
getLeadingWhiteSpaceWidth(String, int) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. use StandardUtilities.getLeadingWhiteSpace(String)
getLeadingWhiteSpaceWidth(String, int) - Static method in class org.gjt.sp.util.StandardUtilities
Returns the width of the leading white space in the specified string.
getLeftDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getLength() - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
getLength() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the number of characters in the buffer.
getLength() - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
getLength() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getLine() - Method in class bsh.JavaCharStream
Deprecated.  
getLine() - Method in exception com.microstar.xml.XmlException
Get the line number containing the error.
getLineContext(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineContext() - 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).
getLineCount() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the number of physical lines in the buffer.
getLineCount() - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineCount() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the number of physical lines in the buffer.
getLineEndOffset(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the end offset of the specified line.
getLineEndOffset(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineEndOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the end offset of the specified line.
getLineHighlightColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the line highlight color.
getLineLength(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the length of the specified line.
getLineLength(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the length of the specified line.
getLineNumber() - Method in class com.microstar.xml.XmlParser
Return the current line number.
getLineNumberAlignment() - Method in class org.gjt.sp.jedit.textarea.Gutter
Identifies whether the horizontal alignment of the line numbers.
getLineOfOffset(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the line containing the specified offset.
getLineOfOffset(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineOfOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the line containing the specified offset.
getLineSeparator() - Method in class gnu.regexp.RESyntax
Returns the currently active line separator string.
getLineStartOffset(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the start offset of the specified line.
getLineStartOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the start offset of the specified line.
getLineText(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the text on the specified line.
getLineText(int, Segment) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the specified line in a Segment.
getLineText(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the text on the specified line.
getLineText(int, Segment) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Copies the text on the specified line into a segment.
getLogListModel() - Static method in class org.gjt.sp.util.Log
Returns the list model for viewing the log contents.
getLong() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getLongestPrefix(List, boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the longest common prefix in the given set of strings.
getLongestPrefix(String[], boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the longest common prefix in the given set of strings.
getLongestPrefix(Object[], boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the longest common prefix in the given set of strings.
getMacro(String) - Static method in class org.gjt.sp.jedit.Macros
Returns the macro with the specified name.
getMacroActionSet() - Static method in class org.gjt.sp.jedit.Macros
Returns an action set with all known macros in it.
getMacroHierarchy() - Static method in class org.gjt.sp.jedit.Macros
Returns a vector hierarchy with all known macros in it.
getMacroRecorder() - Method in class org.gjt.sp.jedit.View
Returns the macro recorder.
getMagicCaretPosition() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns an internal position used to keep the caret in one column while moving around lines of varying lengths.
getMainRuleSet() - Method in class org.gjt.sp.jedit.syntax.TokenMarker
 
getMarker(char) - Method in class org.gjt.sp.jedit.Buffer
Returns the marker with the specified shortcut.
getMarkerAtLine(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the first marker at the specified line, or null if there is none.
getMarkerInRange(int, int) - Method in class org.gjt.sp.jedit.Buffer
Returns the first marker within the specified range.
getMarkerNameString() - Method in class org.gjt.sp.jedit.Buffer
Returns a string of all set markers, used by the status bar (eg, "a b $ % ^").
getMarkers() - Method in class org.gjt.sp.jedit.Buffer
Returns a vector of markers.
getMarkerStatusPrompt(String) - Method in class org.gjt.sp.jedit.Buffer
Returns the status prompt for the given marker action.
getMarkLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Do not use.
getMarkPosition() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Do not use.
getMatch(Object) - Method in class gnu.regexp.RE
Returns the first match found in the input.
getMatch(Object, int) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index.
getMatch(Object, int, int) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(Object, int, int, StringBuffer) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(JEditTextArea) - Method in class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
 
getMatch(JEditTextArea) - Method in interface org.gjt.sp.jedit.textarea.StructureMatcher
Returns the element matching the one at the given text area's caret position, or null.
getMatchEnumeration(Object) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int, int) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMember(int) - Method in class org.gjt.sp.jedit.OptionGroup
 
getMemberCount() - Method in class org.gjt.sp.jedit.OptionGroup
 
getMemberIndex(Object) - Method in class org.gjt.sp.jedit.OptionGroup
 
getMembers() - Method in class org.gjt.sp.jedit.OptionGroup
 
getMenuName() - Method in class org.gjt.sp.jedit.msg.DynamicMenuChanged
Returns the name of the menu in question.
getMessage() - Method in exception bsh.EvalError
 
getMessage() - Method in exception bsh.ParseException
 
getMessage(boolean) - Method in exception bsh.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error bsh.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception com.microstar.xml.XmlException
Get the error message from the parser.
getMessage() - Method in exception gnu.regexp.REException
Reports the descriptive message associated with this exception as well as its index position in the string or character array being compiled.
getMethod(String, Class[]) - Method in class bsh.NameSpace
 
getMethod(String, Class[], boolean) - Method in class bsh.NameSpace
Get the bsh method matching the specified signature declared in this name space or a parent.
getMethodDescriptor(Type, Type[]) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given method.
getMethodNames() - Method in class bsh.NameSpace
Get the names of methods declared in this namespace.
getMethods() - Method in class bsh.NameSpace
Get the methods defined in this namespace.
getMinimumLength() - Method in class gnu.regexp.RE
Returns the minimum number of characters that could possibly constitute a match of this regular expression.
getMinimumSize() - Method in class org.gjt.sp.jedit.EditPane
Returns 0,0 for split pane compatibility.
getMinimumSize() - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
getMinimumSize() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getMinimumSize() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the painter's minimum size.
getMinimumSize() - Method in class org.gjt.sp.jedit.View
 
getMode() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getMode() - Method in class org.gjt.sp.jedit.Buffer
Returns this buffer's edit mode.
getMode(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the edit mode with the specified name.
getModeAbbrevs() - Static method in class org.gjt.sp.jedit.Abbrevs
Returns the mode-specific abbreviation set.
getModel(String) - Static method in class org.gjt.sp.jedit.gui.HistoryModel
Returns a named model.
getModel() - Method in class org.gjt.sp.jedit.gui.HistoryText
Returns the underlying history controller.
getModel() - Method in class org.gjt.sp.jedit.gui.HistoryTextArea
Returns the underlying history controller.
getModel() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Returns the underlying history model.
getModeName() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getModeProperties() - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
getModes() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of installed edit modes.
getModified() - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
getModifiers() - Method in class bsh.BshMethod
 
getModifiers() - Method in class bsh.Variable
 
getModifierString(InputEvent) - Static method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Returns a string containing symbolic modifier names set in the specified event.
getModifierString(InputEvent) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Returns a string containing symbolic modifier names set in the specified event.
getMouseOverText() - Method in class org.gjt.sp.jedit.EditAction
Returns the action's mouse over message.
getMultipleSelectionColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the multiple selection color.
getName() - Method in class bsh.BshMethod
 
getName() - Method in class bsh.NameSpace
The name of this namespace.
getName() - Method in class bsh.Variable
 
getName() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Returns the internal name of this option pane.
getName() - Method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns the internal name of this FoldHandler
getName() - Method in class org.gjt.sp.jedit.Buffer
Returns the name of this buffer.
getName() - Method in class org.gjt.sp.jedit.EditAction
Returns the internal name of this action.
getName() - Method in class org.gjt.sp.jedit.gui.HistoryModel
Returns the name of this history list.
getName() - Method in class org.gjt.sp.jedit.io.VFS
Returns this VFS's name.
getName() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getName() - Method in class org.gjt.sp.jedit.Macros.Handler
 
getName() - Method in class org.gjt.sp.jedit.Mode
Returns the internal name of this edit mode.
getName() - Method in class org.gjt.sp.jedit.OptionGroup
 
getName() - Method in interface org.gjt.sp.jedit.OptionPane
Returns the internal name of this option pane.
getName() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getNameSpace() - Method in class bsh.Interpreter
Get the global namespace of this interpreter.
getNameSpace() - Method in class bsh.This
 
getNameSpace() - Static method in class org.gjt.sp.jedit.BeanShell
Returns the global namespace.
getNext() - Method in class org.gjt.sp.jedit.Buffer
Returns the next buffer in the list.
getNext() - Method in class org.gjt.sp.jedit.View
Returns the next view in the list.
getNextFile(View, String) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getNextFile(View, String) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getNextFile(View, String) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the next file to search.
getNextToken() - Method in class bsh.Parser
 
getNextToken() - Method in class bsh.ParserTokenManager
 
getNextURLs() - Method in class org.gjt.sp.jedit.help.HelpHistoryModel
 
getNextVisibleLine(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the next visible line after the specified line index.
getNodeFile() - Method in class org.gjt.sp.jedit.search.HyperSearchFolderNode
 
getNonAlphaNumericChars() - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Returns all non-alphanumeric characters that appear in the keywords of this keyword map.
getNotationPublicId(String) - Method in class com.microstar.xml.XmlParser
Look up the public identifier for a notation.
getNotationSystemId(String) - Method in class com.microstar.xml.XmlParser
Look up the system identifier for a notation.
getNotLoadedPluginJARs() - Static method in class org.gjt.sp.jedit.jEdit
Returns a list of plugin JARs that are not currently loaded by examining the user and system plugin directories.
getNoWordSep() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getNumSubs() - Method in class gnu.regexp.RE
Returns the maximum number of subexpressions in this regular expression.
getObject() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getOffsetOfVirtualColumn(int, int, int[]) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the offset of a virtual column number (taking tabs into account) relative to the start of the line in question.
getOffsetOfVirtualColumn(Segment, int, int, int[]) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. use StandardUtilities.getVirtualWidth(javax.swing.text.Segment, int)
getOffsetOfVirtualColumn(Segment, int, int, int[]) - Static method in class org.gjt.sp.util.StandardUtilities
Returns the array offset of a virtual column number (taking tabs into account) in the segment.
getOpcode(int) - Method in class org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOpenBracketColumn() - Method in class org.gjt.sp.jedit.indent.IndentAction.AlignBracket
 
getOpenBracketLine() - Method in class org.gjt.sp.jedit.indent.IndentAction.AlignBracket
 
getOut() - Method in interface bsh.ConsoleInterface
 
getOut() - Method in class bsh.Interpreter
Get the outptut stream associated with this interpreter.
getPageFormat() - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_3
 
getPageFormat() - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_4
 
getPainter() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the object responsible for painting this text area.
getParameterNames() - Method in class bsh.BshMethod
 
getParameterTypes() - Method in class bsh.BshMethod
Get the argument types of this method.
getParameterTypes() - Method in class bsh.DelayedEvalBshMethod
 
getParamTypeDescriptors() - Method in class bsh.DelayedEvalBshMethod
 
getParent() - Method in class bsh.Interpreter
Get the parent Interpreter of this interpreter, if any.
getParent() - Method in class bsh.NameSpace
Get the parent namespace.
getParentDialog(Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
Traverses the given component's parent tree looking for an instance of JDialog, and return it.
getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
 
getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FileRootsVFS
 
getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FileVFS
 
getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.VFS
Returns the parent of the specified path.
getParentOfPath(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the parent of the specified path.
getParserRuleSet(TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
getPath() - Method in class org.gjt.sp.jedit.Buffer
Returns the path name of this buffer.
getPath() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getPath() - Method in class org.gjt.sp.jedit.Macros.Macro
 
getPath() - Method in class org.gjt.sp.jedit.msg.VFSUpdate
Returns the path that changed.
getPath() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the full path name of this plugin's JAR file.
getPatternProperty(String, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the value of a property as a regular expression.
getPermissions(String) - Static method in class org.gjt.sp.jedit.io.FileVFS
Returns numeric permissions of a file.
getPhysicalLineOfScreenLine(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the physical line number that contains the specified screen line.
getPlugin(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the plugin with the specified class name.
getPlugin(String, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Returns the plugin with the specified class name.
getPlugin() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin core class for this JAR file.
getPluginIcon() - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns the default plugin window image.
getPluginJAR() - Method in class org.gjt.sp.jedit.ActionSet
Return the plugin this action set was loaded from, or null.
getPluginJAR() - Method in class org.gjt.sp.jedit.EditPlugin
Returns the JAR file containing this plugin.
getPluginJAR(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the JAR with the specified path name.
getPluginJAR() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns the plugin involved.
getPluginJARs() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of installed plugins.
getPluginList() - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
getPlugins() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of installed plugins.
getPort() - Method in class org.gjt.sp.jedit.EditServer
 
getPosition() - Method in exception gnu.regexp.REException
Returns the position, relative to the string or character array being compiled, where the error occurred.
getPosition() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
getPosition() - Method in class org.gjt.sp.jedit.Marker
Returns the position of this marker.
getPositions() - Method in class org.gjt.sp.jedit.syntax.Chunk
 
getPreferredSize() - Method in class org.gjt.sp.jedit.menu.EnhancedCheckBoxMenuItem
 
getPreferredSize() - Method in class org.gjt.sp.jedit.menu.EnhancedMenuItem
 
getPreferredSize() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getPreferredSize() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the painter's preferred size.
getPrev() - Method in class org.gjt.sp.jedit.Buffer
Returns the previous buffer in the list.
getPrev() - Method in class org.gjt.sp.jedit.View
Returns the previous view in the list.
getPreviousURLs() - Method in class org.gjt.sp.jedit.help.HelpHistoryModel
 
getPrevVisibleLine(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the previous visible line before the specified line index.
getPriorNonEmptyLine(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Auto indent needs this.
getProgressMaximum() - Method in class org.gjt.sp.util.WorkThread
Returns the progress maximum.
getProgressValue() - Method in class org.gjt.sp.util.WorkThread
Returns the progress value.
getProperties() - Static method in class org.gjt.sp.jedit.jEdit
Returns the properties object which contains all known jEdit properties.
getProperties() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getProperty(Object) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the value of a buffer-local property.
getProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Fetches a property, returning null if it's not defined.
getProperty(String, String) - Static method in class org.gjt.sp.jedit.jEdit
Fetches a property, returning the default value if it's not defined.
getProperty(String, Object[]) - Static method in class org.gjt.sp.jedit.jEdit
Returns the property with the specified name.
getProperty(String) - Method in class org.gjt.sp.jedit.Mode
Returns a mode property.
getProtocolOfURL(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the protocol specified by a URL.
getRate() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
getReflectManager() - Static method in class bsh.ReflectManager
Return the singleton bsh ReflectManager.
getRegexp() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the regular expression flag.
getRegister(char) - Static method in class org.gjt.sp.jedit.Registers
Returns the specified register.
getRegisteredDockableWindows() - Method in class org.gjt.sp.jedit.gui.DockableWindowFactory
 
getRegisteredDockableWindows() - Static method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getRegisterName() - Method in class org.gjt.sp.jedit.msg.RegisterChanged
 
getRegisterNameString() - Static method in class org.gjt.sp.jedit.Registers
Returns a string of all defined registers, used by the status bar (eg, "a b $ % ^").
getRegisters() - Static method in class org.gjt.sp.jedit.Registers
Returns an array of all available registers.
getRegisterStatusPrompt(String) - Static method in class org.gjt.sp.jedit.Registers
Returns the status prompt for the given register action.
getRegisterValue() - Method in class org.gjt.sp.jedit.msg.RegisterChanged
 
getRepeatCount() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns the number of times the next action will be repeated.
getReplaceString() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current replacement string.
getRequestCount() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the number of pending I/O requests.
getRequestCount() - Method in class org.gjt.sp.util.WorkThreadPool
Returns the number of pending requests.
getResolvedMethod(Class, String, Class[], boolean) - Method in class bsh.BshClassManager
Return a previously cached resolved method.
getResource(String) - Method in class bsh.BshClassManager
Get a resource URL using the BeanShell classpath
getResource(String) - Method in class org.gjt.sp.jedit.JARClassLoader
 
getResourceAsPath(String) - Method in class org.gjt.sp.jedit.JARClassLoader
 
getResourceAsStream(String) - Method in class bsh.BshClassManager
Get a resource stream using the BeanShell classpath
getResourceAsStream(String) - Method in class org.gjt.sp.jedit.JARClassLoader
 
getReturnType() - Method in class bsh.BshMethod
Get the return type of the method.
getReturnType() - Method in class bsh.DelayedEvalBshMethod
 
getReturnType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method.
getReturnTypeDescriptor() - Method in class bsh.DelayedEvalBshMethod
 
getReverseSearch() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the reverse search flag.
getRightClickPopup() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the right click popup menu.
getRightDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getRoot() - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
getRootDirectory() - Static method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getRowCount() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getRuleCount() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getRules(char) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getRuleSet(String) - Method in class org.gjt.sp.jedit.syntax.TokenMarker
 
getRuleSetAtOffset(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the syntax highlighting ruleset at the specified offset.
getRuleSets() - Method in class org.gjt.sp.jedit.syntax.TokenMarker
 
getScreenBounds() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns the bounds of the default screen.
getScreenBounds(Rectangle) - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns the bounds of the (virtual) screen that the window should be in
getScreenLineCount(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
 
getScreenLineEndOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the end offset of the specified screen (wrapped) line.
getScreenLineOfOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the screen (wrapped) line containing the specified offset.
getScreenLineStartOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the start offset of the specified screen (wrapped) line.
getScriptStackTrace() - Method in exception bsh.EvalError
 
getScrollLineCount() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
 
getSearchBar() - Method in class org.gjt.sp.jedit.View
Returns the search bar.
getSearchDialog(View) - Static method in class org.gjt.sp.jedit.search.SearchDialog
 
getSearchFileSet() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search file set.
getSearchMatcher() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search string matcher.
getSearchString() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search string.
getSegmentMapKey(Segment, int, int) - Method in class org.gjt.sp.jedit.syntax.KeywordMap
 
getSelectedColor() - Method in class org.gjt.sp.jedit.gui.ColorWellButton
 
getSelectedFiles() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getSelectedFiles() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
getSelectedFiles() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
getSelectedLines() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns a sorted array of line numbers on which a selection or selections are present.
getSelectedText(Selection) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the text in the specified selection.
getSelectedText(String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the text in all active selections.
getSelectedText() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the text in all active selections, with a newline between each text chunk.
getSelectedValue() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getSelection() - Method in class org.gjt.sp.jedit.BufferHistory.Entry
 
getSelection() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
Returns an array of selection objects pointing to the occurrences of the search term on the current line.
getSelection() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the current selection.
getSelection(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the selection with the specified index.
getSelectionAtOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the selection containing the specific offset, or null if there is no selection at that offset.
getSelectionColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the selection color.
getSelectionCount() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the number of selections.
getSelectionEnd() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getEnd() method
getSelectionEnd(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getEnd(int) method
getSelectionEndLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getEndLine() method
getSelectionIterator() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the current selection.
getSelectionStart() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getStart() method
getSelectionStart(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getStart(int) method
getSelectionStartLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getStartLine() method
getService(String, String) - Static method in class org.gjt.sp.jedit.ServiceManager
Returns an instance of the given service.
getServiceNames(String) - Static method in class org.gjt.sp.jedit.ServiceManager
Returns the names of all registered services with the given class.
getServicesURI() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the location of the plugin's services.xml file.
getServiceTypes() - Static method in class org.gjt.sp.jedit.ServiceManager
Returns all known service class types.
getSetName() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getSettingsDirectory() - Static method in class org.gjt.sp.jedit.jEdit
Returns the path of the directory where user-specific settings are stored.
getShort() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getShortcut() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
Returns the shortcut, or null if the current shortcut should be removed or the dialog either has been cancelled.
getShortcut() - Method in class org.gjt.sp.jedit.Marker
Returns the marker's shortcut character.
getShortURL() - Method in class org.gjt.sp.jedit.help.HelpViewer
 
getShortURL() - Method in interface org.gjt.sp.jedit.help.HelpViewerInterface
 
getShowHiddenFiles() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getSize() - Method in class org.gjt.sp.jedit.buffer.KillRing
 
getSize() - Method in class org.gjt.sp.util.IntegerArray
 
getSize() - Method in class org.objectweb.asm.Type
Returns the size of values of this type.
getSmartCaseReplace() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns if the replacement string will assume the same case as each specific occurrence of the search string.
getSort() - Method in class org.objectweb.asm.Type
Returns the sort of this Java type.
getSource() - Method in class org.gjt.sp.jedit.EBMessage
Returns the sender of this message.
getSourceFileInfo() - Method in class bsh.Interpreter
Specify the source of the text from which this interpreter is reading.
getSplitPane() - Method in class org.gjt.sp.jedit.View
Returns the top-level split pane, if any.
getStandardRuleSet(byte) - Static method in class org.gjt.sp.jedit.syntax.ParserRuleSet
Returns a parser rule set that highlights everything with the specified token type.
getStart() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the start offset of this selection.
getStart(JEditBuffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the beginning of the portion of the selection falling on the specified line.
getStart(JEditBuffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection.Range
 
getStart(JEditBuffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getStartColumn(JEditBuffer) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getStartIndex() - Method in class gnu.regexp.REMatch
Returns the index within the input text where the match in its entirety began.
getStartIndex(int) - Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub begins, or -1 if the subexpression does not exist.
getStartLine() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the starting line number of this selection.
GETSTATIC - Static variable in interface org.objectweb.asm.Constants
 
getStatus() - Method in class org.gjt.sp.jedit.View
Returns the status bar.
getStatus() - Method in class org.gjt.sp.util.WorkThread
Returns the status text.
getStrictJava() - Method in class bsh.Interpreter
 
getStringCase(String) - Static method in class org.gjt.sp.jedit.TextUtilities
Returns if the specified string is all upper case, all lower case, or title case (first letter upper case, rest lower case).
getStringProperty(String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the value of a string property.
getStringWidth(String) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the width of the given string, in pixels, using the text area's current font.
getStructureHighlightColor() - Method in class org.gjt.sp.jedit.textarea.Gutter
Returns the structure highlight color.
getStructureHighlightColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the structure highlight color.
getStructureMatch() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the structure element (bracket, or XML tag, etc) matching the one before the caret.
getStyles() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the syntax styles used to paint colorized text.
getStyleString(SyntaxStyle) - Static method in class org.gjt.sp.jedit.GUIUtilities
Converts a style into it's string representation.
getSubEndIndex(int) - Method in class gnu.regexp.REMatch
Deprecated. Use getEndIndex(int) instead
getSubStartIndex(int) - Method in class gnu.regexp.REMatch
Deprecated. Use getStartIndex(int) instead.
GetSuffix(int) - Method in class bsh.JavaCharStream
 
getSuper(Interpreter) - Method in class bsh.NameSpace
Get the parent namespace' This reference or this namespace' This reference if we are the top.
getSymbolicModifierName(int) - Static method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Returns a the symbolic modifier name for the specified Java modifier flag.
getSymbolicModifierName(int) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Returns a the symbolic modifier name for the specified Java modifier flag.
getSymbolicName(int) - Static method in class org.gjt.sp.jedit.gui.GrabKeyDialog
 
getSymlinkPath() - Method in class org.gjt.sp.jedit.Buffer
If this file is a symbolic link, returns the link destination.
getSymlinkPath() - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
getSymlinkPath() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getSystemId() - Method in exception com.microstar.xml.XmlException
Get the URI of the entity containing the error.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.gjt.sp.jedit.browser.FileCellRenderer
 
getTabSize() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the tab size used in this buffer.
getTarget() - Method in exception bsh.TargetError
 
getTargetClass() - Method in class bsh.ClassIdentifier
 
getTerminateChar() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
Returns the number of chars that can be read before the rule parsing stops.
getText(int, int) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
getText(int, int, Segment) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
getText(int, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the specified text range.
getText(int, int, Segment) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the specified text range in a Segment.
getText() - Method in class org.gjt.sp.jedit.gui.HistoryText
Subclasses can override this to provide funky history behavior, for JTextPanes and such.
getText(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the specified substring of the buffer.
getText(int, int, Segment) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Copies the specified substring of the buffer into a segment.
getText() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the entire text of this text area.
getTextArea() - Method in class org.gjt.sp.jedit.EditPane
Returns the view's text area.
getTextArea() - Method in class org.gjt.sp.jedit.msg.TextAreaUpdate
 
getTextArea() - Method in class org.gjt.sp.jedit.View
Returns the current edit pane's text area.
getThread(int) - Method in class org.gjt.sp.util.WorkThreadPool
Returns the specified thread.
getThreadCount() - Method in class org.gjt.sp.util.WorkThreadPool
Returns the number of threads in this pool.
getToken(int) - Method in class bsh.Parser
 
getTokenAtOffset(Token, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Returns the token that contains the specified offset.
getTokenMarker() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getTokenMarker() - Method in class org.gjt.sp.jedit.Mode
Returns the token marker for this mode.
getTokenMarker() - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
getTokenMarker(String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
Returns the token marker for the given mode.
getTokens() - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
Returns the first syntax token.
getToolBar() - Method in class org.gjt.sp.jedit.View
Returns the view's tool bar.
getToolTipText(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.Gutter
Returns the tool tip to display at the specified location.
getToolTipText(int, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaExtension
Called by the text area when the mouse hovers over the location specified in the mouse event.
getToolTipText(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the tool tip to display at the specified location.
getTopDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getTrailingWhiteSpace(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. use StandardUtilities.getTrailingWhiteSpace(String)
getTrailingWhiteSpace(String) - Static method in class org.gjt.sp.util.StandardUtilities
Returns the number of trailing whitespace characters in the specified string.
getTree() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
Returns the result tree.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.PaneNameRenderer
 
getTreeModel() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
getTwoStageSaveName(String) - Method in class org.gjt.sp.jedit.io.FileVFS
Returns a temporary file name based on the given path.
getTwoStageSaveName(String) - Method in class org.gjt.sp.jedit.io.VFS
Returns a temporary file name based on the given path.
getType() - Method in class bsh.Primitive
Get the corresponding Java primitive TYPE class for this Primitive.
getType() - Method in class bsh.Variable
A type of null means loosely typed variable
getType() - Method in exception gnu.regexp.REException
Returns the type of the exception, one of the constants listed above.
getType() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given class.
getTypeDescriptor() - Method in class bsh.Variable
 
getUrlVFS() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the URL VFS.
getValue() - Method in class bsh.Primitive
Return the primitive value stored in its java.lang wrapper class
getValue() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
getValueAt(int, int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getValues() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getVariable(String) - Method in class bsh.NameSpace
Get the specified variable in this namespace or a parent namespace.
getVariable(String, boolean) - Method in class bsh.NameSpace
Get the specified variable in this namespace.
getVariableImpl(String, boolean) - Method in class bsh.NameSpace
Locate a variable and return the Variable object with optional recursion through parent name spaces.
getVariableNames() - Method in class bsh.NameSpace
Get the names of variables defined in this namespace.
getVersion() - Static method in class org.gjt.sp.jedit.jEdit
Returns the jEdit version as a human-readable string.
getVFS() - Method in class org.gjt.sp.jedit.Buffer
Returns the virtual filesystem responsible for loading and saving this buffer.
getVFS() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getVFSByName(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
Deprecated. Use getVFSForProtocol() instead.
getVFSForPath(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the VFS for the specified path.
getVFSForProtocol(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the VFS for the specified protocol.
getVFSs() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns a list of all registered filesystems.
getView() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getView(Component) - Static method in class org.gjt.sp.jedit.EditAction
Deprecated. Call GUIUtilities.getView() instead.
getView() - Method in class org.gjt.sp.jedit.EditPane
Returns the view containing this edit pane.
getView() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns this dockable window manager's view.
getView(Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
Finds the view parent of the specified component.
getView() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns the view involved, which may be null.
getView() - Method in class org.gjt.sp.jedit.msg.EditorExitRequested
Returns the view involved.
getView() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
Returns the view involved.
getView() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns this text area's view.
getViewConfig() - Method in class org.gjt.sp.jedit.View
 
getViewCount() - Static method in class org.gjt.sp.jedit.jEdit
Returns the number of open views.
getViews() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of all open views.
getVirtualWidth(int, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the virtual column number (taking tabs into account) of the specified position.
getVirtualWidth(Segment, int) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. use StandardUtilities.getVirtualWidth(javax.swing.text.Segment, int)
getVirtualWidth(Segment, int) - Static method in class org.gjt.sp.util.StandardUtilities
Returns the virtual column number (taking tabs into account) of the specified offset in the segment.
getVisibleLines() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the number of lines visible in this text area.
getWhat() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns what caused this buffer update.
getWhat() - Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Returns what caused this dockable update.
getWhat() - Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
Returns what caused this edit pane update.
getWhat() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns what caused this plugin update.
getWhat() - Method in class org.gjt.sp.jedit.msg.TextAreaUpdate
 
getWhat() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
Returns what caused this view update.
getWrapGuideColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the wrap guide color.
getZipFile() - Method in class org.gjt.sp.jedit.JARClassLoader
Deprecated. Call PluginJAR.getZipFile() instead.
getZipFile() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's JAR file, opening it if necessary.
GEX - Static variable in interface bsh.ParserConstants
 
GLOBAL_SHORTCUTS_FOR_DOCKED_DOCKABLES - Static variable in class org.gjt.sp.jedit.Debug
Old key handling (SIMPLIFIED_KEY_HANDLING==false) and new key handling (SIMPLIFIED_KEY_HANDLING==true) react on different key events.
GlobalOptions - Class in org.gjt.sp.jedit.options
 
GlobalOptions(Frame) - Constructor for class org.gjt.sp.jedit.options.GlobalOptions
 
GlobalOptions(Frame, String) - Constructor for class org.gjt.sp.jedit.options.GlobalOptions
 
GlobalOptions(Dialog) - Constructor for class org.gjt.sp.jedit.options.GlobalOptions
 
GlobalOptions(Dialog, String) - Constructor for class org.gjt.sp.jedit.options.GlobalOptions
 
globToRE(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts a Unix-style glob to a regular expression.
gnu.regexp - package gnu.regexp
An old regular expression library.
GOTO - Static variable in interface bsh.ParserConstants
 
goTo(EditPane) - Method in class org.gjt.sp.jedit.search.HyperSearchFileNode
 
goTo(EditPane) - Method in interface org.gjt.sp.jedit.search.HyperSearchNode
 
goTo(EditPane) - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
GOTO - Static variable in interface org.objectweb.asm.Constants
 
goToActionBar() - Method in class org.gjt.sp.jedit.gui.ActionBar
 
goToBuffer(Buffer) - Method in class org.gjt.sp.jedit.View
If this buffer is open in one of the view's edit panes, sets focus to that edit pane.
goToBufferEnd(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the end of the buffer.
goToBufferStart(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the beginning of the buffer.
goToEndOfLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the end of the current line.
goToEndOfWhiteSpace(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the last non-whitespace character of the current line.
goToFirstVisibleLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the first visible line.
goToLastVisibleLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the last visible line.
goToMarker(char, boolean) - Method in class org.gjt.sp.jedit.EditPane
Moves the caret to the marker with the specified shortcut.
goToMatchingBracket() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the bracket matching the one before the caret.
goToNextBracket(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next closing bracket.
goToNextCharacter(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next character.
goToNextFold(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next fold.
goToNextLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Move the caret to the next line.
goToNextMarker(boolean) - Method in class org.gjt.sp.jedit.EditPane
Moves the caret to the next marker.
goToNextPage(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next screenful.
goToNextParagraph(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the next paragraph.
goToNextWord(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the next word.
goToNextWord(boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the next word.
goToParentFold() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the fold containing the one at the caret position.
goToPrevBracket(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous bracket.
goToPrevCharacter(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous character.
goToPrevFold(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous fold.
goToPrevLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous line.
goToPrevMarker(boolean) - Method in class org.gjt.sp.jedit.EditPane
Moves the caret to the previous marker.
goToPrevPage(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous screenful.
goToPrevParagraph(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the previous paragraph.
goToPrevWord(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the previous word.
goToPrevWord(boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the previous word.
goToStartOfLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the beginning of the current line.
goToStartOfWhiteSpace(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the first non-whitespace character of the current line.
gotoURL(String, boolean, int) - Method in class org.gjt.sp.jedit.help.HelpViewer
Displays the specified URL in the HTML component.
gotoURL(String, boolean, int) - Method in interface org.gjt.sp.jedit.help.HelpViewerInterface
 
GrabKeyDialog - Class in org.gjt.sp.jedit.gui
A dialog for getting shortcut keys.
GrabKeyDialog(Dialog, GrabKeyDialog.KeyBinding, Vector, Buffer) - Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog
Create and show a new modal dialog.
GrabKeyDialog(Frame, GrabKeyDialog.KeyBinding, Vector, Buffer) - Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog
Create and show a new modal dialog.
GrabKeyDialog.KeyBinding - Class in org.gjt.sp.jedit.gui
A jEdit action or macro with its two possible shortcuts.
GrabKeyDialog.KeyBinding(String, String, String, boolean) - Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
gridBag - Variable in class org.gjt.sp.jedit.AbstractOptionPane
The layout manager.
GT - Static variable in interface bsh.ParserConstants
 
GTX - Static variable in interface bsh.ParserConstants
 
GUIUtilities - Class in org.gjt.sp.jedit
Various GUI functions.
Gutter - Class in org.gjt.sp.jedit.textarea
The gutter is the component that displays folding triangles and line numbers to the left of the text area.
Gutter(JEditTextArea) - Constructor for class org.gjt.sp.jedit.textarea.Gutter
 
GutterOptionPane - Class in org.gjt.sp.jedit.options
 
GutterOptionPane() - Constructor for class org.gjt.sp.jedit.options.GutterOptionPane
 
gv - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
GZIP_MAGIC_1 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
Magic numbers used for auto-detecting Unicode and GZIP files.
GZIP_MAGIC_2 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
GZIPPED - Static variable in class org.gjt.sp.jedit.Buffer
This property is set to 'true' if the file should be GZipped.

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 _