org.tbee.swing
Class CurrentLineHighlighter

java.lang.Object
  extended by org.tbee.swing.CurrentLineHighlighter

public class CurrentLineHighlighter
extends java.lang.Object

This class can be used to highlight the current line for any JTextComponent.

Version:
$Revision: 1.9 $

Field Summary
static java.lang.String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
CurrentLineHighlighter()
           
 
Method Summary
static void install(javax.swing.text.JTextComponent c)
           
static void uninstall(javax.swing.text.JTextComponent c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final java.lang.String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

CurrentLineHighlighter

public CurrentLineHighlighter()
Method Detail

install

public static void install(javax.swing.text.JTextComponent c)

uninstall

public static void uninstall(javax.swing.text.JTextComponent c)


Copyright © 2010. All Rights Reserved.