|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensolaris.opengrok.search.Summary.Fragment
public static class Summary.Fragment
A fragment of text within a summary.
Constructor Summary | |
---|---|
Summary.Fragment(java.lang.String text)
Constructs a fragment for the given text. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the text of this fragment. |
boolean |
isEllipsis()
Returns true iff this fragment is an ellipsis. |
boolean |
isHighlight()
Returns true iff this fragment is to be highlighted. |
java.lang.String |
toString()
Returns an HTML representation of this fragment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Summary.Fragment(java.lang.String text)
Method Detail |
---|
public java.lang.String getText()
public boolean isHighlight()
public boolean isEllipsis()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |