gui.utils
Class Codeline

java.lang.Object
  extended by gui.utils.Codeline

public class Codeline
extends java.lang.Object

Line of code with keywords highlight. If same word as keyword is used, should start with _


Field Summary
static java.lang.String[] KEYWORDS
          Klicove slovo.
 
Constructor Summary
Codeline(java.lang.String codeline)
          Creates a new instance of Codeline
 
Method Summary
 java.lang.String[] getParagraphs()
          Kolekce slov.
 java.lang.String[] getStyles()
          Kolekce stylu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEYWORDS

public static final java.lang.String[] KEYWORDS
Klicove slovo.

Constructor Detail

Codeline

public Codeline(java.lang.String codeline)
Creates a new instance of Codeline

Parameters:
codeline - retezec k parsovani
Method Detail

getParagraphs

public java.lang.String[] getParagraphs()
Kolekce slov.

Returns:
jednotliva slova v kolekci

getStyles

public java.lang.String[] getStyles()
Kolekce stylu.

Returns:
styly pro jednotliva slova