edu.hust.go.gui
Class GoCell

java.lang.Object
  |
  +--DefaultGraphCell
        |
        +--edu.hust.go.gui.GoCell

public class GoCell
extends DefaultGraphCell

See Also:
Serialized Form

Constructor Summary
GoCell(edu.hust.go.term.GO_term userObject)
           
GoCell(java.lang.Object userObject, boolean isGoTerm)
           
 
Method Summary
 void addPort()
           
 java.lang.Object clone()
           
 java.lang.String getToolTipString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoCell

public GoCell(edu.hust.go.term.GO_term userObject)

GoCell

public GoCell(java.lang.Object userObject,
              boolean isGoTerm)
Method Detail

addPort

public void addPort()

toString

public java.lang.String toString()

clone

public java.lang.Object clone()

getToolTipString

public java.lang.String getToolTipString()