net.sourceforge.jivalo.editor.syntax
Class CommentLineWord

java.lang.Object
  extended by net.sourceforge.jivalo.editor.syntax.Word
      extended by net.sourceforge.jivalo.editor.syntax.CommentLineWord

public class CommentLineWord
extends Word

Author:
Markku Saarela

Constructor Summary
CommentLineWord(String word, int startIndex, int endIndex)
           
 
Method Summary
 JIvaloStyle[] getStyles(SyntaxHighlighting syntaxHighlighting)
           
 
Methods inherited from class net.sourceforge.jivalo.editor.syntax.Word
getEndIndex, getStartIndex, getWord, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentLineWord

public CommentLineWord(String word,
                       int startIndex,
                       int endIndex)
Parameters:
word -
startIndex -
endIndex -
Method Detail

getStyles

public JIvaloStyle[] getStyles(SyntaxHighlighting syntaxHighlighting)
Overrides:
getStyles in class Word
See Also:
Word.getStyles(net.sourceforge.jivalo.editor.syntax.SyntaxHighlighting)


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