flatscape.util
Class ModTreeNode

java.lang.Object
  |
  +--flatscape.util.ModTreeNode
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ModTreeNode
extends java.lang.Object
implements java.awt.event.ActionListener

Copyright (c) 2001 Rutgers, The State University of New Jersey

Since:
manifold %Version%
Version:
%Version%, %Time%

Field Summary
static java.lang.String affiliation
           
 java.util.ArrayList child_nodes
           
static java.lang.String extension
           
static java.lang.String[] hier
           
 java.lang.String hierarchy
           
 java.lang.String id
           
static java.lang.String image_file
           
static java.lang.String imagepath
           
 int level
           
static ModifierEditor mod_ed
           
 java.lang.String name
           
static java.lang.String[] p_id
           
static java.lang.String path_id
           
static java.lang.String path_num
           
static java.lang.String[] path_to_root
           
static java.lang.String prefix
           
 
Constructor Summary
ModTreeNode()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void change_f()
           
 void change_file(java.lang.String uftype)
           
 void print_path_to_root()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

id

public java.lang.String id

hierarchy

public java.lang.String hierarchy

child_nodes

public java.util.ArrayList child_nodes

level

public int level

path_to_root

public static java.lang.String[] path_to_root

hier

public static java.lang.String[] hier

p_id

public static java.lang.String[] p_id

mod_ed

public static ModifierEditor mod_ed

imagepath

public static java.lang.String imagepath

prefix

public static java.lang.String prefix

extension

public static java.lang.String extension

affiliation

public static java.lang.String affiliation

image_file

public static java.lang.String image_file

path_num

public static java.lang.String path_num

path_id

public static java.lang.String path_id
Constructor Detail

ModTreeNode

public ModTreeNode()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

change_f

public void change_f()

change_file

public void change_file(java.lang.String uftype)

print_path_to_root

public void print_path_to_root()


Copyright (c) 2003 Rutgers, The State University of New Jersey