edu.cmu.archevol.diagram.navigator
Class ArchevolNavigatorItem

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by edu.cmu.archevol.diagram.navigator.ArchevolAbstractNavigatorItem
          extended by edu.cmu.archevol.diagram.navigator.ArchevolNavigatorItem
All Implemented Interfaces:
IAdaptable

public class ArchevolNavigatorItem
extends ArchevolAbstractNavigatorItem


Constructor Summary
ArchevolNavigatorItem(org.eclipse.gmf.runtime.notation.View view, Object parent, boolean isLeaf)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.eclipse.gmf.runtime.notation.View getView()
           
 int hashCode()
           
 boolean isLeaf()
           
 
Methods inherited from class edu.cmu.archevol.diagram.navigator.ArchevolAbstractNavigatorItem
getParent
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchevolNavigatorItem

public ArchevolNavigatorItem(org.eclipse.gmf.runtime.notation.View view,
                             Object parent,
                             boolean isLeaf)
Method Detail

getView

public org.eclipse.gmf.runtime.notation.View getView()

isLeaf

public boolean isLeaf()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object