jaxx.demo.feature.nav
Class NavDemoDataProvider

java.lang.Object
  extended by jaxx.demo.feature.nav.NavDemoDataProvider
All Implemented Interfaces:
jaxx.runtime.swing.nav.NavDataProvider

public class NavDemoDataProvider
extends Object
implements jaxx.runtime.swing.nav.NavDataProvider

Since:
2.1
Author:
sletellier

Field Summary
protected  Map<String,Movie> movies
           
protected  Map<String,People> peoples
           
 
Constructor Summary
NavDemoDataProvider()
           
 
Method Summary
 Movie getMovie(String id)
           
 List<Movie> getMovies()
           
 People getPeople(String id)
           
 List<People> getPeoples()
           
 List<People> getPeoples(Movie m)
           
 List<People> getPeoples(String moviesId)
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

movies

protected Map<String,Movie> movies

peoples

protected Map<String,People> peoples
Constructor Detail

NavDemoDataProvider

public NavDemoDataProvider()
Method Detail

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface jaxx.runtime.swing.nav.NavDataProvider

getMovie

public Movie getMovie(String id)

getPeople

public People getPeople(String id)

getMovies

public List<Movie> getMovies()

getPeoples

public List<People> getPeoples()

getPeoples

public List<People> getPeoples(Movie m)

getPeoples

public List<People> getPeoples(String moviesId)


Copyright © 2008-2011 CodeLutin. All Rights Reserved.