org.argouml.uml.ui
Class UMLModelElementTreeNode

java.lang.Object
  extended byorg.argouml.uml.ui.UMLModelElementTreeNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by nothing, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.

public class UMLModelElementTreeNode
extends java.lang.Object
implements javax.swing.tree.TreeNode

This class implements a tree node that displays one model element, but it is not currently used.


Constructor Summary
UMLModelElementTreeNode(javax.swing.tree.TreeNode parent, UMLUserInterfaceContainer container, ru.novosoft.uml.foundation.core.MModelElement element)
          Deprecated.  
 
Method Summary
 java.util.Enumeration children()
          Deprecated.  
 boolean getAllowsChildren()
          Deprecated.  
 javax.swing.tree.TreeNode getChildAt(int childIndex)
          Deprecated.  
 int getChildCount()
          Deprecated.  
 int getIndex(javax.swing.tree.TreeNode node)
          Deprecated.  
 ru.novosoft.uml.foundation.core.MModelElement getModelElement()
          Deprecated.  
 javax.swing.tree.TreeNode getParent()
          Deprecated.  
 boolean isLeaf()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UMLModelElementTreeNode

public UMLModelElementTreeNode(javax.swing.tree.TreeNode parent,
                               UMLUserInterfaceContainer container,
                               ru.novosoft.uml.foundation.core.MModelElement element)
Deprecated. 
Method Detail

getChildAt

public javax.swing.tree.TreeNode getChildAt(int childIndex)
Deprecated. 
Specified by:
getChildAt in interface javax.swing.tree.TreeNode

getChildCount

public int getChildCount()
Deprecated. 
Specified by:
getChildCount in interface javax.swing.tree.TreeNode

getParent

public javax.swing.tree.TreeNode getParent()
Deprecated. 
Specified by:
getParent in interface javax.swing.tree.TreeNode

getIndex

public int getIndex(javax.swing.tree.TreeNode node)
Deprecated. 
Specified by:
getIndex in interface javax.swing.tree.TreeNode

getAllowsChildren

public boolean getAllowsChildren()
Deprecated. 
Specified by:
getAllowsChildren in interface javax.swing.tree.TreeNode

isLeaf

public boolean isLeaf()
Deprecated. 
Specified by:
isLeaf in interface javax.swing.tree.TreeNode

children

public java.util.Enumeration children()
Deprecated. 
Specified by:
children in interface javax.swing.tree.TreeNode

toString

public java.lang.String toString()
Deprecated. 

getModelElement

public ru.novosoft.uml.foundation.core.MModelElement getModelElement()
Deprecated. 


ArgoUML © 1996-2003 (20040125)ArgoUML Project HomeArgoUML Cookbook