edu.mit.ai.psg.ui.outliner
Interface CallOutlineNode

All Known Implementing Classes:
CallOutlineNodeDefault

public interface CallOutlineNode
extends OutlineNode

Node for pairing invocations with results.

See Also:
CallOutlineRenderer

Method Summary
 CallOutlineNode getPartner()
           
 boolean isInvocation()
           
 void setPartner(CallOutlineNode partner)
           
 
Methods inherited from interface edu.mit.ai.psg.ui.outliner.OutlineNode
add, childrenAreComputed, getLabel, getObject, getRenderer, setChildrenAreComputed, setIsLeaf
 
Methods inherited from interface javax.swing.tree.MutableTreeNode
insert, remove, remove, removeFromParent, setParent, setUserObject
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Method Detail

isInvocation

public boolean isInvocation()

getPartner

public CallOutlineNode getPartner()

setPartner

public void setPartner(CallOutlineNode partner)

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu