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 _

I

I2B - Static variable in interface org.objectweb.asm.Constants
 
I2C - Static variable in interface org.objectweb.asm.Constants
 
I2D - Static variable in interface org.objectweb.asm.Constants
 
I2F - Static variable in interface org.objectweb.asm.Constants
 
I2L - Static variable in interface org.objectweb.asm.Constants
 
I2S - Static variable in interface org.objectweb.asm.Constants
 
IADD - Static variable in interface org.objectweb.asm.Constants
 
IALOAD - Static variable in interface org.objectweb.asm.Constants
 
IAND - Static variable in interface org.objectweb.asm.Constants
 
IASTORE - Static variable in interface org.objectweb.asm.Constants
 
ICONST_0 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_1 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_2 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_3 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_4 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_5 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_M1 - Static variable in interface org.objectweb.asm.Constants
 
id - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
id - Variable in class org.gjt.sp.jedit.syntax.Token
The id of this token.
ID_COUNT - Static variable in class org.gjt.sp.jedit.syntax.Token
 
IDENTIFIER - Static variable in interface bsh.ParserConstants
 
identifierToClass(ClassIdentifier) - Static method in class bsh.NameSpace
This is a helper method for working inside of bsh scripts and commands.
IDIV - Static variable in interface org.objectweb.asm.Constants
 
IF - Static variable in interface bsh.ParserConstants
 
IF_ACMPEQ - Static variable in interface org.objectweb.asm.Constants
 
IF_ACMPNE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPEQ - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPGE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPGT - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPLE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPLT - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPNE - Static variable in interface org.objectweb.asm.Constants
 
IFEQ - Static variable in interface org.objectweb.asm.Constants
 
IFGE - Static variable in interface org.objectweb.asm.Constants
 
IFGT - Static variable in interface org.objectweb.asm.Constants
 
IFLE - Static variable in interface org.objectweb.asm.Constants
 
IFLT - Static variable in interface org.objectweb.asm.Constants
 
IFNE - Static variable in interface org.objectweb.asm.Constants
 
IFNONNULL - Static variable in interface org.objectweb.asm.Constants
 
IFNULL - Static variable in interface org.objectweb.asm.Constants
 
IfStatement() - Method in class bsh.Parser
 
