org.objectweb.kilim.tools
Class KilimTemplateViewer

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

public class KilimTemplateViewer
extends java.lang.Object

Author:
delpiano To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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
KilimTemplateViewer()
           
 
Method Summary
static void updateView()
          Method updateView.
static void viewTemplate(TemplateDescription tmplt)
          Method viewTemplate.
 
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

KilimTemplateViewer

public KilimTemplateViewer()
Method Detail

viewTemplate

public static void viewTemplate(TemplateDescription tmplt)
Method viewTemplate.

Parameters:
tmplt - :

updateView

public static void updateView()
Method updateView.