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 _

N

NAME - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
 
name - Variable in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
name - Variable in class org.gjt.sp.jedit.io.VFSFile
Deprecated. Use the accessor/mutator methods instead.
NAME - Static variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
NameList() - Method in class bsh.Parser
 
NameSource - Interface in bsh
This interface supports name completion, which is used primarily for command line tools, etc.
NameSource.Listener - Interface in bsh
 
nameSourceChanged(NameSource) - Method in interface bsh.NameSource.Listener
 
NameSpace - Class in bsh
A namespace in which methods, variables, and imports (class names) live.
NameSpace(NameSpace, String) - Constructor for class bsh.NameSpace
 
NameSpace(BshClassManager, String) - Constructor for class bsh.NameSpace
 
NameSpace(NameSpace, BshClassManager, String) - Constructor for class bsh.NameSpace
 
nameSpaceChanged() - Method in class bsh.NameSpace
Clear all cached classes and names
narrow(int, int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Narrows the visible portion of the buffer to the specified line range.
narrowActive(JEditTextArea) - Method in interface org.gjt.sp.jedit.textarea.StatusListener
 
narrowToFold() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Hides all lines except those in the fold containing the caret.
narrowToSelection() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Hides all lines except those in the selection.
NATIVE - Static variable in interface bsh.ParserConstants
 
NE - Static variable in interface bsh.ParserConstants
 
NEW - Static variable in interface bsh.ParserConstants
 
NEW - Static variable in interface org.objectweb.asm.Constants
 
NEW_BUFFER_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
Deprecated. Use GUIUtilities.loadIcon("new.gif"); instead.
NEW_PATH - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
NEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
newFile() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Creates a new file in the current directory.
newFile(View) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new `untitled' file.
newFile(View, String) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new `untitled' file.
newLabel(String, Component) - Method in class org.gjt.sp.jedit.AbstractOptionPane
 
newToken(int) - Static method in class bsh.Token
Returns a new Token object, by default.
newView(View) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new view.
newView(View, Buffer) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new view of a buffer.
newView(View, Buffer, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new view of a buffer.
newView(View, Buffer, View.ViewConfig) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new view.
next() - Method in interface bsh.BshIterator
Fetch the next object in the iteration
next() - Method in class bsh.collection.CollectionIterator
Fetch the next object in the iteration
next() - Method in class bsh.CollectionManager.BasicBshIterator
Fetch the next object in the iteration
next - Variable in class bsh.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
next - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
next - Variable in class org.gjt.sp.jedit.syntax.Token
The next token in the linked list.
nextBuffer() - Method in class org.gjt.sp.jedit.EditPane
Selects the next buffer.
nextCharBuf - Variable in class bsh.JavaCharStream
 
nextCharInd - Variable in class bsh.JavaCharStream
 
nextElement() - Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextMatch() - Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextMatch(CharSequence, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
Returns the offset of the first match of the specified text within this matcher.
nextMatch(CharSequence, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.PatternSearchMatcher
Returns the offset of the first match of the specified text within this matcher.
nextMatch(CharSequence, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.SearchMatcher
Returns the offset of the first match of the specified text within this matcher.
nextTabStop(float, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Implementation of TabExpander interface.
nextTextArea() - Method in class org.gjt.sp.jedit.View
Moves keyboard focus to the next text area.
NO_ESCAPE - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
NO_LINE_BREAK - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
NO_SCROLL - Static variable in class org.gjt.sp.jedit.textarea.JEditTextArea
 
NO_WORD_BREAK - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
noClassDefFound(String, Error) - Static method in class bsh.BshClassManager
Annotate the NoClassDefFoundError with some info about the class we were trying to load.
noFocusBorder - Static variable in class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane
 
NONE - Static variable in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
NONE - Static variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
NONE - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
 
NONPRINTABLE - Static variable in interface bsh.ParserConstants
 
NOP - Static variable in interface org.objectweb.asm.Constants
 
noRecord() - Method in class org.gjt.sp.jedit.BeanShellAction
 
noRecord() - Method in class org.gjt.sp.jedit.EditAction
Returns if this edit action should not be recorded.
noRememberLast() - Method in class org.gjt.sp.jedit.BeanShellAction
Returns if this edit action should not be remembered as the most recently invoked action.
noRememberLast() - Method in class org.gjt.sp.jedit.EditAction
Returns if this edit action should not be remembered as the most recently invoked action.
noRepeat() - Method in class org.gjt.sp.jedit.BeanShellAction
 
noRepeat() - Method in class org.gjt.sp.jedit.EditAction
Returns if this edit action should not be repeated.
NORMAL_BUFFER_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
Deprecated. Use GUIUtilities.loadIcon("normal.gif"); instead.
NORMAL_PRIORITY - Static variable in class org.gjt.sp.jedit.buffer.JEditBuffer
 
NORMAL_SCROLL - Static variable in class org.gjt.sp.jedit.textarea.JEditTextArea
 
normalizeClassName(Class) - Static method in class bsh.StringUtil
Hack - The real method is in Reflect.java which is not public.
NOTICE - Static variable in class org.gjt.sp.util.Log
Notice urgency.
NULL - Static variable in interface bsh.ParserConstants
 
NULL - Static variable in class bsh.Primitive
 
NULL - Static variable in class org.gjt.sp.jedit.syntax.Token
 
NullLiteral() - Method in class bsh.Parser
 
numberValue() - Method in class bsh.Primitive
 
numericKeypadKey() - Static method in class org.gjt.sp.jedit.gui.KeyEventWorkaround
A workaround for non-working NumLock status in some Java versions.

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 _