org.argouml.cognitive.ui
Class GoListToGoalsToItems
java.lang.Object
org.argouml.cognitive.ui.AbstractGoList2
org.argouml.cognitive.ui.GoListToGoalsToItems
- All Implemented Interfaces:
- javax.swing.tree.TreeModel
public class GoListToGoalsToItems
- extends AbstractGoList2
Rule for sorting the ToDo list: Goal -> Item.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoListToGoalsToItems
public GoListToGoalsToItems()
getChild
public java.lang.Object getChild(java.lang.Object parent,
int index)
getChildCount
public int getChildCount(java.lang.Object parent)
getIndexOfChild
public int getIndexOfChild(java.lang.Object parent,
java.lang.Object child)
isLeaf
public boolean isLeaf(java.lang.Object node)
valueForPathChanged
public void valueForPathChanged(javax.swing.tree.TreePath path,
java.lang.Object newValue)
addTreeModelListener
public void addTreeModelListener(javax.swing.event.TreeModelListener l)
removeTreeModelListener
public void removeTreeModelListener(javax.swing.event.TreeModelListener l)
getGoalList
public java.util.List<Goal> getGoalList()
- Returns:
- the goals