com.atlassian.bonnie.search.summary
Class Summary.Highlight

java.lang.Object
  extended bycom.atlassian.bonnie.search.summary.Summary.Fragment
      extended bycom.atlassian.bonnie.search.summary.Summary.Highlight
Enclosing class:
Summary

public static class Summary.Highlight
extends Summary.Fragment

A highlighted fragment of text within a summary.


Constructor Summary
Summary.Highlight(java.lang.String text)
          Constructs a highlighted fragment for the given text.
 
Method Summary
 boolean isHighlight()
          Returns true.
 
Methods inherited from class com.atlassian.bonnie.search.summary.Summary.Fragment
equals, getText, hashCode, isEllipsis, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Summary.Highlight

public Summary.Highlight(java.lang.String text)
Constructs a highlighted fragment for the given text.

Method Detail

isHighlight

public boolean isHighlight()
Returns true.

Overrides:
isHighlight in class Summary.Fragment


Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.