Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.inspector.find
Class TextHighlightEffect

java.lang.Object
  extended by oracle.ide.inspector.find.TextHighlightEffect


public class TextHighlightEffect
extends java.lang.Object

Special effect utility class for highlighting search text.


Constructor Summary
TextHighlightEffect()
           

 

Method Summary
static java.lang.String toHighlightedText(java.lang.String plainText, int index, int len)
          Constructs an HTML string that displays a highlighted portion of the specified plain text string.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TextHighlightEffect

public TextHighlightEffect()

Method Detail

toHighlightedText

public static java.lang.String toHighlightedText(java.lang.String plainText,
                                                 int index,
                                                 int len)
Constructs an HTML string that displays a highlighted portion of the specified plain text string.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.