JIDE 3.5.15

com.jidesoft.editor.margin
Interface Margin

All Superinterfaces:
Margin

public interface Margin
extends Margin

An interface for the margin component. Margin is used for as children component for MarginArea in CodeEditor.


Method Summary
 CodeEditor getCodeEditor()
          Gets the code editor.
 void setCodeEditor(CodeEditor editor)
          Sets the code editor.
 
Methods inherited from interface com.jidesoft.margin.Margin
addMarginPainter, getMarginComponent, getMarginSupport, getPreferredWidth, paintMargin, removeMarginPainter, setMarginSupport
 

Method Detail

getCodeEditor

CodeEditor getCodeEditor()
Gets the code editor.

Returns:
the code editor.

setCodeEditor

void setCodeEditor(CodeEditor editor)
Sets the code editor.

Parameters:
editor -

JIDE 3.5.15