EVolve.util.sourcebrowser
Class SourceBrowser

java.lang.Object
  |
  +--EVolve.util.sourcebrowser.SourceBrowser
All Implemented Interfaces:
java.lang.Cloneable

public class SourceBrowser
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
SourceBrowser()
           
 
Method Summary
protected  void addPopupTrigger(java.awt.Component component)
           
 java.lang.Object clone()
           
 void showSourceFile(java.lang.String entityName)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceBrowser

public SourceBrowser()
Method Detail

showSourceFile

public void showSourceFile(java.lang.String entityName)

addPopupTrigger

protected void addPopupTrigger(java.awt.Component component)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object