- obj - Variable in class org.jeditor.scripts.base.TokenMarker.LineInfo
 
- 
This is for use by the token marker implementations themselves.
 
- offset - Variable in class org.jeditor.core.PosToken
 
- 
The offset from the beginning of the document.
 
- offsetGap - Variable in class org.jeditor.scripts.base.TokenMarker
 
- 
The offset gap for the current line.
 
- offsetToX(int, int) - Method in class org.jeditor.gui.JEditor
 
- 
Converts an offset in a line into an x co-ordinate.
 
- offsetVerticalScroll(int) - Method in class org.jeditor.gui.JEditor
 
- 
Sets the line displayed at the editor's origin without updating the scroll bars.
 
- OPERATOR - Static variable in class org.jeditor.scripts.base.Token
 
- 
Operator token id.
 
- org.jeditor - package org.jeditor
 
- 
Contains only a Main class to show the version of the Application if started directly.
 
- org.jeditor.app - package org.jeditor.app
 
- 
A class showing the use of the package.
 
- org.jeditor.core - package org.jeditor.core
 
- 
This package contains the core syntax classes of the library.
 
- org.jeditor.diff - package org.jeditor.diff
 
- 
The diff package, allowing to present differences between two text files.
 
- org.jeditor.gui - package org.jeditor.gui
 
- 
The presentation package for managing scripts presentation and modification.
 
- org.jeditor.scripts - package org.jeditor.scripts
 
- 
Contains the code to handle scripts syntaxes.
 
- org.jeditor.scripts.base - package org.jeditor.scripts.base
 
- 
Contains the generic package for syntax management.
 
- org.jeditor.scripts.pack - package org.jeditor.scripts.pack
 
- 
Contains scripts syntax in a GPL pack.
 
- org.jeditor.scripts.tokenmarkers - package org.jeditor.scripts.tokenmarkers
 
- 
Contains various scripts syntax.
 
- outfile - Variable in class org.jeditor.diff.DiffPrint.Base
 
-  
 
- OVERWRITE - Static variable in class org.jeditor.gui.InputHandler
 
-  
 
- overwrite() - Constructor for class org.jeditor.gui.InputHandler.overwrite
 
-  
 
- overwriteSetSelectedText(String) - Method in class org.jeditor.gui.JEditor
 
- 
Similar to setSelectedText(), but overstrikes the appropriate number of characters if overwrite mode is enabled.