fr.ifremer.isisfish.ui.input.tree.loadors
Class PopulationsNodeLoador

java.lang.Object
  extended by jaxx.runtime.swing.nav.NavNodeChildLoador<T,O,DefaultTreeModel,jaxx.runtime.swing.nav.tree.NavTreeBridge<N>,N>
      extended by jaxx.runtime.swing.nav.tree.NavTreeNodeChildLoador<T,T,FisheryTreeNode>
          extended by fr.ifremer.isisfish.ui.input.tree.loadors.FisheryTreeNodeLoador<Population>
              extended by fr.ifremer.isisfish.ui.input.tree.loadors.PopulationsNodeLoador
All Implemented Interfaces:
Serializable

public class PopulationsNodeLoador
extends FisheryTreeNodeLoador<Population>

SetOfVessels tree path node loader.

Since:
3.4.0.0
Author:
chatellier
See Also:
Serialized Form

Field Summary
protected  Species species
           
 
Fields inherited from class jaxx.runtime.swing.nav.NavNodeChildLoador
beanType
 
Constructor Summary
PopulationsNodeLoador(Species species)
           
 
Method Summary
 FisheryTreeNode createNode(Population population, jaxx.runtime.swing.nav.NavDataProvider dataProvider)
           
 List<Population> getData(Class<?> parentClass, String parentId, jaxx.runtime.swing.nav.NavDataProvider dataProvider)
           
 
Methods inherited from class jaxx.runtime.swing.nav.NavNodeChildLoador
addChildNodes, getBeanType, loadChilds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

species

protected Species species
Constructor Detail

PopulationsNodeLoador

public PopulationsNodeLoador(Species species)
Method Detail

getData

public List<Population> getData(Class<?> parentClass,
                                String parentId,
                                jaxx.runtime.swing.nav.NavDataProvider dataProvider)
                         throws Exception
Specified by:
getData in class jaxx.runtime.swing.nav.NavNodeChildLoador<Population,Population,DefaultTreeModel,jaxx.runtime.swing.nav.tree.NavTreeBridge<FisheryTreeNode>,FisheryTreeNode>
Throws:
Exception

createNode

public FisheryTreeNode createNode(Population population,
                                  jaxx.runtime.swing.nav.NavDataProvider dataProvider)
Specified by:
createNode in class jaxx.runtime.swing.nav.NavNodeChildLoador<Population,Population,DefaultTreeModel,jaxx.runtime.swing.nav.tree.NavTreeBridge<FisheryTreeNode>,FisheryTreeNode>


Copyright © 1999-2012 CodeLutin. All Rights Reserved.