com.jidesoft.editor
Class SyntaxStyleSchema
java.lang.Object
com.jidesoft.editor.SyntaxStyleSchema
public class SyntaxStyleSchema
- extends Object
SyntaxStyleSchema
contains a list of SyntaxStyle
s that can be used by CodeEditor
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyntaxStyleSchema
public SyntaxStyleSchema()
getStyleMap
protected Map<Integer,SyntaxStyle> getStyleMap()
getStyleList
protected List<SyntaxStyle> getStyleList()
getStyle
public SyntaxStyle getStyle(int id)
addStyle
public void addStyle(int id,
SyntaxStyle style)
getStyleCount
public int getStyleCount()
getStyleByIndex
public SyntaxStyle getStyleByIndex(int index)
setStyleByIndex
public void setStyleByIndex(int index,
SyntaxStyle style)