ignorableWhitespace(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Ignorable whitespace.
ignoringWhitespaceIndex(String, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Inverse of indexIgnoringWhitespace().
IINC - Static variable in interface org.objectweb.asm.Constants
 
ILOAD - Static variable in interface org.objectweb.asm.Constants
 
image - Variable in class bsh.Token
The string image of the token.
IMPLEMENTS - Static variable in interface bsh.ParserConstants
 
IMPORT - Static variable in interface bsh.ParserConstants
 
importClass(String) - Method in class bsh.NameSpace
Import a class name.
ImportDeclaration() - Method in class bsh.Parser
 
importedClasses - Variable in class bsh.NameSpace
 
importObject(Object) - Method in class bsh.NameSpace
Import a compiled Java object's methods and variables into this namespace.
importPackage(String) - Method in class bsh.NameSpace
subsequent imports override earlier ones
importStatic(Class) - Method in class bsh.NameSpace
 
IMUL - Static variable in interface org.objectweb.asm.Constants
 
inBuf - Variable in class bsh.JavaCharStream
 
InclusiveOrExpression() - Method in class bsh.Parser
 
INCR - Static variable in interface bsh.ParserConstants
 
INDENT_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Indent debug.
IndentAction - Interface in org.gjt.sp.jedit.indent
 
IndentAction.AlignBracket - Class in org.gjt.sp.jedit.indent
 
IndentAction.AlignBracket(JEditBuffer, int, int) - Constructor for class org.gjt.sp.jedit.indent.IndentAction.AlignBracket
 
IndentAction.AlignOffset - Class in org.gjt.sp.jedit.indent
 
IndentAction.AlignOffset(int) - Constructor for class org.gjt.sp.jedit.indent.IndentAction.AlignOffset
 
IndentAction.AlignParameter - Class in org.gjt.sp.jedit.indent
Indent action used for deep indent.
IndentAction.AlignParameter(int, String) - Constructor for class org.gjt.sp.jedit.indent.IndentAction.AlignParameter
 
IndentAction.Collapse - Class in org.gjt.sp.jedit.indent
This handles the following Java code: if(something) { // no indentation on this line, even though previous matches a rule
IndentAction.Collapse() - Constructor for class org.gjt.sp.jedit.indent.IndentAction.Collapse
 
IndentAction.Decrease - Class in org.gjt.sp.jedit.indent
 
IndentAction.Decrease() - Constructor for class org.gjt.sp.jedit.indent.IndentAction.Decrease
 
IndentAction.Increase - Class in org.gjt.sp.jedit.indent
 
IndentAction.Increase() - Constructor for class org.gjt.sp.jedit.indent.IndentAction.Increase
 
IndentAction.Increase(int) - Constructor for class org.gjt.sp.jedit.indent.IndentAction.Increase
 
IndentAction.Reset - Class in org.gjt.sp.jedit.indent
 
IndentAction.Reset() - Constructor for class org.gjt.sp.jedit.indent.IndentAction.Reset
 
indentCloseBracket(char) - Static method in class org.gjt.sp.jedit.indent.IndentRuleFactory
 
IndentFoldHandler - Class in org.gjt.sp.jedit.buffer
A fold handler that folds lines based on their indent level.
IndentFoldHandler() - Constructor for class org.gjt.sp.jedit.buffer.IndentFoldHandler
 
indentLine(int, boolean, boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Deprecated. Use JEditBuffer.indentLine(int,boolean) instead.
indentLine(int, boolean) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Indents the specified line.
indentLines(int, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Indents all specified lines.
indentLines(int[]) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Indents all specified lines.
indentNextLine(String) - Static method in class org.gjt.sp.jedit.indent.IndentRuleFactory
 
indentNextLines(String) - Static method in class org.gjt.sp.jedit.indent.IndentRuleFactory
 
indentOpenBracket(char) - Static method in class org.gjt.sp.jedit.indent.IndentRuleFactory
 
IndentRule - Interface in org.gjt.sp.jedit.indent
 
IndentRuleFactory - Class in org.gjt.sp.jedit.indent
 
IndentRuleFactory() - Constructor for class org.gjt.sp.jedit.indent.IndentRuleFactory
 
indentSelectedLines() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Indents all selected lines.
indexIgnoringWhitespace(String, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Inverse of ignoringWhitespaceIndex().
indexIgnoringWhitespace(String, int, int, StringBuffer) - Static method in class org.gjt.sp.jedit.TextUtilities
 
INEG - Static variable in interface org.objectweb.asm.Constants
 
init() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Do not override this method, override AbstractOptionPane._init() instead.
init() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Initialises dockable window manager.
init() - Static method in class org.gjt.sp.jedit.io.VFSManager
Do not call.
init() - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
 
init() - Method in class org.gjt.sp.jedit.Mode
Initializes the edit mode.
init() - Method in interface org.gjt.sp.jedit.OptionPane
This method is called every time the option pane is displayed.
init(Segment, TabExpander, float, FontRenderContext) - Method in class org.gjt.sp.jedit.syntax.Chunk
 
init() - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
Clears the list of tokens.
init(SyntaxStyle[], FontRenderContext, TabExpander, List, float) - Method in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
 
init(boolean, int) - Static method in class org.gjt.sp.util.Log
Initializes the log.
init(int, String, String, String[]) - Method in class org.objectweb.asm.CodeWriter
Initializes this CodeWriter to define the bytecode of the specified method.
initChunk(Chunk, Segment) - Method in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
 
initialComponentCount - Variable in class org.gjt.sp.jedit.menu.EnhancedMenu
 
initialize(Object, int, RESyntax, int, int) - Method in class gnu.regexp.RE
 
initialized - Variable in class org.gjt.sp.jedit.AbstractOptionPane
Has the option pane been initialized?
initialized - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
initIndentRules() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
initInstance(Object, String, Object[]) - Static method in class bsh.ClassGeneratorUtil
Initialize an instance of the class.
initKeyBindings() - Method in class org.gjt.sp.jedit.ActionSet
Initializes the action set's key bindings.
inNativeCode() - Method in exception bsh.TargetError
Return true if the TargetError was generated from native code.
input - Variable in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
input(Component, String, Object) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an input dialog box and returns any text the user entered.
input(Component, String, Object[], Object) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an input dialog box and returns any text the user entered.
input(Component, String) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to prompt for input in a macro.
input(Component, String, String) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to prompt for input in a macro.
input_stream - Variable in class bsh.ParserTokenManager
 
InputHandler - Class in org.gjt.sp.jedit.gui
An input handler converts the user's key strokes into concrete actions.
InputHandler(View) - Constructor for class org.gjt.sp.jedit.gui.InputHandler
Creates a new input handler.
inputProperty(Component, String, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an input dialog box and returns any text the user entered.
inputProperty(Component, String, Object[], String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an input dialog box and returns any text the user entered.
inputStream - Variable in class bsh.JavaCharStream
 
inRule - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
insert(int, String) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
insert(int, Segment) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
insert(int, String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Inserts a string into the buffer.
insert(int, Segment) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Inserts a string into the buffer.
insert(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.FileVFS
 
insert(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.VFS
Inserts a file into the specified buffer.
insertAtColumn(int, int, String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Like the JEditBuffer.insert(int,String) method, but inserts the string at the specified virtual column.
insertElementAt(Object, int) - Method in class org.gjt.sp.jedit.buffer.KillRing
 
insertElementAt(Object, int) - Method in class org.gjt.sp.jedit.gui.HistoryModel
 
insertElementAt(Object, int) - Method in interface org.gjt.sp.jedit.gui.MutableListModel
 
insertEnterAndIndent() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
insertFile(View, String) - Method in class org.gjt.sp.jedit.Buffer
Loads a file from disk, and inserts it into this buffer.
insertIndented(int, String) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Inserts a string into the buffer, indenting each line of the string to match the indent of the first line.
insertString(int, String, AttributeSet) - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Call insert() instead.
insertTabAndIndent() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
insertTreeNodes(JTree, DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
 
insideCompoundEdit() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns if a compound edit is currently active.
insideCompoundEdit() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
INSTANCE - Static variable in class org.gjt.sp.jedit.syntax.DummyTokenHandler
To avoid having to create new instances of this class, use this variable.
INSTANCEOF - Static variable in interface bsh.ParserConstants
 
INSTANCEOF - Static variable in interface org.objectweb.asm.Constants
 
InstanceOfExpression() - Method in class bsh.Parser
 
INT - Static variable in interface bsh.ParserConstants
 
INT - Static variable in class org.objectweb.asm.Type
The sort of the int type.
INT_TYPE - Static variable in class org.objectweb.asm.Type
The int type.
INTEGER_LITERAL - Static variable in interface bsh.ParserConstants
 
IntegerArray - Class in org.gjt.sp.util
A simple collection that stores integers and grows automatically.
IntegerArray() - Constructor for class org.gjt.sp.util.IntegerArray
 
IntegerArray(int) - Constructor for class org.gjt.sp.util.IntegerArray
 
interactive - Variable in class bsh.Interpreter
 
INTERFACE - Static variable in interface bsh.ParserConstants
 
intern(String) - Method in class com.microstar.xml.XmlParser
Return an internalised version of a string.
intern(char[], int, int) - Method in class com.microstar.xml.XmlParser
Create an internalised string from a character array.
intern() - Method in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
Interpreter - Class in bsh
The BeanShell script interpreter.
Interpreter(Reader, PrintStream, PrintStream, boolean, NameSpace, Interpreter, String) - Constructor for class bsh.Interpreter
The main constructor.
Interpreter(Reader, PrintStream, PrintStream, boolean, NameSpace) - Constructor for class bsh.Interpreter
 
Interpreter(Reader, PrintStream, PrintStream, boolean) - Constructor for class bsh.Interpreter
 
Interpreter(ConsoleInterface, NameSpace) - Constructor for class bsh.Interpreter
Construct a new interactive interpreter attached to the specified console using the specified parent namespace.
Interpreter(ConsoleInterface) - Constructor for class bsh.Interpreter
Construct a new interactive interpreter attached to the specified console.
Interpreter() - Constructor for class bsh.Interpreter
Create an interpreter for evaluation only.
InterpreterError - Exception in bsh
An internal error in the interpreter has occurred.
InterpreterError(String) - Constructor for exception bsh.InterpreterError
 
intValue() - Method in class bsh.Primitive
 
INVALID - Static variable in class org.gjt.sp.jedit.syntax.Token
 
invalidateCachedFoldLevels() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Invalidates all cached fold level information.
invalidateCachedList() - Method in class org.gjt.sp.jedit.search.BufferListSet
 
invalidateFoldLevels() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
invalidateLayout(Container) - Method in class org.gjt.sp.jedit.gui.DockableLayout
 
invalidateLayout(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
 
invalidateLine(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Marks a line as needing a repaint.
invalidateLineRange(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Marks a range of physical lines as needing a repaint.
invalidateScreenLineRange(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Marks a range of screen lines as needing a repaint.
invertSelection() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Inverts the selection.
invoke(Object[], Interpreter) - Method in class bsh.BshMethod
Invoke the declared method with the specified arguments and interpreter reference.
invoke(Object[], Interpreter, CallStack) - Method in class bsh.BshMethod
Invoke the declared method with the specified arguments, interpreter reference, and callstack.
invoke(Object[], Interpreter, CallStack, SimpleNode) - Method in class bsh.BshMethod
 
invoke(Interpreter, CallStack) - Static method in class bsh.commands.dir
Implement dir() command.
invoke(Interpreter, CallStack, String) - Static method in class bsh.commands.dir
Implement dir( String directory ) command.
invoke(View) - Method in class org.gjt.sp.jedit.BeanShellAction
 
invoke(View) - Method in class org.gjt.sp.jedit.EditAction
Invokes the action.
invoke(View) - Method in class org.gjt.sp.jedit.Macros.Macro
 
invokeAction(EventObject, EditAction) - Method in class org.gjt.sp.jedit.ActionContext
Invokes the given action in response to a user-generated event.
invokeAction(String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Invokes the specified action, repeating and recording it as necessary.
invokeAction(EditAction) - Method in class org.gjt.sp.jedit.gui.InputHandler
Invokes the specified action, repeating and recording it as necessary.
INVOKEINTERFACE - Static variable in interface org.objectweb.asm.Constants
 
invokeLastAction() - Method in class org.gjt.sp.jedit.gui.InputHandler
 
invokeMain(Class, String[]) - Static method in class bsh.Interpreter
 
invokeMethod(String, Object[], Interpreter) - Method in class bsh.NameSpace
Invoke a method in this namespace with the specified args and interpreter reference.
invokeMethod(String, Object[], Interpreter, CallStack, SimpleNode) - Method in class bsh.NameSpace
This method simply delegates to This.invokeMethod();
invokeMethod(String, Object[]) - Method in class bsh.This
Invoke specified method as from outside java code, using the declaring interpreter and current namespace.
invokeMethod(String, Object[], Interpreter, CallStack, SimpleNode, boolean) - Method in class bsh.This
Invoke a method in this namespace with the specified args, interpreter reference, callstack, and caller info.
invokeReadNextChar(char) - Method in class org.gjt.sp.jedit.gui.InputHandler
 
INVOKESPECIAL - Static variable in interface org.objectweb.asm.Constants
 
INVOKESTATIC - Static variable in interface org.objectweb.asm.Constants
 
invokeSuperclassMethod(BshClassManager, Object, String, Object[]) - Method in class bsh.ClassGenerator
Invoke a super.method() style superclass method on an object instance.
invokeSuperclassMethod(BshClassManager, Object, String, Object[]) - Method in class bsh.ClassGeneratorImpl
 
invokeSuperclassMethodImpl(BshClassManager, Object, String, Object[]) - Static method in class bsh.ClassGeneratorImpl
 
INVOKEVIRTUAL - Static variable in interface org.objectweb.asm.Constants
 
IOBUFSIZE - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
Size of I/O buffers.
IOProgressMonitor - Class in org.gjt.sp.jedit.gui
The IO progressMonitor is the panel that will show JProgressBar for IO threads.
IOProgressMonitor() - Constructor for class org.gjt.sp.jedit.gui.IOProgressMonitor
 
IOR - Static variable in interface org.objectweb.asm.Constants
 
IOUtilities - Class in org.gjt.sp.util
IO tools that depends on JDK only.
IREM - Static variable in interface org.objectweb.asm.Constants
 
IRETURN - Static variable in interface org.objectweb.asm.Constants
 
IS_ESCAPE - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
isAbsolutePath(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns if the specified path name is an absolute path or URL.
isAncestorOf(Component, Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns if the first component is an ancestor of the second by traversing up the component hierarchy.
isAntiAliasEnabled() - Method in class org.gjt.sp.jedit.gui.FontSelector
 
isAntiAliasEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Deprecated. - use @ref getAntiAlias()
isAssigned() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
isBackgroundModeEnabled() - Static method in class org.gjt.sp.jedit.jEdit
Returns true if jEdit was started with the -background command-line switch.
isBackup(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Check if the filename is a backup file.
isBinary(Object) - Method in class org.gjt.sp.jedit.io.VFSFile
Check if a file is binary file.
isBinary(Reader) - Static method in class org.gjt.sp.jedit.MiscUtilities
Check if a Reader is binary.
isBindable(int) - Static method in class org.gjt.sp.jedit.gui.KeyEventWorkaround
 
isBlockCaretEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if the caret should be drawn as a block, false otherwise.
isBshIterable(Object) - Method in class bsh.CollectionManager
 
isBuiltIn() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
Returns if this is a built-in ruleset.
isCaretBlinkEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
isCaseInsensitiveFS() - Static method in class org.gjt.sp.jedit.OperatingSystem
 
isChecked() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
isClassBeingDefined(String) - Method in class bsh.BshClassManager
 
isClosed() - Method in class org.gjt.sp.jedit.Buffer
Returns true if this buffer has been closed with jEdit.closeBuffer(View,Buffer).
isClosed() - Method in class org.gjt.sp.jedit.View
Returns true if this view has been closed with jEdit.closeView(View).
isCurrentLineHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
isDirty() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns whether there have been unsaved changes to this buffer.
isDockableWindowDocked(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns if the specified dockable window is docked into the view.
isDockableWindowVisible(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns if the specified dockable window is visible.
isDOSDerived() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP, or OS/2.
isDragEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if drag and drop of text is enabled.
isDragInProgress() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Drag and drop of text in jEdit is implementing using jEdit 1.4 APIs, however since jEdit must run with Java 1.3, this class only has the necessary support to call a hook method via reflection.
isEditable() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns true if this file is editable, false otherwise.
isEditable() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns true if this text area is editable, false otherwise.
isElectricKey(char) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Should inserting this character trigger a re-indent of the current line?
isExiting() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns true if this plugin is being unloaded as part of the shutdown process, in which case some components like the help viewer and plugin manager ignore the event.
isExpanded() - Method in class org.gjt.sp.jedit.textarea.Gutter
Identifies whether the gutter is collapsed or expanded.
isFileReadOnly() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
isFocusTraversable() - Method in class org.gjt.sp.jedit.gui.EnhancedButton
 
isFoldEnd(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns if the specified line ends a fold.
isFoldStart(int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns if the specified line begins a fold.
isFractionalFontMetricsEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns if fractional font metrics are enabled.
isHidden() - Method in class org.gjt.sp.jedit.io.VFSFile
 
ISHL - Static variable in interface org.objectweb.asm.Constants
 
isHorizontalLayout() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
ISHR - Static variable in interface org.objectweb.asm.Constants
 
isLeaf(Object) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
isLineHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if line highlight is enabled, false otherwise.
isLineVisible(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns if the specified line is visible.
isLoaded() - Method in class org.gjt.sp.jedit.Buffer
Returns true if the buffer is loaded.
isLoading() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
isMacControl(KeyEvent) - Static method in class org.gjt.sp.jedit.gui.KeyEventWorkaround
Apple sucks.
isMacOS() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running MacOS X.
isMacOSLF() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running MacOS X and using the native look and feel.
isMainThread() - Static method in class org.gjt.sp.jedit.jEdit
Returns true if the currently running thread is the main thread.
isManagingFocus() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
Returns if this component can be traversed by pressing the Tab key.
isMap(Object) - Method in class bsh.collection.CollectionManagerImpl
 
isMap(Object) - Method in class bsh.CollectionManager
 
isMatch(Object) - Method in class gnu.regexp.RE
Checks if the regular expression matches the input in its entirety.
isMatch(Object, int) - Method in class gnu.regexp.RE
Checks if the input string, starting from index, is an exact match of this regular expression.
isMatch(Object, int, int) - Method in class gnu.regexp.RE
Checks if the input, starting from index and using the specified execution flags, is an exact match of this regular expression.
isMatch(String) - Method in class org.gjt.sp.jedit.indent.CloseBracketIndentRule
 
isMatch(String) - Method in class org.gjt.sp.jedit.indent.RegexpIndentRule
 
isMiddleButton(int) - Static method in class org.gjt.sp.jedit.GUIUtilities
 
isMultipleSelectionEnabled() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
isMultipleSelectionEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if multiple selection is enabled.
isNewFile() - Method in class org.gjt.sp.jedit.Buffer
Returns whether this buffer lacks a corresponding version on disk.
isNumber() - Method in class bsh.Primitive
Determine if this primitive is a numeric type.
isNumericKeypad(int) - Static method in class org.gjt.sp.jedit.gui.KeyEventWorkaround
 
isOK() - Method in class org.gjt.sp.jedit.gui.CloseDialog
 
isOK() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
Returns true, if the dialog has not been cancelled.
isOpaque() - Method in class org.gjt.sp.jedit.gui.RolloverButton
 
isOS2() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running OS/2.
isOverwriteEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns true if overwrite mode is enabled, false otherwise.
isPerformingIO() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns true if the buffer is currently performing I/O.
isPerspectiveDirty() - Static method in class org.gjt.sp.jedit.PerspectiveManager
We only autosave the perspective if it has changed, to avoid spinning up the disk on laptops.
isPerspectiveEnabled() - Static method in class org.gjt.sp.jedit.PerspectiveManager
We disable saving of the perspective while the 'close all' dialog is showing.
isPlainView() - Method in class org.gjt.sp.jedit.View
Returns true if this is an auxilliary view with no dockable windows.
isPopupTrigger(MouseEvent) - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns if the specified event is the popup trigger event.
isPrefix - Variable in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
isPrefixActive() - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Returns if a prefix key has been pressed.
isPrefixActive() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns if a prefix key has been pressed.
isPrintable(int) - Static method in class org.gjt.sp.jedit.gui.KeyEventWorkaround
We need to know if a keycode can potentially result in a keytyped.
isQuickCopyEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if clicking the middle mouse button pastes the most recent selection (% register), and if Control-dragging inserts the selection at the caret.
isReadable() - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
isReadable() - Method in class org.gjt.sp.jedit.io.VFSFile
 
isReadOnly() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns true if this file is read only, false otherwise.
isRectangularSelectionEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if rectangular selection is enabled.
isRecursive() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
isRequestRunning() - Method in class org.gjt.sp.util.WorkThread
Returns if the work thread is currently running a request.
isRightButton(int) - Static method in class org.gjt.sp.jedit.GUIUtilities
 
isRightClickPopupEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if the right click popup menu is enabled.
isScriptRunning() - Static method in class org.gjt.sp.jedit.BeanShell
Returns if a BeanShell script or macro is currently running.
isSelected(Component) - Method in class org.gjt.sp.jedit.BeanShellAction
 
isSelected(Component) - Method in class org.gjt.sp.jedit.EditAction
If this edit action is a toggle, returns if it is selected or not.
isSelectionRectangular() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, check if the appropriate Selection is an instance of the Selection.Rect class.
isStructureHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.Gutter
Returns true if structure highlighting is enabled, false otherwise.
isStructureHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if structure highlighting is enabled, false otherwise.
isTemporary() - Method in class org.gjt.sp.jedit.Buffer
Returns if this is a temporary buffer.
isToggle() - Method in class org.gjt.sp.jedit.EditAction
Returns if this edit action should be displayed as a check box in menus.
isToolsJarAvailable() - Static method in class org.gjt.sp.jedit.MiscUtilities
If on JDK 1.2 or higher, make sure that tools.jar is available.
ISTORE - Static variable in interface org.objectweb.asm.Constants
 
isTransactionInProgress() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns if an undo or compound edit is currently in progress.
isTreeViewDisplayed() - Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
 
ISUB - Static variable in interface org.objectweb.asm.Constants
 
isUndoInProgress() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Returns if an undo or redo is currently being performed.
isUnix() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Unix (this includes MacOS X).
isUntitled() - Method in class org.gjt.sp.jedit.Buffer
Returns true if this file is 'untitled'.
isURL(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Checks if the specified string is a URL.
isValid() - Method in interface gnu.regexp.CharIndexed
Returns true if the most recent move() operation placed the cursor position at a valid position in the input.
isValid() - Method in class org.gjt.sp.util.CharIndexedSegment
Deprecated.  
isVisible(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
isVisible(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
isVisible(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
isVMS() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running VMS.
isWindows() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP.
isWindows9x() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME.
isWindowsNT() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Windows NT/2000/XP.
isWrapGuidePainted() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if the wrap guide is drawn, false otherwise.
isWrapperType(Class) - Static method in class bsh.Primitive
 
isWriteable() - Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
 
isWriteable() - Method in class org.gjt.sp.jedit.io.VFSFile
 
isWriteLocked() - Method in class org.gjt.sp.util.ReadWriteLock
 
isX11() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if this OS is likely to be using X11 as the graphics system.
IUSHR - Static variable in interface org.objectweb.asm.Constants
 
IXOR - Static variable in interface org.objectweb.asm.Constants
 

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 _