fr.ifremer.coser.ui.selection.replay
Class SelectionByProjectTreeModel

java.lang.Object
  extended by fr.ifremer.coser.ui.selection.replay.SelectionByProjectTreeModel
All Implemented Interfaces:
TreeModel

public class SelectionByProjectTreeModel
extends Object
implements TreeModel

TreeModel that display all selections in all projects.

Version:
$Revision: 931 $ Last update : $Date: 2011-12-23 16:13:08 +0100 (Fri, 23 Dec 2011) $ By : $Author: echatellier $
Author:
chatellier

Field Summary
protected  List<String> projects
           
protected  SortedMap<String,List<String>> selectionsByProject
           
 
Constructor Summary
SelectionByProjectTreeModel(SortedMap<String,List<String>> selectionsByProject)
           
 
Method Summary
 void addTreeModelListener(TreeModelListener l)
           
 Object getChild(Object parent, int index)
           
 int getChildCount(Object parent)
           
 int getIndexOfChild(Object parent, Object child)
           
 Object getRoot()
           
 boolean isLeaf(Object node)
           
 void removeTreeModelListener(TreeModelListener l)
           
 void valueForPathChanged(TreePath path, Object newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectionsByProject

protected SortedMap<String,List<String>> selectionsByProject

projects

protected List<String> projects
Constructor Detail

SelectionByProjectTreeModel

public SelectionByProjectTreeModel(SortedMap<String,List<String>> selectionsByProject)
Method Detail

getRoot

public Object getRoot()
Specified by:
getRoot in interface TreeModel

getChild

public Object getChild(Object parent,
                       int index)
Specified by:
getChild in interface TreeModel

getChildCount

public int getChildCount(Object parent)
Specified by:
getChildCount in interface TreeModel

isLeaf

public boolean isLeaf(Object node)
Specified by:
isLeaf in interface TreeModel

valueForPathChanged

public void valueForPathChanged(TreePath path,
                                Object newValue)
Specified by:
valueForPathChanged in interface TreeModel

getIndexOfChild

public int getIndexOfChild(Object parent,
                           Object child)
Specified by:
getIndexOfChild in interface TreeModel

addTreeModelListener

public void addTreeModelListener(TreeModelListener l)
Specified by:
addTreeModelListener in interface TreeModel

removeTreeModelListener

public void removeTreeModelListener(TreeModelListener l)
Specified by:
removeTreeModelListener in interface TreeModel


Copyright © 2010-2012 Ifremer. All Rights Reserved.