org.argouml.cognitive.ui
Class AbstractGoList2

java.lang.Object
  extended by org.argouml.cognitive.ui.AbstractGoList2
All Implemented Interfaces:
javax.swing.tree.TreeModel
Direct Known Subclasses:
GoListToDecisionsToItems, GoListToGoalsToItems, GoListToOffenderToItem, GoListToPosterToItem, GoListToPriorityToItem, GoListToTypeToItem

public abstract class AbstractGoList2
extends java.lang.Object
implements javax.swing.tree.TreeModel


Constructor Summary
AbstractGoList2()
           
 
Method Summary
 Predicate getPredicate()
           
 java.lang.Object getRoot()
           
 void setListPredicate(Predicate newPredicate)
           
 void setRoot(java.lang.Object r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.tree.TreeModel
addTreeModelListener, getChild, getChildCount, getIndexOfChild, isLeaf, removeTreeModelListener, valueForPathChanged
 

Constructor Detail

AbstractGoList2

public AbstractGoList2()
Method Detail

setListPredicate

public void setListPredicate(Predicate newPredicate)
Parameters:
newPredicate - the new list predicate

getPredicate

public Predicate getPredicate()
Returns:
the list predicate

getRoot

public java.lang.Object getRoot()
Specified by:
getRoot in interface javax.swing.tree.TreeModel

setRoot

public void setRoot(java.lang.Object r)
Parameters:
r - ignored


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook