org.objectweb.kilim.tools
Class KilimTraceTreeViewer

java.lang.Object
  extended byorg.objectweb.kilim.tools.KilimTraceTreeViewer

public class KilimTraceTreeViewer
extends java.lang.Object

Author:
delpiano, horn

Field Summary
private static java.awt.event.ActionListener action_listener
           
private static javax.swing.JFrame text_frame
           
private static javax.swing.JTextArea textArea
           
private static javax.swing.JTree tree
           
private static javax.swing.JFrame tree_frame
           
private static KilimTraceTreeModel treeModel
           
private static java.lang.String WINDOW_NAME
           
 
Constructor Summary
KilimTraceTreeViewer()
           
 
Method Summary
static void updateView()
          Method updateView.
static void viewTrace(KilimTraceTreeModel aModel, javax.swing.JTextArea aTextArea)
          Method viewComponent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WINDOW_NAME

private static final java.lang.String WINDOW_NAME
See Also:
Constant Field Values

action_listener

private static java.awt.event.ActionListener action_listener

tree_frame

private static javax.swing.JFrame tree_frame

text_frame

private static javax.swing.JFrame text_frame

textArea

private static javax.swing.JTextArea textArea

tree

private static javax.swing.JTree tree

treeModel

private static KilimTraceTreeModel treeModel
Constructor Detail

KilimTraceTreeViewer

public KilimTraceTreeViewer()
Method Detail

viewTrace

public static void viewTrace(KilimTraceTreeModel aModel,
                             javax.swing.JTextArea aTextArea)
Method viewComponent.

Parameters:
aModel - :
aTextArea - :

updateView

public static void updateView()
Method updateView.