Uses of Class
jaxx.demo.entities.People

Packages that use People
jaxx.demo.entities   
jaxx.demo.feature.nav   
jaxx.demo.feature.nav.content   
jaxx.demo.feature.nav.tree   
jaxx.demo.feature.nav.treetable   
 

Uses of People in jaxx.demo.entities
 

Fields in jaxx.demo.entities with type parameters of type People
protected  List<People> Movie.actors
           
 

Methods in jaxx.demo.entities that return types with arguments of type People
 List<People> Movie.getActors()
           
 

Methods in jaxx.demo.entities with parameters of type People
 void Movie.addActor(People actor)
           
 

Method parameters in jaxx.demo.entities with type arguments of type People
 void Movie.setActors(List<People> actors)
           
 

Uses of People in jaxx.demo.feature.nav
 

Fields in jaxx.demo.feature.nav with type parameters of type People
protected  Map<String,People> NavDemoDataProvider.peoples
           
 

Methods in jaxx.demo.feature.nav that return People
 People NavDemoDataProvider.getPeople(String id)
           
 

Methods in jaxx.demo.feature.nav that return types with arguments of type People
 List<People> NavDemoDataProvider.getPeoples()
           
 List<People> NavDemoDataProvider.getPeoples(Movie m)
           
 List<People> NavDemoDataProvider.getPeoples(String moviesId)
           
 

Uses of People in jaxx.demo.feature.nav.content
 

Fields in jaxx.demo.feature.nav.content declared as People
protected  People ActorContentUI.data
           
 

Fields in jaxx.demo.feature.nav.content with type parameters of type People
protected  List<People> ActorsContentUI.data
           
protected  jaxx.runtime.swing.editor.bean.BeanListHeader<People> ActorsContentUI.listHeader
           
 

Methods in jaxx.demo.feature.nav.content that return People
 People ActorContentUI.getData()
           
 

Methods in jaxx.demo.feature.nav.content that return types with arguments of type People
 List<People> ActorsContentUI.getData()
           
 jaxx.runtime.swing.editor.bean.BeanListHeader<People> ActorsContentUI.getListHeader()
           
 

Methods in jaxx.demo.feature.nav.content with parameters of type People
 void ActorContentUI.setData(People newValue)
           
 

Method parameters in jaxx.demo.feature.nav.content with type arguments of type People
 void ActorsContentUI.setData(List<People> newValue)
           
 

Uses of People in jaxx.demo.feature.nav.tree
 

Methods in jaxx.demo.feature.nav.tree that return types with arguments of type People
 List<People> ActorsTreeNodeLoador.getData(Class<?> parentClass, String moviesId, jaxx.runtime.swing.nav.NavDataProvider dataProvider)
           
 

Methods in jaxx.demo.feature.nav.tree with parameters of type People
 NavDemoTreeNode ActorsTreeNodeLoador.createNode(People data, jaxx.runtime.swing.nav.NavDataProvider dataProvider)
           
 

Uses of People in jaxx.demo.feature.nav.treetable
 

Methods in jaxx.demo.feature.nav.treetable that return types with arguments of type People
 List<People> ActorsTreeTableNodeLoador.getData(Class<?> parentClass, String moviesId, jaxx.runtime.swing.nav.NavDataProvider dataProvider)
           
 

Methods in jaxx.demo.feature.nav.treetable with parameters of type People
 NavDemoTreeTableNode ActorsTreeTableNodeLoador.createNode(People data, jaxx.runtime.swing.nav.NavDataProvider dataProvider)
           
protected  String NavDemoTreeTableModel.getPeopleColumn(People people, int i)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.