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