jaxx.demo.feature.nav
Class NavDemoDataProvider
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
movies
protected Map<String,Movie> movies
peoples
protected Map<String,People> peoples
NavDemoDataProvider
public NavDemoDataProvider()
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-2010 CodeLutin. All Rights Reserved.