- handleChangeWidth(Gutter, int) - Method in interface org.jeditor.gui.GutterHandler
 
- 
Called when the gutter width is changed.
 
- handleClick(Gutter, int, int, int) - Method in interface org.jeditor.gui.GutterHandler
 
- 
Called for a click on the gutter.
 
- handleGrabAction(KeyEvent) - Method in class org.jeditor.gui.InputHandler
 
- 
If a key is being grabbed, this method should be called with the appropriate key event.
 
- handleMoved(Gutter, int, int) - Method in interface org.jeditor.gui.GutterHandler
 
- 
Called for a mouse moved on the gutter.
 
- hashCode() - Method in class org.jeditor.gui.CodeEditorHighlighter.HighlightZone
 
-  
 
- hasHighlight(int) - Method in class org.jeditor.gui.CodeEditorHighlighter
 
- 
Return if there is a highlight on a line.
 
- hasNextResult() - Method in class org.jeditor.gui.SearchEngine
 
- 
Return true if the search has a next result.
 
- hasPopup - Variable in class org.jeditor.core.CodeEditorDefaults
 
- 
Specifies if there is a popup which should appear for right-clicking in the editor area.
 
- hasPreviousResult() - Method in class org.jeditor.gui.SearchEngine
 
- 
Return true if the search has a previous result.
 
- hasSyntax(String) - Method in class org.jeditor.scripts.SyntaxMapper
 
- 
Return true if there is a syntax for a specified name.
 
- hasSyntaxForExtension(String) - Method in class org.jeditor.scripts.SyntaxMapper
 
- 
Return true if there is a syntax for a specified file extension.
 
- hasSyntaxForMIME(String) - Method in class org.jeditor.scripts.SyntaxMapper
 
- 
Return true if there is a syntax for a specified MIME type.
 
- heuristic - Variable in class org.jeditor.diff.Diff
 
- 
When set to true, the comparison uses a heuristic to speed it up.
 
- hideTooltip() - Method in class org.jeditor.gui.AbstractGutterHandler
 
- 
Hide the tooltip.
 
- Highlight(Color) - Constructor for class org.jeditor.gui.CodeEditorHighlighter.Highlight
 
- 
Constructor.
 
- highlighter - Variable in class org.jeditor.gui.CodeEditorPainter
 
-  
 
- highlights - Variable in class org.jeditor.gui.CodeEditorPainter
 
-  
 
- HighlightZone(int, int) - Constructor for class org.jeditor.gui.CodeEditorHighlighter.HighlightZone
 
- 
Constructor.
 
- HOME - Static variable in class org.jeditor.gui.InputHandler
 
-  
 
- home(boolean) - Constructor for class org.jeditor.gui.InputHandler.home
 
-  
 
- HTMLTokenMarker - Class in org.jeditor.scripts.tokenmarkers
 
- 
HTML token marker.
 
- HTMLTokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.HTMLTokenMarker
 
-  
 
- HTMLTokenMarker(boolean) - Constructor for class org.jeditor.scripts.tokenmarkers.HTMLTokenMarker
 
-  
 
- hunkfun(Diff.change) - Method in class org.jeditor.diff.DiffBase
 
- 
Called with the tail of the script and returns the last link that belongs together with the start of the tail.
 
- hunkfun(Diff.change) - Method in class org.jeditor.diff.DiffPrint.Base
 
- 
Called with the tail of the script and returns the last link that belongs together with the start
 of the tail.