net.sourceforge.jivalo.editor.syntax
Class SyntaxHighlighting

java.lang.Object
  extended by net.sourceforge.jivalo.editor.syntax.SyntaxHighlighting

public final class SyntaxHighlighting
extends Object

Author:
Markku Saarela

Constructor Summary
SyntaxHighlighting(String fileName, Properties properties)
           
 
Method Summary
 JIvaloStyle[] getCommentLineHighLighting()
           
 JIvaloStyle[] getStringHighLighting()
           
 JIvaloStyle[] getStyles(String word)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxHighlighting

public SyntaxHighlighting(String fileName,
                          Properties properties)
Method Detail

getStyles

public JIvaloStyle[] getStyles(String word)

getStringHighLighting

public JIvaloStyle[] getStringHighLighting()

getCommentLineHighLighting

public JIvaloStyle[] getCommentLineHighLighting()
Returns:
the commentLineHighLighting

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2007 SourceForge.net. All Rights Reserved.