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 _

O

OBJECT - Static variable in class org.objectweb.asm.Type
The sort of object reference type.
objectsEqual(Object, Object) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns if two strings are equal.
occur - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
occurCount - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
OCTAL_LITERAL - Static variable in interface bsh.ParserConstants
 
offset - Variable in class org.gjt.sp.jedit.syntax.Token
The start offset of this token.
OFFSET_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Print messages when the gap moves, and other offset manager state changes.
offsetToX(Chunk, int) - Static method in class org.gjt.sp.jedit.syntax.Chunk
Converts an offset in a chunk list into an x co-ordinate.
offsetToX(int) - Method in class org.gjt.sp.jedit.syntax.Chunk
 
offsetToXY(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts an offset into a point in the text area painter's co-ordinate space.
offsetToXY(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts an offset into a point in the text area painter's co-ordinate space.
offsetToXY(int, int, Point) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts a line,offset pair into an x,y (pixel) point relative to the upper left corner (0,0) of the text area.
ok() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.AboutDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.BufferOptions
 
ok() - Method in class org.gjt.sp.jedit.gui.CloseDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.EnhancedDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.ErrorListDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.FilesChangedDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
ok(boolean) - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.PasteFromListDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.SelectLineRange
 
ok() - Method in class org.gjt.sp.jedit.gui.TextAreaDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.TipOfTheDay
 
ok() - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
ok() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
OPEN_DIALOG - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
Open file dialog mode.
openBracket - Variable in class org.gjt.sp.jedit.indent.BracketIndentRule
 
OpenBracketIndentRule - Class in org.gjt.sp.jedit.indent
 
OpenBracketIndentRule(char, boolean) - Constructor for class org.gjt.sp.jedit.indent.OpenBracketIndentRule
 
openConnection(URL) - Method in class org.gjt.sp.jedit.proto.jeditresource.Handler
 
openDirIcon - Static variable in class org.gjt.sp.jedit.browser.FileCellRenderer
 
openFile(View, String) - Static method in class org.gjt.sp.jedit.jEdit
Opens a file.
openFile(View, String, String, boolean, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Deprecated. The openFile() forms with the readOnly parameter should not be used. The readOnly prameter is no longer supported.
openFile(View, String, String, boolean, boolean, Hashtable) - Static method in class org.gjt.sp.jedit.jEdit
Deprecated. The openFile() forms with the readOnly parameter should not be used. The readOnly prameter is no longer supported.
openFile(View, String, String, boolean, Hashtable) - Static method in class org.gjt.sp.jedit.jEdit
Opens a file.
openFileIcon - Static variable in class org.gjt.sp.jedit.browser.FileCellRenderer
 
openFiles(View, String, String[]) - Static method in class org.gjt.sp.jedit.jEdit
Opens the file names specified in the argument array.
openTemporary(View, String, String, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Opens a temporary buffer.
OperatingSystem - Class in org.gjt.sp.jedit
Operating system detection routines.
OperatingSystem() - Constructor for class org.gjt.sp.jedit.OperatingSystem
 
OPERATOR - Static variable in class org.gjt.sp.jedit.syntax.Token
 
OptionGroup - Class in org.gjt.sp.jedit
A set of option panes shown in one branch in the options dialog.
OptionGroup(String) - Constructor for class org.gjt.sp.jedit.OptionGroup
Creates an option group.
OptionGroup(String, String, String) - Constructor for class org.gjt.sp.jedit.OptionGroup
Creates an option group.
OptionPane - Interface in org.gjt.sp.jedit
The interface all option panes must implement.
OptionsDialog - Class in org.gjt.sp.jedit.gui
An abstract tabbed options dialog box.
OptionsDialog(Frame, String, String) - Constructor for class org.gjt.sp.jedit.gui.OptionsDialog
 
OptionsDialog(Dialog, String, String) - Constructor for class org.gjt.sp.jedit.gui.OptionsDialog
 
OptionsDialog.OptionTreeModel - Class in org.gjt.sp.jedit.gui
 
OptionsDialog.OptionTreeModel() - Constructor for class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
OptionsDialog.PaneNameRenderer - Class in org.gjt.sp.jedit.gui
 
OptionsDialog.PaneNameRenderer() - Constructor for class org.gjt.sp.jedit.gui.OptionsDialog.PaneNameRenderer
 
ORASSIGN - Static variable in interface bsh.ParserConstants
 
ORASSIGNX - Static variable in interface bsh.ParserConstants
 
org.gjt.sp.jedit - package org.gjt.sp.jedit
This package contains jEdit's core classes.
org.gjt.sp.jedit.browser - package org.gjt.sp.jedit.browser
jEdit's file system browser.
org.gjt.sp.jedit.buffer - package org.gjt.sp.jedit.buffer
Buffer event listeners, and classes used to implement jEdit's document model.
org.gjt.sp.jedit.gui - package org.gjt.sp.jedit.gui
Various GUI controls and dialog boxes.
org.gjt.sp.jedit.help - package org.gjt.sp.jedit.help
The jEdit help viewer.
org.gjt.sp.jedit.indent - package org.gjt.sp.jedit.indent
 
org.gjt.sp.jedit.io - package org.gjt.sp.jedit.io
Virtual file system and multi-threaded I/O.
org.gjt.sp.jedit.menu - package org.gjt.sp.jedit.menu
 
org.gjt.sp.jedit.msg - package org.gjt.sp.jedit.msg
EditBus messages.
org.gjt.sp.jedit.options - package org.gjt.sp.jedit.options
Global Options dialog box panes.
org.gjt.sp.jedit.pluginmgr - package org.gjt.sp.jedit.pluginmgr
The plugin manager.
org.gjt.sp.jedit.print - package org.gjt.sp.jedit.print
Printing.
org.gjt.sp.jedit.proto.jeditresource - package org.gjt.sp.jedit.proto.jeditresource
jeditresource: URL protocol handler, used to load resources from plugin JAR files.
org.gjt.sp.jedit.search - package org.gjt.sp.jedit.search
Search and replace classes.
org.gjt.sp.jedit.syntax - package org.gjt.sp.jedit.syntax
The jEdit syntax highlighting engine.
org.gjt.sp.jedit.textarea - package org.gjt.sp.jedit.textarea
The classes in this package are in the process of being refactored, for jedit 4.3final.
org.gjt.sp.util - package org.gjt.sp.util
Utility classes used by jEdit but that do not depend on jEdit itself.
org.objectweb.asm - package org.objectweb.asm
 
OUT_OF_BOUNDS - Static variable in interface gnu.regexp.CharIndexed
Defines a constant (0xFFFF was somewhat arbitrarily chosen) that can be returned by the charAt() function indicating that the specified index is out of range.
overlaps(Selection) - Method in class org.gjt.sp.jedit.textarea.Selection
Returns if this selection and the specified selection overlap.
OVERWRITE_CHANGED - Static variable in interface org.gjt.sp.jedit.textarea.StatusListener
 

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 _