net.sourceforge.jivalo.editor.syntax
Class QuotationMarkWord

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

public class QuotationMarkWord
extends Word

Author:
Markku Saarela

Constructor Summary
QuotationMarkWord(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

QuotationMarkWord

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

getStyles

public JIvaloStyle[] getStyles(SyntaxHighlighting syntaxHighlighting)
Overrides:
getStyles in class Word


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