org.fife.rtext.plugins.langsupport
Class JavaSourceBrowserTreeConstructor

java.lang.Object
  extended byorg.fife.rtext.plugins.langsupport.JavaSourceBrowserTreeConstructor

public class JavaSourceBrowserTreeConstructor
extends java.lang.Object

Constructs the source browser tree for Java source files. This is a more sophisticated one than the default one created from ctags output. Features include:

Version:
1.0
Author:
Robert Futrell

Constructor Summary
JavaSourceBrowserTreeConstructor()
           
 
Method Summary
 javax.swing.JTree constructSourceBrowserTree(RText rtext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSourceBrowserTreeConstructor

public JavaSourceBrowserTreeConstructor()
Method Detail

constructSourceBrowserTree

public javax.swing.JTree constructSourceBrowserTree(RText rtext)