git-svn-id: https://svn.coded.pt/svn/SIPRP@1825 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Frederico Palma 12 years ago
parent a832906e01
commit 58da284702

@ -0,0 +1,18 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tabledataproviders;
import com.sun.data.provider.impl.ObjectListDataProvider;
/**
*
* @author lluis
*/
public class EstatisticaPlanoDataProvider extends ObjectListDataProvider {
public EstatisticaPlanoDataProvider(){
}
}

@ -0,0 +1,18 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tabledataproviders;
import com.sun.data.provider.impl.ObjectListDataProvider;
/**
*
* @author lluis
*/
public class PlanosActualDataProvider extends ObjectListDataProvider {
public PlanosActualDataProvider(){
}
}

@ -0,0 +1,18 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tabledataproviders;
import com.sun.data.provider.impl.ObjectListDataProvider;
/**
*
* @author lluis
*/
public class PlanosConcluidosDataProvider extends ObjectListDataProvider {
public PlanosConcluidosDataProvider(){
}
}

@ -0,0 +1,18 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tabledataproviders;
import com.sun.data.provider.impl.ObjectListDataProvider;
/**
*
* @author lluis
*/
public class PlanosSeguimentoDataProvider extends ObjectListDataProvider {
public PlanosSeguimentoDataProvider(){
}
}
Loading…
Cancel
Save