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

G

GE - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
GeneralOptionPane - Class in org.gjt.sp.jedit.options
jEdit's General Options Pane
GeneralOptionPane() - Constructor for class org.gjt.sp.jedit.options.GeneralOptionPane
 
generateCache() - Method in class org.gjt.sp.jedit.PluginJAR
 
generateClass(String, Modifiers, Class[], Class, BSHBlock, boolean, CallStack, Interpreter) - Method in class org.gjt.sp.jedit.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 org.gjt.sp.jedit.bsh.ClassGeneratorImpl
 
generateClass() - Method in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil
Generate the class bytecode for this class.
generateClassImpl(String, Modifiers, Class[], Class, BSHBlock, boolean, CallStack, Interpreter) - Static method in class org.gjt.sp.jedit.bsh.ClassGeneratorImpl
Parse the BSHBlock for for the class definition and generate the class using ClassGenerator.
generateParameterReifierCode(String[], boolean, CodeVisitor) - Static method in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil
Generates the code to reify the arguments of the given method.
generateParseException() - Method in class org.gjt.sp.jedit.bsh.Parser
 
generateReturnCode(String, CodeVisitor) - Static method in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil
Generates the code to unreify the result of the given method.
GenericGUIUtilities - Class in org.gjt.sp.util
Various GUI utility functions not depending on jEdit, for use in StandaloneTextArea.
GenericGUIUtilities() - Constructor for class org.gjt.sp.util.GenericGUIUtilities
 
GEOMETRY_WORKAROUND - Static variable in class org.gjt.sp.jedit.Debug
Geometry workaround for X11.
get(int) - Method in class org.gjt.sp.jedit.bsh.CallStack
zero based.
get() - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath.AmbiguousName
 
get(String) - Method in class org.gjt.sp.jedit.bsh.classpath.DiscreteFilesClassLoader.ClassSourceMap
 
get(String) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Get the value of the name.
get(String, Interpreter) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Resolve name to an object through this namespace.
get(TextArea) - Static method in class org.gjt.sp.jedit.EditPane
Returns the EditPane of a TextArea.
get() - Static method in class org.gjt.sp.jedit.options.IconTheme
 
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.input.TextAreaInputHandler
 
