JIDE 3.5.15

com.jidesoft.editor
Class SyntaxStyleSchema

java.lang.Object
  extended by com.jidesoft.editor.SyntaxStyleSchema

public class SyntaxStyleSchema
extends Object

SyntaxStyleSchema contains a list of SyntaxStyles that can be used by CodeEditor.


Constructor Summary
SyntaxStyleSchema()
           
 
Method Summary
 void addStyle(int id, SyntaxStyle style)
           
 SyntaxStyle getStyle(int id)
           
 SyntaxStyle getStyleByIndex(int index)
           
 int getStyleCount()
           
protected  List<SyntaxStyle> getStyleList()
           
protected  Map<Integer,SyntaxStyle> getStyleMap()
           
 void setStyleByIndex(int index, SyntaxStyle style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntaxStyleSchema

public SyntaxStyleSchema()
Method Detail

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)

JIDE 3.5.15