jack.plugin.perspective
Interface ISourceCaseViewer

All Known Implementing Classes:
SourceCaseViewer

public interface ISourceCaseViewer

This interface defines a source viewer.

Author:
L. Burdy

Method Summary
 void eraseColor()
           
 boolean highlight(org.eclipse.swt.graphics.Color fgcolor, org.eclipse.swt.graphics.Color bgcolor, int line, int column, int length)
           
 void setTopIndex(int line)
           
 

Method Detail

setTopIndex

public void setTopIndex(int line)

highlight

public boolean highlight(org.eclipse.swt.graphics.Color fgcolor,
                         org.eclipse.swt.graphics.Color bgcolor,
                         int line,
                         int column,
                         int length)

eraseColor

public void eraseColor()