org.objectweb.kilim.tools
Class KilimComponentViewer

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

public class KilimComponentViewer
extends java.lang.Object

Author:
delpiano

Field Summary
private static java.awt.event.ActionListener action_listener
           
private static javax.swing.JTree tree
           
private static javax.swing.tree.TreeModel treeModel
           
private static javax.swing.JFrame view_frame
           
private static java.lang.String WINDOW_NAME
           
 
Constructor Summary
KilimComponentViewer()
           
 
Method Summary
static void updateView()
          Method updateView.
static void viewComponent(Component cmpnnt)
          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

view_frame

private static javax.swing.JFrame view_frame

tree

private static javax.swing.JTree tree

treeModel

private static javax.swing.tree.TreeModel treeModel
Constructor Detail

KilimComponentViewer

public KilimComponentViewer()
Method Detail

viewComponent

public static void viewComponent(Component cmpnnt)
Method viewComponent.

Parameters:
cmpnnt - : the component to be displayed.

updateView

public static void updateView()
Method updateView.