Uses of Class
org.acme.sample.tmplugin.data.SampleData

Packages that use SampleData
org.acme.sample.tmplugin   
org.acme.sample.tmplugin.data   
 

Uses of SampleData in org.acme.sample.tmplugin
 

Methods in org.acme.sample.tmplugin that return types with arguments of type SampleData
 List<SampleData> SampleSource.data()
           
 

Uses of SampleData in org.acme.sample.tmplugin.data
 

Methods in org.acme.sample.tmplugin.data that return SampleData
 SampleData SampleStore.add(SampleData newData)
           
 SampleData DataBinder.bind(org.gcube.data.trees.data.Tree tree)
           
 SampleData SampleStore.get(String id)
           
 

Methods in org.acme.sample.tmplugin.data that return types with arguments of type SampleData
 List<SampleData> SampleStore.getAll()
           
 

Methods in org.acme.sample.tmplugin.data with parameters of type SampleData
 SampleData SampleStore.add(SampleData newData)
           
 org.gcube.data.trees.data.Tree DataBinder.bind(SampleData data)
           
 void SampleStore.update(SampleData modifiedData)
           
 



Copyright © 2012. All Rights Reserved.