chrriis.dj.nativeswing.swtimpl.components
Class SyntaxHighlighterOptions
java.lang.Object
   chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
chrriis.dj.nativeswing.swtimpl.components.SyntaxHighlighterOptions
- public class SyntaxHighlighterOptions 
- extends Object
- Author:
- Christopher Deckers
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SyntaxHighlighterOptions
public SyntaxHighlighterOptions()
setGutterVisible
public void setGutterVisible(boolean isGutterVisible)
- 
 
isGutterVisible
public boolean isGutterVisible()
- 
 
setControlAreaVisible
public void setControlAreaVisible(boolean isControlAreaVisible)
- 
 
isControlAreaVisible
public boolean isControlAreaVisible()
- 
 
setFirstLineNumber
public void setFirstLineNumber(int firstLineNumber)
- 
 
getFirstLineNumber
public int getFirstLineNumber()
-