JIDE 3.5.15

Package com.jidesoft.editor.margin

The package contains classes for margin area for JIDE Code Editor product.

See:
          Description

Interface Summary
CodeFoldingPainter A painter interface to paint the code folding.
LineMarginPainter A painter interface to paint the margin area line by line.
Margin An interface for the margin component.
MarginPainter A painter interface to paint the margin area.
 

Class Summary
AbstractLineMargin An abstract class which is the base of any line margins such as LineNumberMargin.
AbstractLineMarginPainter An abstract implementation of LineMarginPainter interface.
AbstractMargin AbstractMargin is a component that usually appears on the left side of a code editor.
AbstractMarginPainter An abstract implementation of MarginPainter interface.
BraceMatchingMarginPainter BraceMatchingMarginPainter is a margin painter that can paint the brace matching information on any margin.
CodeFoldingMargin A margin component for code folding.
CodeFoldingMargin.HitInfo  
DefaultCodeFoldingPainter The default painter for code folding.
LineNumberMargin A margin component for line numbers.
LineOffsetMargin A margin component for line offset.
MarginArea A container for Margin.
 

Package com.jidesoft.editor.margin Description

The package contains classes for margin area for JIDE Code Editor product.


JIDE 3.5.15