pt.moredata.mdmenus
Class FastMenuMaker

java.lang.Object
  extended bypt.moredata.mdmenus.FastMenuMaker

public class FastMenuMaker
extends java.lang.Object

put your documentation comment here


Field Summary
static int ADMINMODE
           
static int USERMODE
           
 
Constructor Summary
FastMenuMaker(java.lang.String _menuName, java.lang.String _user, java.sql.Connection _con, int _mode)
          put your documentation comment here
 
Method Summary
protected  javax.swing.tree.MutableTreeNode getTreeNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMINMODE

public static final int ADMINMODE
See Also:
Constant Field Values

USERMODE

public static final int USERMODE
See Also:
Constant Field Values
Constructor Detail

FastMenuMaker

public FastMenuMaker(java.lang.String _menuName,
                     java.lang.String _user,
                     java.sql.Connection _con,
                     int _mode)
put your documentation comment here

Method Detail

getTreeNode

protected javax.swing.tree.MutableTreeNode getTreeNode()