org.tbee.swing
Class CurrentLineHighlighter

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

public class CurrentLineHighlighter
extends Object

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

Version:
$Revision: 1.9 $

Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
CurrentLineHighlighter()
           
 
Method Summary
static void install(JTextComponent c)
           
static void uninstall(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 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(JTextComponent c)

uninstall

public static void uninstall(JTextComponent c)


Copyright © 2011 KnowledgePlaza. All Rights Reserved.