getAction(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the specified action.
getAction(String) - Method in class org.gjt.sp.jedit.JEditActionContext
Returns the specified action.
getAction(String) - Method in class org.gjt.sp.jedit.JEditActionSet
 
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.
getActionContext() - Method in class org.gjt.sp.jedit.textarea.TextArea
 
getActionCount() - Method in class org.gjt.sp.jedit.JEditActionSet
 
getActionForEvent(MouseEvent, String) - Method in class org.gjt.sp.jedit.textarea.MouseActions
 
getActionForEvent(MouseEvent, String) - Method in interface org.gjt.sp.jedit.textarea.MouseActionsProvider
 
getActionNames() - Static method in class org.gjt.sp.jedit.jEdit
Returns all registered action names.
getActionNames() - Method in class org.gjt.sp.jedit.JEditActionContext
 
getActionNames() - Method in class org.gjt.sp.jedit.JEditActionSet
 
getActions() - Method in class org.gjt.sp.jedit.ActionSet
Returns an array of all actions in this action set.
getActions() - Method in class org.gjt.sp.jedit.JEditActionSet
 
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(String) - Method in class org.gjt.sp.jedit.JEditActionContext
Returns the action set that contains the specified action.
getActionSets() - Static method in class org.gjt.sp.jedit.jEdit
Returns all registered action sets.
getActionSets() - Method in class org.gjt.sp.jedit.JEditActionContext
 
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.
getActiveViewInternal() - Static method in class org.gjt.sp.jedit.jEdit
Returns the internal active view, which might be null.
getAfterCaretTextArea() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getAllBuffers(BufferSetListener) - Method in class org.gjt.sp.jedit.bufferset.BufferSet
 
getAllBuffers() - Method in class org.gjt.sp.jedit.bufferset.BufferSet
Returns an array of all buffers in this bufferSet.
getAllDependentPlugins() - Method in class org.gjt.sp.jedit.PluginJAR
 
getAllModes() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of all installed edit modes.
getAllNames() - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
 
getAllNames() - Method in interface org.gjt.sp.jedit.bsh.NameSource
 
getAllNames() - Method in class org.gjt.sp.jedit.bsh.NameSpace
Implements NameSource
getAllNamesAux(Vector) - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
getAllNamesAux(Vector) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Helper for implementing NameSource
getAlternateLayoutProp() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getAntiAlias() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
 
getArgumentTypes(String) - Static method in class org.gjt.sp.jedit.bsh.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.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getArray(int) - Method in class org.gjt.sp.jedit.ActionSet
 
getArray(int) - Method in class org.gjt.sp.jedit.JEditActionSet
Returns an empty array E[].
getArray(int) - Method in class org.gjt.sp.jedit.textarea.StandaloneTextArea.StandaloneActionSet
 
getArray() - Method in class org.gjt.sp.util.IntegerArray
 
getAscending() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getAttributes() - Method in class org.gjt.sp.jedit.print.PrinterDialog
 
getAttributes() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
Returns the value of attributes.
getAutoReload() - Method in class org.gjt.sp.jedit.Buffer
 
getAutoReloadDialog() - Method in class org.gjt.sp.jedit.Buffer
 
getAutosaveFile() - Method in class org.gjt.sp.jedit.Buffer
 
getAutoWrapAround() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the auto wrap around flag.
getAvailableNames() - Static method in class org.gjt.sp.jedit.io.EncodingServer
Returns the set of all available encoding names.
getBackgroundColor() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the background color.
getBackupDirectory() - Static method in class org.gjt.sp.jedit.MiscUtilities
Get backup.directory property, or null.
getBaseLoader() - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
 
getBaseName(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
 
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.
getBeepOnOutput() - Static method in class org.gjt.sp.util.Log
 
getBeforeCaretTextArea() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getBeginColumn() - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
 
getBeginLine() - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
 
getBindings() - Method in class org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
Gets the bindings attribute of the ShortcutPrefixActiveEvent object
getBoolean() - Method in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
 
getBoolean(Object, boolean) - Static method in class org.gjt.sp.util.StandardUtilities
Returns a boolean from a given object.
getBooleanProperty(String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getBooleanProperty(String, boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
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.
getBootClassPath() - Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Get the boot path including the lib/rt.jar if possible.
getBorderInsets(Component) - Method in class org.gjt.sp.jedit.gui.DropShadowBorder
This implementation returns a new Insets instance where the top and left are 1, the bottom and right fields are the border width + 1.
getBorderInsets(Component, Insets) - Method in class org.gjt.sp.jedit.gui.DropShadowBorder
Reinitializes the insets parameter with this DropShadowBorder's current Insets.
getBorderInsets(Component) - Method in class org.gjt.sp.jedit.textarea.TextAreaBorder
 
getBottom(int) - Method in class org.gjt.sp.jedit.print.Margins
 
getBottomDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getBottomDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
getBrackets(JEditBuffer, int) - Method in class org.gjt.sp.jedit.indent.BracketIndentRule
 
getBrackets(JEditBuffer, int, int, int) - Method in class org.gjt.sp.jedit.indent.BracketIndentRule
 
getBrowser() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
Returns the VFSBrowser instance used internally.
getBrowserActionSet() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's action set for the file system browser action context VFSBrowser.getActionContext().
getBshIterator(Object) - Method in class org.gjt.sp.jedit.bsh.collection.CollectionManagerImpl
 
getBshIterator(Object) - Method in class org.gjt.sp.jedit.bsh.CollectionManager
 
getBuffer(int) - Method in class org.gjt.sp.jedit.bufferset.BufferSet
Returns the Buffer at the given index.
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.print.PrintPreviewModel
Returns the value of buffer.
getBuffer(View) - Method in class org.gjt.sp.jedit.search.HyperSearchFileNode
 
getBuffer(View) - Method in interface org.gjt.sp.jedit.search.HyperSearchNode
 
getBuffer(View) - 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.TextArea
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.TextArea
Returns the length of the buffer.
getBufferListeners() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getBuffers() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of all open buffers from any View.
getBuffers() - Method in class org.gjt.sp.jedit.View
Returns all Buffers opened in this View, Sorted according to View options.
getBufferSet() - Method in class org.gjt.sp.jedit.EditPane
Returns the current buffer set.
getBufferSetManager() - Static method in class org.gjt.sp.jedit.jEdit
Returns the bufferSet manager.
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 org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
 
getByteIOBufferSize() - Static method in class org.gjt.sp.jedit.bufferio.BufferIORequest
Size of byte I/O buffers.
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.
getCacheableActionNames() - Method in class org.gjt.sp.jedit.JEditActionSet
 
getCachePath() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the full path name of this plugin's summary file.
getCandidates() - Method in class org.gjt.sp.jedit.gui.CompletionPopup
Current candidates of completion.
getCapabilities() - Method in class org.gjt.sp.jedit.io.VFS
Returns the capabilities of this VFS.
getCardinalProperty(String, int) - Method in class org.jedit.keymap.EmacsUtil
 
getCaretColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the caret color.
getCaretLine() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the line number containing the caret.
getCaretPosition() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns a zero-based index of the caret position.
getCategory() - Method in class org.gjt.sp.jedit.print.Margins
 
getCategory() - Method in class org.gjt.sp.jedit.print.PrintRangeType
 
getCategory() - Method in class org.gjt.sp.jedit.print.Reverse
 
getCellRenderer(JList, int, boolean, boolean) - Method in interface org.gjt.sp.jedit.gui.CompletionPopup.Candidates
Returns a component to render a cell for the index in the popup.
getCellRenderer(int, int) - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getChar() - Method in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
 
getCharIOBufferSize() - Static method in class org.gjt.sp.jedit.bufferio.BufferIORequest
Size of character I/O buffers.
getCharType(char, String) - Static method in class org.gjt.sp.jedit.TextUtilities
Returns the type of the char.
getCheckedValues() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getChild(Object, int) - Method in class org.jedit.options.OptionTreeModel
 
getChildCount(Object) - Method in class org.jedit.options.OptionTreeModel
 
getChildren() - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
getChildren() - Method in interface org.gjt.sp.jedit.textarea.Node
 
getChunkList() - Method in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
Returns the list of chunks.
getClass(String) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Load a class through this namespace taking into account imports.
getClassBeingDefined(String) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
This method is a temporary workaround used with definingClass.
getClassesForPackage(String) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Return the set of class names in the specified package including all component paths.
getClassGenerator() - Static method in class org.gjt.sp.jedit.bsh.ClassGenerator
 
getClassLoader() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's class loader.
getClassManager() - Method in class org.gjt.sp.jedit.bsh.Interpreter
Get the class manager associated with this interpreter (the BshClassManager of this interpreter's global namespace).
getClassManager() - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
getClassName() - Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the name of the class corresponding to this object type.
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
 
getClassNameByUnqName(String) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Return the name or null if none is found, Throw an ClassPathException containing detail if name is ambigous.
getClassNameByUnqName(String) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Support for super import "*"; Get the full name associated with the unqualified name in this classpath.
getClassNameByUnqName(String) - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
Return the name or null if none is found, Throw an ClassPathException containing detail if name is ambigous.
getClassPath() - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
Get the full blown classpath.
getClassSource(String) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Return the source of the specified class which may lie in component path.
getClipboard() - Method in class org.jedit.keymap.EmacsUtil
 
getCode() - Method in class org.gjt.sp.jedit.BeanShellAction
 
getCode(String) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath.DirClassSource
 
getCode(String) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath.GeneratedClassSource
 
getCode(String) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath.JarClassSource
 
getCode() - Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.CodeWriter
Returns the current bytecode of this method.
getCode() - Method in class org.gjt.sp.jedit.EditAction
 
getCode() - Method in class org.gjt.sp.jedit.JEditBeanShellAction
 
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.
getCodeSize() - Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.CodeWriter
Returns the current size of the bytecode of this method.
getCol() - Method in class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
 
getCollectionManager() - Static method in class org.gjt.sp.jedit.bsh.CollectionManager
 
getColor() - Method in class org.gjt.sp.jedit.gui.ColorChooserDialog
 
getColor() - Method in class org.gjt.sp.jedit.io.VFSFile
Returns the color that will be used to display the file.
getColorHexString(Color) - Static method in class org.gjt.sp.util.SyntaxUtilities
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.
getColspan() - Method in class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
 
getColumn() - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
Deprecated. 
getColumnBlock() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getColumnBlock(int, int) - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
getColumnClass(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnClass(int) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
getColumnCount() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnCount() - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
getColumnEndIndex() - Method in class org.gjt.sp.jedit.textarea.ColumnBlockLine
 
getColumnName(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnName(int) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
getColumnStartIndex() - Method in class org.gjt.sp.jedit.textarea.ColumnBlockLine
 
getColumnWidth(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnWidth() - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
getCommand(String, Class[], Interpreter) - Method in class org.gjt.sp.jedit.bsh.NameSpace
A command is a scripted method or compiled command class implementing a specified method signature.
getCommand(String) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Looks up a command.
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].
getCompleteBaseName(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
 
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.gui.statusbar.LastModifiedWidgetFactory.LastModifiedWidget
 
getComponent() - Method in class org.gjt.sp.jedit.gui.statusbar.SelectionLengthWidgetFactory.SelectionLengthWidget
 
getComponent() - Method in interface org.gjt.sp.jedit.gui.statusbar.Widget
Returns the component that will be inserted in the status bar
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
 
getComponentParent(Component, Class) - Static method in class org.gjt.sp.jedit.GUIUtilities
Finds a parent of the specified component.
getConstructorArgs(String, This, Object[], int) - Static method in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil
Evaluate the arguments (if any) for the constructor specified by the constructor index.
getContainingBlock(int, int) - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
getContextMenu() - Method in class org.gjt.sp.jedit.gui.AbstractContextOptionPane
Returns the context menu to be edited.
getContextMenu() - Method in class org.gjt.sp.jedit.options.BrowserContextOptionPane
Returns jEdit's context menu configuration.
getContextMenu() - Method in class org.gjt.sp.jedit.options.ContextOptionPane
Returns jEdit's context menu configuration.
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).
getCount() - Method in class org.gjt.sp.jedit.search.HyperSearchFileNode
Returns the result count.
getCurrent() - Method in interface org.gjt.sp.jedit.gui.DockableWindowManager.DockingArea
 
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
 
getCurrentLanguage() - Static method in class org.gjt.sp.jedit.jEdit
Returns the current language used by jEdit.
getCurrentLineForeground() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getCurrentPageRange(View, Buffer, PrintRequestAttributeSet) - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_7
 
getDeclaredVariables() - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
getDeclaredVariables() - Method in class org.gjt.sp.jedit.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
 
getDefaultIcon(boolean, boolean) - Method in class org.gjt.sp.jedit.io.VFSFile
Returns the default icon for the file.
getDefaultIcon(boolean) - Method in class org.gjt.sp.jedit.io.VFSFile
Returns the default icon of the file.
getDefaultMax() - Static method in class org.gjt.sp.jedit.gui.HistoryModel
Gets the default size of all HistoryModels.
getDefaultMaxSize() - Static method in class org.gjt.sp.jedit.gui.HistoryModel
Gets the default maximum size (in characters) for all history models.
getDefaultPageFormat(PrintRequestAttributeSet) - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_7
 
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 org.gjt.sp.jedit.bsh.Primitive
Get the appropriate default value per JLS 4.5.4
getDefaultWrap() - Method in class org.jedit.keymap.EmacsUtil
 
getDelegated() - Method in class org.gjt.sp.jedit.gui.FilteredListModel
 
getDelegated() - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
getDeletePath() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getDependencies(String) - Static method in class org.gjt.sp.jedit.PluginJAR
Returns a list of dependencies by searching the plugin properties.
getDependencySet(String) - Static method in class org.gjt.sp.jedit.PluginJAR
 
getDependentPlugins() - Method in class org.gjt.sp.jedit.PluginJAR
 
getDescription() - Method in class org.gjt.sp.jedit.browser.VFSBrowser.DirectoriesOnlyFilter
 
getDescription(int) - Method in interface org.gjt.sp.jedit.gui.CompletionPopup.Candidates
Returns a description text shown when the index is selected in the popup, or null if no description is available.
getDescription() - Method in class org.gjt.sp.jedit.io.GlobVFSFileFilter
 
getDescription() - Method in interface org.gjt.sp.jedit.io.VFSFileFilter
Returns the description of the filter, to be used in the VFSBrowser window.
getDescriptor() - Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class) - Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDetectedEncoding(BufferedInputStream) - Static method in class org.gjt.sp.jedit.io.AutoDetection
Returns an auto detected encoding from content of markedStream.
getDetectedEncoding() - Method in class org.gjt.sp.jedit.io.AutoDetection.Result
Returns the auto detected encoding.
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.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getDir() - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath.DirClassSource
 
getDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getDirectory() - Method in class org.gjt.sp.jedit.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.TextArea
 
getDockable(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getDockable(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
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.
getDockablePosition(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getDockables() - Method in interface org.gjt.sp.jedit.gui.DockableWindowManager.DockingArea
 
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.
getDockableWindowFactory(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowFactory
 
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.
getDockableWindowPluginClass(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowFactory
 
getDockableWindowPluginName(String) - Static method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getDockingFrameworkName() - Static method in class org.gjt.sp.jedit.View
 
getDockingFrameworkProvider() - Static method in class org.gjt.sp.jedit.View
 
getDockingLayout(View.ViewConfig) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getDockingLayout(View.ViewConfig) - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
getDocument() - Method in class org.gjt.sp.jedit.gui.HistoryText
 
getDouble() - Method in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
 
getDoubleProperty(String, double) - Static method in class org.gjt.sp.jedit.jEdit
 
getEditorComponent() - Method in class org.gjt.sp.jedit.gui.NumericTextField
 
getEditorIcon() - Static method in class org.gjt.sp.jedit.GUIUtilities
 
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.TextArea
 
getElementAt(int) - Method in class org.gjt.sp.jedit.buffer.KillRing
 
getElementAt(int) - Method in class org.gjt.sp.jedit.gui.FilteredListModel
 
getElementType() - Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the type of the elements of this array type.
getEncoding(String) - Static method in class org.gjt.sp.jedit.io.EncodingServer
Returns an instance of Encoding for specified name.
getEncodingDetectors() - Static method in class org.gjt.sp.jedit.io.AutoDetection
Returns the user configured ordered list of encoding detectors.
getEncodings(boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns a list of supported character encodings.
getEnd() - Method in class org.gjt.sp.jedit.print.Range
 
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 org.gjt.sp.jedit.bsh.JavaCharStream
 
getEndColumn(JEditBuffer) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getEndLine() - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
 
getEndLine() - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
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
 
getEntry(String) - Static method in class org.gjt.sp.jedit.BufferHistory
 
getEOLMarkerChar() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
 
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 org.gjt.sp.jedit.bsh.ConsoleInterface
 
getErr() - Method in class org.gjt.sp.jedit.bsh.Interpreter
Get the error output stream associated with this interpreter.
getErrorLineNumber() - Method in exception org.gjt.sp.jedit.bsh.EvalError
 
getErrorLineNumber() - Method in exception org.gjt.sp.jedit.bsh.ParseException
 
getErrorSourceFile() - Method in exception org.gjt.sp.jedit.bsh.EvalError
 
getErrorSourceFile() - Method in exception org.gjt.sp.jedit.bsh.ParseException
 
getErrorText() - Method in exception org.gjt.sp.jedit.bsh.EvalError
 
getErrorText() - Method in exception org.gjt.sp.jedit.bsh.ParseException
 
getEscapeRule() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getExpandedDirectories(Set<String>) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
getExpandOnInput() - Static method in class org.gjt.sp.jedit.Abbrevs
 
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.FavoritesVFS.Favorite
 
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.
getFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
 
GETFIELD - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
getField() - Method in class org.gjt.sp.jedit.gui.ActionBar
 
getField() - Method in class org.gjt.sp.jedit.search.SearchBar
 
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.msg.PluginUpdate
Returns the file representing the plugin involved.
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, starting with the last dot.
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.
getFilenameGlob() - Method in class org.gjt.sp.jedit.gui.AddModeDialog
 
getFilenameGlob() - Method in class org.gjt.sp.jedit.options.EditModesPane
 
getFileNameNoExtension(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated.
use getBaseName() instead.
getFilePath(String) - Method in class org.gjt.sp.jedit.io.UrlVFS
 
getFilePath(String) - Method in class org.gjt.sp.jedit.io.VFS
Returns the path component of the specified VFS path.
getFiles() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getFiles() - Method in class org.gjt.sp.jedit.PluginJAR
Get the files listed in this plugin and return full paths to them
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.
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.TextArea
Returns the vertical scroll bar position.
getFirstLineGlob() - Method in class org.gjt.sp.jedit.gui.AddModeDialog
 
getFirstLineGlob() - Method in class org.gjt.sp.jedit.options.EditModesPane
 
getFirstPhysicalLine() - Method in class org.gjt.sp.jedit.textarea.TextArea
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.
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 org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
 
getFocusCycleRoot() - Method in class org.gjt.sp.jedit.textarea.TextArea
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.TextArea
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
 
getFoldColor() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getFoldHandler(String) - Method in class org.gjt.sp.jedit.buffer.DefaultFoldHandlerProvider
Returns the fold handler with the specified name, or null if there is no registered handler with that name.
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(String) - Method in interface org.gjt.sp.jedit.buffer.FoldHandlerProvider
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
 
getFoldHandler(String) - Method in class org.gjt.sp.jedit.ServiceManager.ServiceFoldHandlerProvider
Returns the fold handler with the specified name, or null if there is no registered handler with that name.
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
 
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() - Method in class org.gjt.sp.jedit.buffer.DefaultFoldHandlerProvider
Returns an array containing the names of all registered fold handlers.
getFoldModes() - Static method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns an array containing the names of all registered fold handlers.
getFoldModes() - Method in interface org.gjt.sp.jedit.buffer.FoldHandlerProvider
Returns an array containing the names of all registered fold handlers.
getFoldModes() - Method in class org.gjt.sp.jedit.ServiceManager.ServiceFoldHandlerProvider
Returns an array containing the names of all registered fold handlers.
getFoldPainter() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
getFoldPainter() - Method in class org.gjt.sp.jedit.textarea.TextArea
 
getFoldPainterName() - Static method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
getFont() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the style font.
getFontHeight() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the font height as given by the font metrics.
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 org.gjt.sp.jedit.bsh.collection.CollectionManagerImpl
 
getFromMap(Object, Object) - Method in class org.gjt.sp.jedit.bsh.CollectionManager
 
getFullPath() - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Get the full path including component paths.
getGlob() - Method in class org.gjt.sp.jedit.io.GlobVFSFileFilter
 
getGlobal(Interpreter) - Method in class org.gjt.sp.jedit.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
 
getGraphics() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
getGutter() - Method in class org.gjt.sp.jedit.textarea.TextArea
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
Returns the Buffer list.
getHorizontalOffset() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the horizontal offset of drawn lines.
getIcon() - Method in class org.gjt.sp.jedit.Buffer
 
getIcon() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
getIcon(boolean, boolean) - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
Returns the file system icon for the file.
getIcon(boolean) - Method in class org.gjt.sp.jedit.io.VFSFile
Returns the icon for the file.
getIcon(boolean, boolean) - Method in class org.gjt.sp.jedit.io.VFSFile
Returns the icon for the file.
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
 
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
 
getIgnoreWhitespace() - Method in class org.gjt.sp.jedit.Mode
 
GetImage() - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
 
getImportedMethod(String, Class[]) - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
getImportedVar(String) - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
getIn() - Method in interface org.gjt.sp.jedit.bsh.ConsoleInterface
 
getIn() - Method in class org.gjt.sp.jedit.bsh.Interpreter
Get the input stream associated with this interpreter.
getIndentRules() - Method in class org.gjt.sp.jedit.Mode
 
getIndentSize() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getIndentString(String) - Static method in class org.gjt.sp.util.StandardUtilities
 
getIndex() - Method in class org.gjt.sp.jedit.Buffer
 
getIndex() - Method in class org.gjt.sp.jedit.gui.HistoryText
 
getIndexOfChild(Object, Object) - Method in class org.jedit.options.OptionTreeModel
 
getInputHandler() - Method in class org.gjt.sp.jedit.ActionSet
 
getInputHandler() - Method in class org.gjt.sp.jedit.input.DefaultInputHandlerProvider
 
getInputHandler() - Method in interface org.gjt.sp.jedit.input.InputHandlerProvider
 
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.StandaloneTextArea.StandaloneActionSet
 
getInputHandler() - Method in class org.gjt.sp.jedit.textarea.TextArea
 
getInputHandler() - Method in class org.gjt.sp.jedit.View
Returns the input handler.
getInputMethodRequests() - Method in class org.gjt.sp.jedit.textarea.TextArea
 
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.datatransfer.TransferHandler
 
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 org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
 
getIntegerProperty(String, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getIntegerProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
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 org.gjt.sp.jedit.bsh.Interpreter
Get a reference to the interpreter (global namespace), cast to the specified interface type.
getInterface(Class) - Method in class org.gjt.sp.jedit.bsh.This
Get a version of this scripted object implementing the specified interface.
getInterface(Class[]) - Method in class org.gjt.sp.jedit.bsh.This
Get a version of this scripted object implementing the specified interfaces.
getInterface(Class) - Method in class org.gjt.sp.jedit.bsh.XThis
Get dynamic proxy for interface, caching those it creates.
getInterface(Class[]) - Method in class org.gjt.sp.jedit.bsh.XThis
Get dynamic proxy for interface, caching those it creates.
getInternal2ExternalRow(int) - Method in class org.gjt.sp.jedit.gui.FilteredListModel
Converts a row index from the delegated table model into a row index of the JTable.
getInternal2ExternalRow(int) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
Converts a row index from the delegated table model into a row index of the JTable.
getInternalName() - Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the internal name of the class corresponding to this object type.
getInternalName(Class) - Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the internal name of the given class.
getInvocationLine() - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
getInvocationText() - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
getItem(int) - Method in class org.gjt.sp.jedit.gui.HistoryModel
Returns an item from the history list.
getItem() - Method in class org.gjt.sp.jedit.gui.NumericTextField
 
getJARCacheDirectory() - Static method in class org.gjt.sp.jedit.jEdit
Returns the directory where plugin cache files are stored.
getJars() - Method in class org.gjt.sp.jedit.PluginJAR
Get the jars listed in this plugin and return full paths to them
getJEditHome() - Static method in class org.gjt.sp.jedit.jEdit
Returns the jEdit install directory.
getJoinNonWordChars() - Method in class org.gjt.sp.jedit.textarea.TextArea
If set, double clicking will join non-word characters to form one "word".
getKeyBinding(String) - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
Returns either an edit action, or a hashtable if the specified key is a prefix.
getKeyEventInterceptor() - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
 
getKeyEventInterceptor() - Method in class org.gjt.sp.jedit.View
Returns the listener that will handle all key events in this view, if any.
getKeymap() - Method in interface org.jedit.keymap.KeymapManager
Returns the current keymap.
getKeymap(String) - Method in interface org.jedit.keymap.KeymapManager
Returns the keymap with that name.
getKeymap() - Method in class org.jedit.keymap.KeymapManagerImpl
 
getKeymap(String) - Method in class org.jedit.keymap.KeymapManagerImpl
 
getKeymapManager() - Static method in class org.gjt.sp.jedit.jEdit
 
getKeymapNames() - Method in interface org.jedit.keymap.KeymapManager
 
getKeymapNames() - Method in class org.jedit.keymap.KeymapManagerImpl
 
getKeymapState(String) - Method in interface org.jedit.keymap.KeymapManager
Returns the state of the keymap
getKeymapState(String) - Method in class org.jedit.keymap.KeymapManagerImpl
 
getKeywordMapAtOffset(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
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
 
getKillRegion() - Method in class org.jedit.keymap.EmacsUtil
 
getLabel() - Method in class org.gjt.sp.jedit.ActionSet
 
getLabel() - Method in class org.gjt.sp.jedit.EditAction
 
getLabel() - Method in class org.gjt.sp.jedit.io.FavoritesVFS.Favorite
 
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.
getLabel() - Method in class org.gjt.sp.util.Task
 
getLastAction() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns the last executed action.
getLastActionCount() - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
Returns the number of times the last action was executed.
getLastBuffer() - Static method in class org.gjt.sp.jedit.jEdit
Returns the last buffer.
getLastFile(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getLastFile(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getLastFile(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the last file to search.
getLastMacro() - Static method in class org.gjt.sp.jedit.Macros
 
getLastModified() - Method in class org.gjt.sp.jedit.Buffer
 
getLastPhysicalLine() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the last visible physical line index.
getLastScreenLine() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the last screen line index, it is different from TextArea.getVisibleLines() because the buffer can have less lines than the visible lines
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.
getLastVisitedPath() - Static method in class org.gjt.sp.jedit.browser.VFSBrowser
Returns the last path visited by VFSBrowser.
getLayoutAlignmentX(Container) - Method in class org.gjt.sp.jedit.gui.DockableLayout
 
getLayoutAlignmentX(Container) - Method in class org.gjt.sp.jedit.gui.ExtendedGridLayout
Returns the alignment along the X axis.
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.ExtendedGridLayout
Returns the alignment along the Y axis.
getLayoutAlignmentY(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Always returns 0.5.
getLayoutFilename(String, int) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockingLayout
 
getLeadingWhiteSpace(String) - Static method in class org.gjt.sp.util.StandardUtilities
Returns the number of leading white space characters in the specified string.
getLeadingWhiteSpace(CharSequence) - 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.util.StandardUtilities
Returns the width of the leading white space in the specified string.
getLeadingWhiteSpaceWidth(CharSequence, int) - Static method in class org.gjt.sp.util.StandardUtilities
Returns the width of the leading white space in the specified string.
getLeft(int) - Method in class org.gjt.sp.jedit.print.Margins
 
getLeftDataIterator() - Method in class org.gjt.sp.jedit.gui.PingPongList
 
getLeftDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getLeftDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
getLeftSelectedValues() - Method in class org.gjt.sp.jedit.gui.PingPongList
 
getLeftSize() - Method in class org.gjt.sp.jedit.gui.PingPongList
 
getLength() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
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 org.gjt.sp.jedit.bsh.JavaCharStream
Deprecated. 
getLine() - Method in class org.gjt.sp.jedit.textarea.ColumnBlockLine
 
getLineContext(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the line context of the token marker for the specified line.
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
 
getLineCount() - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineCount() - Method in class org.gjt.sp.jedit.textarea.TextArea
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.TextArea
Returns the end offset of the specified line.
getLineExtraSpacing() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the number of pixels from the start of the line to the start of text (the extra line spacing).
getLineHeight() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the line height as given by the font metrics plus the added line spacing.
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
 
getLineLength() - Method in class org.gjt.sp.jedit.textarea.ColumnBlockLine
 
getLineLength(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the length of the specified line.
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.TextArea
Returns the line containing the specified offset.
getLines() - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
getLineSegment(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the text on the specified line.
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.TextArea
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, int, Segment) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the specified line from the starting point passed in relativeStartOffset in a Segment.
getLineText(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the text on the specified line.
getLineText(int, Segment) - Method in class org.gjt.sp.jedit.textarea.TextArea
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 org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
 
getLongestPrefix(List<String>, 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.
getLongTitlePropertyName(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
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.TextArea
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
 
getMap() - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
Get the map view of this namespace.
getMargins(int) - Method in class org.gjt.sp.jedit.print.Margins
Get the margins as an array of 4 values in the order top, left, right, bottom.
getMark(Buffer) - Method in class org.jedit.keymap.EmacsUtil
 
getMarkedStream(InputStream) - Static method in class org.gjt.sp.jedit.io.AutoDetection
Returns a marked, rewindable stream.
getMarker(char) - Method in class org.gjt.sp.jedit.Buffer
 
getMarkerAtLine(int) - Method in class org.gjt.sp.jedit.Buffer
 
getMarkerInRange(int, int) - Method in class org.gjt.sp.jedit.Buffer
 
getMarkerNameString() - Method in class org.gjt.sp.jedit.Buffer
 
getMarkers() - Method in class org.gjt.sp.jedit.Buffer
 
getMarkersPath(VFS, String) - Static method in class org.gjt.sp.jedit.Buffer
Returns the path for this buffer's markers file
getMarkerStatusPrompt(String) - Method in class org.gjt.sp.jedit.Buffer
 
getMarkPosition() - Method in class org.gjt.sp.jedit.textarea.TextArea
Deprecated.
Do not use.
getMatch(TextArea) - Method in class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
 
getMatch(TextArea) - 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.
getMax() - Method in class org.gjt.sp.jedit.gui.HistoryModel
 
getMaximum() - Method in class org.gjt.sp.util.Task
 
getMaxSize() - Method in class org.gjt.sp.jedit.gui.HistoryModel
 
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
 
getMenu() - Method in class org.gjt.sp.jedit.gui.tray.JTrayIcon
 
getMenuName() - Method in class org.gjt.sp.jedit.msg.DynamicMenuChanged
Returns the name of the menu in question.
getMessage() - Method in exception org.gjt.sp.jedit.bsh.EvalError
 
getMessage() - Method in exception org.gjt.sp.jedit.bsh.ParseException
 
getMessage(boolean) - Method in exception org.gjt.sp.jedit.bsh.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.gjt.sp.jedit.bsh.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.gjt.sp.jedit.gui.StatusBar
Returns the current message.
getMethod(String, Class[], boolean) - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
getMethod(String, Class[]) - Method in class org.gjt.sp.jedit.bsh.NameSpace
 
getMethod(String, Class[], boolean) - Method in class org.gjt.sp.jedit.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.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the descriptor corresponding to the given method.
getMethodNames() - Method in class org.gjt.sp.jedit.bsh.NameSpace
Get the names of methods declared in this namespace.
getMethods() - Method in class org.gjt.sp.jedit.bsh.NameSpace
Get the methods defined in this namespace.
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.print.BasicPrintPreviewPaneUI.PrintPreviewRenderer
 
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
 
getMinLineNumberDigits() - Static method in class org.gjt.sp.jedit.options.GutterOptionPane
 
getMirrors() - Method in class org.gjt.sp.jedit.pluginmgr.MirrorList
 
getMode() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getMode() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getMode() - Method in class org.gjt.sp.jedit.datatransfer.JEditRichText
 
getMode(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the edit mode with the specified name.
getMode(String) - Method in class org.gjt.sp.jedit.syntax.ModeProvider
Returns the edit mode with the specified name.
getModeAbbrevs() - Static method in class org.gjt.sp.jedit.Abbrevs
 
getModeFile() - Method in class org.gjt.sp.jedit.gui.AddModeDialog
 
getModeFile() - Method in class org.gjt.sp.jedit.options.EditModesPane
 
getModeForFile(String, String) - Method in class org.gjt.sp.jedit.syntax.ModeProvider
Get the appropriate mode that must be used for the file
getModeForFile(String, String, String) - Method in class org.gjt.sp.jedit.syntax.ModeProvider
Get the appropriate mode that must be used for the file
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.
getModel() - Method in class org.gjt.sp.jedit.print.PrintPreviewPane
 
getModeName() - Method in class org.gjt.sp.jedit.gui.AddModeDialog
 
getModeName() - Method in class org.gjt.sp.jedit.options.EditModesPane
 
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
 
getModes() - Method in class org.gjt.sp.jedit.syntax.ModeProvider
Returns an array of installed edit modes.
getModified() - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
getModified() - Method in class org.gjt.sp.jedit.io.VFSFile
return file modified date, this function simply return 0, VFS implementation should overwrite this to return the real modified data
getModifiers() - Method in class org.gjt.sp.jedit.bsh.BshMethod
 
getModifiers() - Method in class org.gjt.sp.jedit.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
 
getMultipleSelectionColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the multiple selection color.
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.bsh.BshMethod
 
getName() - Method in class org.gjt.sp.jedit.bsh.NameSpace
The name of this namespace.
getName() - Method in class org.gjt.sp.jedit.bsh.Variable
 
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
 
getName() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockingLayout
 
getName() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl.DockableWindowConfig
 
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.JEditAbstractEditAction
Returns the internal name of this action.
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
 
getName() - Method in class org.gjt.sp.jedit.print.Margins
 
getName() - Method in class org.gjt.sp.jedit.print.PrintRangeType
 
getName() - Method in class org.gjt.sp.jedit.print.Reverse
 
getName() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getNameSpace() - Static method in class org.gjt.sp.jedit.BeanShell
 
getNameSpace() - Method in class org.gjt.sp.jedit.BeanShellFacade
 
getNameSpace() - Method in class org.gjt.sp.jedit.bsh.Interpreter
Get the global namespace of this interpreter.
getNameSpace() - Method in class org.gjt.sp.jedit.bsh.This
 
getNext() - Method in class org.gjt.sp.jedit.Buffer
 
getNext() - Method in class org.gjt.sp.jedit.View
Returns the next view in the list.
getNextBuffer(int) - Method in class org.gjt.sp.jedit.bufferset.BufferSet
 
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 org.gjt.sp.jedit.bsh.Parser
 
getNextToken() - Method in class org.gjt.sp.jedit.bsh.ParserTokenManager
 
getNextUntitledBufferId() - Static method in class org.gjt.sp.jedit.jEdit
 
getNextVisibleLine(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the next visible line after the specified line index, or (-1) if there is no next visible line.
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.
getNotLoadedPluginJARs() - Static method in class org.gjt.sp.jedit.jEdit
Returns a list of plugin JARs pathnames that are not currently loaded by examining the user and system plugin directories.
getNoWordSep() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getNthBackupFile(String, int, int, String, String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Gets the file to store the Nth backup of the given file.
getObject() - Method in class org.gjt.sp.jedit.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.util.StandardUtilities
Returns the array offset of a virtual column number (taking tabs into account) in the segment.
getOpcode(int) - Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOptionalDependencies(String) - Static method in class org.gjt.sp.jedit.PluginJAR
Returns a list of optional dependencies by searching the plugin properties.
getOptionallyDependentPlugins() - Method in class org.gjt.sp.jedit.PluginJAR
 
getOut() - Method in interface org.gjt.sp.jedit.bsh.ConsoleInterface
 
getOut() - Method in class org.gjt.sp.jedit.bsh.Interpreter
Get the outptut stream associated with this interpreter.
getOwners(Buffer) - Method in class org.gjt.sp.jedit.bufferset.BufferSetManager
 
getPackagesSet() - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Get a list of all of the known packages
getPageBreakColor() - Method in class org.gjt.sp.jedit.print.PageBreakExtension
 
getPageFormat() - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_3
Deprecated.
 
getPageFormat() - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_4
Deprecated.
 
getPageNumber() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
getPageRanges(View, Buffer, PrintRequestAttributeSet) - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_7
This is intended for use by classes that need to know the page ranges of the buffer.
getPageRanges() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
getPainter() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the object responsible for painting this text area.
getPaperSize() - Method in class org.gjt.sp.jedit.print.BasicPrintPreviewPaneUI.PrintPreviewRenderer
 
getParameterNames() - Method in class org.gjt.sp.jedit.bsh.BshMethod
 
getParameterTypes() - Method in class org.gjt.sp.jedit.bsh.BshMethod
Get the argument types of this method.
getParameterTypes() - Method in class org.gjt.sp.jedit.bsh.DelayedEvalBshMethod
 
getParamTypeDescriptors() - Method in class org.gjt.sp.jedit.bsh.DelayedEvalBshMethod
 
getParent() - Method in class org.gjt.sp.jedit.bsh.Interpreter
Get the parent Interpreter of this interpreter, if any.
getParent() - Method in class org.gjt.sp.jedit.bsh.NameSpace
Get the parent namespace.
getParent() - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
getParent() - Method in interface org.gjt.sp.jedit.textarea.Node
 
getParentDialog(Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
getParentDialog(Component) - Static method in class org.gjt.sp.util.GenericGUIUtilities
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
 
getPath(Boolean) - Method in class org.gjt.sp.jedit.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.VFSPathSelected
 
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.
getPathComponents() - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
Get the path components including any component paths.
getPatternProperty(String, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getPermissions(String) - Static method in class org.gjt.sp.jedit.io.FileVFS
Returns numeric permissions of a file.
getPermissiveTextReader(InputStream) - Method in class org.gjt.sp.jedit.io.CharsetEncoding
 
getPermissiveTextReader(InputStream) - Method in interface org.gjt.sp.jedit.io.Encoding
Map an InputStream to a Reader.
getPermissiveTextReader(InputStream) - Method in class org.gjt.sp.jedit.io.EncodingWithBOM
 
getPermissiveTextReader(InputStream) - Method in class org.jedit.io.Native2ASCIIEncoding
 
getPerspectiveHandler() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl.DockableWindowConfig
 
getPhysicalLineOfScreenLine(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the physical line number that contains the specified screen line.
getPlatformShortcutLabel(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Translates a shortcut description string (e.g.
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.
getPluginCache(PluginJAR) - Static method in class org.gjt.sp.jedit.PluginJAR
 
getPluginCacheEntry(String) - Static method in class org.gjt.sp.jedit.PluginJAR
Returns the cache entry for an installed but not loaded plugin.
getPluginHome() - Method in class org.gjt.sp.jedit.EditPlugin
Returns the home of your plugin.
getPluginHome(Class<? extends EditPlugin>) - Static method in class org.gjt.sp.jedit.EditPlugin
Returns the home of the specified plugin.
getPluginHome(EditPlugin) - Static method in class org.gjt.sp.jedit.EditPlugin
Returns the home of the specified plugin.
getPluginIcon() - Static method in class org.gjt.sp.jedit.GUIUtilities
 
getPluginJAR() - Method in class org.gjt.sp.jedit.ActionSet
 
getPluginJAR() - Method in class org.gjt.sp.jedit.EditPlugin
 
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.
getPlugins() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of installed plugins.
getPluginVersion() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns the plugin version.
getPort() - Method in class org.gjt.sp.jedit.EditServer
 
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.
getPrecedingFoldLevels(JEditBuffer, int, Segment, int) - Method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns the fold levels of the lines preceding the specified line, which depend on the specified line.
getPrecedingFoldLevels(JEditBuffer, int, Segment, int) - Method in class org.gjt.sp.jedit.buffer.IndentFoldHandler
Returns the fold levels of the lines preceding the specified line, which depend on the specified line.
getPreferredScrollableViewportSize() - Method in class org.gjt.sp.jedit.gui.ErrorListDialog.JTextPaneSized
 
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.print.BasicPrintPreviewPaneUI.PrintPreviewRenderer
 
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.
getPrefixFocusOwner() - Method in class org.gjt.sp.jedit.View
 
getPrev() - Method in class org.gjt.sp.jedit.Buffer
 
getPrev() - Method in class org.gjt.sp.jedit.View
Returns the previous view in the list.
getPrevFile(View, String) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getPrevFile(View, String) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getPrevFile(View, String) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the previous file in the set.
getPreviousBuffer(int) - Method in class org.gjt.sp.jedit.bufferset.BufferSet
 
getPrevVisibleLine(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the previous visible line before the specified line index.
getPrintRangeType() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
getPrintService() - Method in class org.gjt.sp.jedit.print.PrinterDialog
 
getPrintService() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
Returns the value of printService.
getPriorNonEmptyLine(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Auto indent needs this.
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(String) - Method in class org.gjt.sp.jedit.ActionSet
 
getProperty(Object) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getProperty(String) - Method in interface org.gjt.sp.jedit.IPropertyManager
Returns a String 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.jEdit.JEditPropertyManager
 
getProperty(String) - Method in class org.gjt.sp.jedit.JEditActionSet
Returns a property for the given name.
getProperty(String) - Method in class org.gjt.sp.jedit.Mode
Returns a mode property.
getProperty(String) - Method in class org.gjt.sp.jedit.textarea.StandaloneTextArea
 
getProperty(String) - Method in class org.gjt.sp.jedit.textarea.StandaloneTextArea.StandaloneActionSet
 
getPropertyManager() - Static method in class org.gjt.sp.jedit.jEdit
 
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 org.gjt.sp.jedit.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.jEdit
Returns the status prompt for the given register action.
getRegisterValue() - Method in class org.gjt.sp.jedit.msg.RegisterChanged
 
getRenderingHints() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the rendering hints used by the Graphics2D class; in this case, for anti-aliasing of text.
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.
getRequiredJars() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the required jars of this plugin.
getResolvedMethod(Class, String, Class[], boolean) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Return a previously cached resolved method.
getResource(String) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Get a resource URL using the BeanShell classpath
getResource(String) - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
Get a resource URL using the BeanShell classpath
getResource(String) - Method in class org.gjt.sp.jedit.JARClassLoader
overriding getResource() because we want to search FIRST in this ClassLoader, then the parent, the path, etc.
getResourceAsOutputStream(Class<? extends EditPlugin>, String) - Static method in class org.gjt.sp.jedit.EditPlugin
Returns an output stream to the specified resource, or null if access to that resource is denied.
getResourceAsOutputStream(EditPlugin, String) - Static method in class org.gjt.sp.jedit.EditPlugin
Returns an output stream to the specified resource, or null if access to that resource is denied.
getResourceAsPath(String) - Method in class org.gjt.sp.jedit.JARClassLoader
construct a jeditresource:/etc path from the name of a resource in the associated jar.
getResourceAsStream(String) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
Get a resource stream using the BeanShell classpath
getResourceAsStream(String) - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
Get a resource stream using the BeanShell classpath
getResourceAsStream(Class<? extends EditPlugin>, String) - Static method in class org.gjt.sp.jedit.EditPlugin
Returns an input stream to the specified resource, or null if none is found.
getResourceAsStream(EditPlugin, String) - Static method in class org.gjt.sp.jedit.EditPlugin
Returns an input stream to the specified resource, or null if none is found.
getResourceAsStream(String) - Method in class org.gjt.sp.jedit.JARClassLoader
 
getResourcePath(Class<? extends EditPlugin>, String) - Static method in class org.gjt.sp.jedit.EditPlugin
Returns the full path of the specified plugin resource.
getResourcePath(EditPlugin, String) - Static method in class org.gjt.sp.jedit.EditPlugin
Returns the full path of the specified plugin resource.
getResources(String) - Method in class org.gjt.sp.jedit.JARClassLoader
 
getResources() - Method in class org.gjt.sp.jedit.PluginJAR
 
getReturnType() - Method in class org.gjt.sp.jedit.bsh.BshMethod
Get the return type of the method.
getReturnType() - Method in class org.gjt.sp.jedit.bsh.DelayedEvalBshMethod
 
getReturnType(String) - Static method in class org.gjt.sp.jedit.bsh.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.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method.
getReturnTypeDescriptor() - Method in class org.gjt.sp.jedit.bsh.DelayedEvalBshMethod
 
getReverseSearch() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the reverse search flag.
getRewindedStream() - Method in class org.gjt.sp.jedit.io.AutoDetection.Result
Returns the stream which can be read the contents of the original stream.
getRight(int) - Method in class org.gjt.sp.jedit.print.Margins
 
getRightClickPopup() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the right click popup menu.
getRightDataIterator() - Method in class org.gjt.sp.jedit.gui.PingPongList
 
getRightDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getRightDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
getRightSelectedValues() - Method in class org.gjt.sp.jedit.gui.PingPongList
 
getRightSize() - Method in class org.gjt.sp.jedit.gui.PingPongList
 
getRoot() - Method in class org.jedit.options.OptionTreeModel
 
getRootDirectory() - Static method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getRow() - Method in class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
 
getRowCount() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getRowCount() - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
getRowspan() - Method in class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
 
getRuleCount() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getRules(Character) - 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
 
getRuleSets() - Method in class org.gjt.sp.jedit.syntax.TokenMarker
 
getSavedLayouts() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockingLayout
 
getScope() - Method in class org.gjt.sp.jedit.bufferset.BufferSetManager
 
getScreenBounds() - Static method in class org.gjt.sp.jedit.GUIUtilities
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
getScreenBounds() - Static method in class org.gjt.sp.util.GenericGUIUtilities
Returns the screen bounds, taking into account multi-screen environments.
getScreenLineCount(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns how many screen lines contains the given physical line.
getScreenLineEndOffset(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the end offset of the specified screen (wrapped) line.
getScreenLineOfOffset(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the screen (wrapped) line containing the specified offset.
getScreenLineStartOffset(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the start offset of the specified screen (wrapped) line.
getScriptStackTrace() - Method in exception org.gjt.sp.jedit.bsh.EvalError
 
getScrollLineCount() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the number of displayable lines It can be greater than the number of lines of the buffer when using soft wrap (a line can count for n lines), or when using folding, if the foldings are collapsed
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() - Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
 
getSearchMatcher() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search string matcher.
getSearchString() - Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
 
getSearchString() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search string.
getSegment(int, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns the specified text range.
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
Return the selected files in the lower browser tree.
getSelectedFiles(Component) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Return the selected files from the point of view of the given component.
getSelectedFiles() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
getSelectedFiles() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
getSelectedFont() - Method in class org.gjt.sp.jedit.gui.FontSelectorDialog
 
getSelectedIndex() - Method in class org.gjt.sp.jedit.gui.CompletionPopup
Returns index of current selection.
getSelectedLines() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns a sorted array of line numbers on which a selection or selections are present.
getSelectedNames() - Static method in class org.gjt.sp.jedit.io.EncodingServer
Returns the set of user selected encoding names.
getSelectedText(Selection) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the text in the specified selection.
getSelectedText(String) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the text in all active selections.
getSelectedText() - Method in class org.gjt.sp.jedit.textarea.TextArea
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.gui.ContextAddDialog
 
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.TextArea
Returns the current selection.
getSelection(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the selection with the specified index.
getSelectionAreaBackground() - Static method in class org.gjt.sp.jedit.options.GutterOptionPane
 
getSelectionAreaWidth() - Static method in class org.gjt.sp.jedit.options.GutterOptionPane
 
getSelectionAtOffset(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
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.TextArea
Returns the number of selections.
getSelectionFgColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the selection foreground color, if one is set.
getSelectionIterator() - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the current selection.
getSelectionPopupHandler() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getService(String, String) - Static method in class org.gjt.sp.jedit.ServiceManager
Returns an instance of the given service.
getService(Class<E>, String) - Static method in class org.gjt.sp.jedit.ServiceManager
Returns an instance of the given service.
getServiceContextMenuItems(JEditTextArea, MouseEvent) - Static method in class org.gjt.sp.jedit.GUIUtilities
 
getServiceNames(String) - Static method in class org.gjt.sp.jedit.ServiceManager
Returns the names of all registered services with the given class.
getServiceNames(Class) - Static method in class org.gjt.sp.jedit.ServiceManager
 
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 org.gjt.sp.jedit.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.
getShortcut(String) - Method in interface org.jedit.keymap.Keymap
Returns a shortcut.
getShortcutLabel(String, Boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns a label string to show users what shortcut are assigned to the action.
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
 
getShowResults() - Method in class org.gjt.sp.jedit.bsh.Interpreter
Show on/off verbose printing status for the show() command.
getSize() - Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the size of values of this type.
getSize() - Method in class org.gjt.sp.jedit.buffer.KillRing
 
getSize() - Method in interface org.gjt.sp.jedit.gui.CompletionPopup.Candidates
Returns the number of candidates.
getSize() - Method in class org.gjt.sp.jedit.gui.FilteredListModel
 
getSize() - Method in class org.gjt.sp.util.IntegerArray
 
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.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the sort of this Java type.
getSortAttribute(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getSortColumn() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getSorter() - Method in class org.gjt.sp.jedit.bufferset.BufferSet
 
getSource() - Method in class org.gjt.sp.jedit.EBMessage
 
getSourceActions(JComponent) - Method in class org.gjt.sp.jedit.textarea.TextAreaTransferHandler
 
getSourceFileInfo() - Method in class org.gjt.sp.jedit.bsh.Interpreter
Specify the source of the text from which this interpreter is reading.
getSplitConfig() - Method in class org.gjt.sp.jedit.View
Split configurations are recorded in a simple RPN "language".
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.print.Range
 
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
 
getStartLine() - Method in class org.gjt.sp.jedit.textarea.ColumnBlock
 
getStartLine() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the starting line number of this selection.
getState() - Method in class org.gjt.sp.jedit.msg.PropertiesChanging
 
getState() - Method in class org.gjt.sp.util.Task
 
GETSTATIC - Static variable in interface org.gjt.sp.jedit.bsh.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.Task
 
getStrictJava() - Method in class org.gjt.sp.jedit.bsh.Interpreter
 
getStringCase(CharSequence) - 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).
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
 
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.TextArea
Returns the structure element (bracket, or XML tag, etc) matching the one before the caret.
getStyle() - Method in class org.gjt.sp.jedit.gui.StyleEditor
 
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.
GetSuffix(int) - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
 
getSuper(Interpreter) - Method in class org.gjt.sp.jedit.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
 
getSymlinkPath() - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
getSymlinkPath() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getTabExpander() - Method in class org.gjt.sp.jedit.textarea.TextArea
 
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
 
getTabStopPosition(Segment) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getTarget() - Method in exception org.gjt.sp.jedit.bsh.TargetError
 
getTargetClass() - Method in class org.gjt.sp.jedit.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.JEditBuffer
 
getText() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
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.datatransfer.JEditRichText
 
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.TextArea
Returns the specified substring of the buffer.
getText(int, int, Segment) - Method in class org.gjt.sp.jedit.textarea.TextArea
Copies the specified substring of the buffer into a segment.
getText() - Method in class org.gjt.sp.jedit.textarea.TextArea
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.View
Returns the current edit pane's text area.
getTextReader(InputStream) - Method in class org.gjt.sp.jedit.io.CharsetEncoding
 
getTextReader(InputStream) - Method in interface org.gjt.sp.jedit.io.Encoding
Map an InputStream to a Reader.
getTextReader(InputStream, String) - Static method in class org.gjt.sp.jedit.io.EncodingServer
Returns a Reader object that reads the InputStream with the encoding.
getTextReader(InputStream) - Method in class org.gjt.sp.jedit.io.EncodingWithBOM
 
getTextReader(InputStream) - Method in class org.jedit.io.Native2ASCIIEncoding
 
getTextWriter(OutputStream) - Method in class org.gjt.sp.jedit.io.CharsetEncoding
 
getTextWriter(OutputStream) - Method in interface org.gjt.sp.jedit.io.Encoding
Map an OutputStream to a Writer.
getTextWriter(OutputStream, String) - Static method in class org.gjt.sp.jedit.io.EncodingServer
Returns a Writer object that writes to the OutputStream with the encoding.
getTextWriter(OutputStream) - Method in class org.gjt.sp.jedit.io.EncodingWithBOM
 
getTextWriter(OutputStream) - Method in class org.jedit.io.Native2ASCIIEncoding
 
getTitle() - Method in class org.jedit.options.OptionGroupPane
 
getToken(int) - Method in class org.gjt.sp.jedit.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
Returns the TokenMarker.
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.
getToolTipLocation(MouseEvent) - Method in class org.gjt.sp.jedit.gui.statusbar.ToolTipLabel
 
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.
getTop(int) - Method in class org.gjt.sp.jedit.print.Margins
 
getTopDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getTopDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
 
getTrailingWhiteSpace(String) - Static method in class org.gjt.sp.util.StandardUtilities
Returns the number of trailing whitespace characters in the specified string.
getTransferable(TextArea, String) - Method in interface org.gjt.sp.jedit.datatransfer.JEditTransferableService
 
getTransferable(TextArea, String) - Method in class org.gjt.sp.jedit.datatransfer.RichJEditTextTransferableService
 
getTransferable(TextArea, String) - Method in class org.gjt.sp.jedit.datatransfer.StringTransferableService
 
getTransferable(TextArea, String) - Method in class org.gjt.sp.jedit.datatransfer.TransferHandler
 
getTransferable() - Method in class org.gjt.sp.jedit.Registers.ClipboardRegister
 
getTransferable() - Method in interface org.gjt.sp.jedit.Registers.Register
 
getTransferData(DataFlavor) - Method in class org.gjt.sp.jedit.datatransfer.JEditTransferable
 
getTransferData(DataFlavor) - Method in class org.gjt.sp.jedit.datatransfer.ListVFSFileTransferable
 
getTransferData(DataFlavor) - Method in class org.gjt.sp.jedit.datatransfer.RichTextTransferable
 
getTransferDataFlavors() - Method in class org.gjt.sp.jedit.datatransfer.JEditTransferable
 
getTransferDataFlavors() - Method in class org.gjt.sp.jedit.datatransfer.ListVFSFileTransferable
 
getTransferDataFlavors() - Method in class org.gjt.sp.jedit.datatransfer.RichTextTransferable
 
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.util.EnhancedTreeCellRenderer
 
getTreeModel() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
getTrueRow(int) - Method in class org.gjt.sp.jedit.gui.FilteredListModel
Converts a row index from the JTable to an internal row index from the delegated model.
getTrueRow(int) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
Converts a row index from the JTable to an internal row index from the delegated model.
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(String) - Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class) - Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Returns the Java type corresponding to the given class.
getType() - Method in class org.gjt.sp.jedit.bsh.Primitive
Get the corresponding Java primitive TYPE class for this Primitive.
getType() - Method in class org.gjt.sp.jedit.bsh.Variable
A type of null means loosely typed variable
getType() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getTypeDescriptor() - Method in class org.gjt.sp.jedit.bsh.Variable
 
getUI() - Method in class org.gjt.sp.jedit.print.PrintPreviewPane
 
getUIClassID() - Method in class org.gjt.sp.jedit.print.PrintPreviewPane
 
getUndoId() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
getUndoId() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
getURL() - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath.JarClassSource
 
getUrlVFS() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the URL VFS.
getUserClassPath() - Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
A BshClassPath initialized to the user path from java.class.path
getUserClassPathComponents() - Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
 
getValue() - Method in class org.gjt.sp.jedit.bsh.Primitive
Return the primitive value stored in its java.lang wrapper class
getValue() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
getValue() - Method in class org.gjt.sp.jedit.gui.NumericTextField
 
getValue() - Method in class org.gjt.sp.util.Task
 
getValueAt(int, int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getValueAt(int, int) - Method in class org.gjt.sp.jedit.gui.FilteredTableModel
 
getValues() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getVariable(String) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Get the specified variable in this namespace or a parent namespace.
getVariable(String, boolean) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Get the specified variable in this namespace.
getVariableImpl(String, boolean) - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
getVariableImpl(String, boolean) - Method in class org.gjt.sp.jedit.bsh.NameSpace
Locate a variable and return the Variable object with optional recursion through parent name spaces.
getVariableNames() - Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
getVariableNames() - Method in class org.gjt.sp.jedit.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.FavoritesVFS.Favorite
 
getVFS() - Method in class org.gjt.sp.jedit.io.VFSFile
 
getVFSFileFilter() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Returns the currently active VFSFileFilter.
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() - 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.VFSPathSelected
 
getView() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
Returns the view involved.
getView() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
Returns the value of view.
getView() - Method in class org.gjt.sp.jedit.search.AllBufferSet
 
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
 
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.TextArea
Returns the number of lines visible in this text area.
getVisibleLineSegment(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the visible part of the given line in a CharSequence.
getVisibleLineText(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the visible part of the given line
getVisibleLineText(int, Segment) - Method in class org.gjt.sp.jedit.textarea.TextArea
Returns the visible part of the given line
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.ViewUpdate
Returns what caused this view update.
getWholeWord() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the whole word flag.
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.BufferSetWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.ClockWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.EncodingWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.ErrorsWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.FoldWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.IndentWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.LastModifiedWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.LineSepWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.MemoryStatusWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.ModeWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.MultiSelectWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.OverwriteWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.RectSelectWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.SelectionLengthWidgetFactory
 
getWidget(View) - Method in interface org.gjt.sp.jedit.gui.statusbar.StatusWidgetFactory
returns an instance of Widget for the given view
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.TaskMonitorWidgetFactory
 
getWidget(View) - Method in class org.gjt.sp.jedit.gui.statusbar.WrapWidgetFactory
 
getWrapGuideColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the wrap guide color.
getXml() - Method in class org.gjt.sp.jedit.pluginmgr.MirrorList
 
getZipFile() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's JAR file, opening it if necessary.
getZoom() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
getZoomLevel() - Method in class org.gjt.sp.jedit.print.PrintPreviewModel
 
GEX - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
global - Variable in class org.gjt.sp.jedit.BeanShellFacade
 
GlobalOptionGroup - Class in org.jedit.options
A model for all of the Global Options.
GlobalOptionGroup() - Constructor for class org.jedit.options.GlobalOptionGroup
 
GlobalOptionGroup(OptionGroup) - Constructor for class org.jedit.options.GlobalOptionGroup
 
GlobalOptions - Class in org.gjt.sp.jedit.options
A dialog that can open initially to one of the Global Option Panes.
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.util.StandardUtilities
Converts a Unix-style glob to a regular expression.
GlobVFSFileFilter - Class in org.gjt.sp.jedit.io
Implementation of VFSFileFilter that uses Unix-style globs to filter files.
GlobVFSFileFilter(String) - Constructor for class org.gjt.sp.jedit.io.GlobVFSFileFilter
 
GOTO - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
 
GOTO - Static variable in interface org.gjt.sp.jedit.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
 
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
 
goToBufferEnd(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the end of the buffer.
goToBufferStart(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
goToBufferStart(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the beginning of the buffer.
goToEndOfCode(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the end of the code present on the current line, before the comments and whitespace.
goToEndOfLine(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the end of the current line.
goToEndOfWhiteSpace(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the last non-whitespace character of the current line.
goToFirstVisibleLine(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the first visible line.
goToLastVisibleLine(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
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.
goToMatchingBracket() - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the bracket matching the one before the caret.
goToNextBracket(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the next closing bracket.
goToNextCharacter(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the next character.
goToNextFold(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the next fold.
goToNextLine(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
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.TextArea
Moves the caret to the next screenful.
goToNextParagraph(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the start of the next paragraph.
goToNextWord(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the start of the next word.
goToNextWord(boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the start of the next word.
goToParentFold() - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the fold containing the one at the caret position.
goToPrevBracket(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the previous bracket.
goToPrevCharacter(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the previous character.
goToPrevFold(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the previous fold.
goToPrevLine(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
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.TextArea
Moves the caret to the previous screenful.
goToPrevParagraph(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the start of the previous paragraph.
goToPrevWord(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the start of the previous word.
goToPrevWord(boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the start of the previous word.
goToPrevWord(boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the start of the previous word.
goToStartOfLine(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
Moves the caret to the beginning of the current line.
goToStartOfWhiteSpace(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
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, List<GrabKeyDialog.KeyBinding>, Buffer) - Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog
Create and show a new modal dialog.
GrabKeyDialog(Frame, GrabKeyDialog.KeyBinding, List<GrabKeyDialog.KeyBinding>, 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.
gridBag - Variable in class org.gjt.sp.jedit.AbstractOptionPane
The layout manager.
GT - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
GTX - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
GUIUtilities - Class in org.gjt.sp.jedit
Various GUI utility functions related to icons, menus, toolbars, keyboard shortcuts, etc.
GUIUtilities.UnixWorkaround - Class in org.gjt.sp.jedit
 
Gutter - Class in org.gjt.sp.jedit.textarea
The gutter is the component that displays folding indicators and line numbers to the left of the text area.
Gutter(TextArea) - 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
 
GutterPopupHandler - Interface in org.gjt.sp.jedit.textarea
 
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 _ 
Skip navigation links