Uses of Class
org.jtheque.movies.IMovieConfiguration.Opening

Packages that use IMovieConfiguration.Opening
org.jtheque.movies Contains the module of movies. 
 

Uses of IMovieConfiguration.Opening in org.jtheque.movies
 

Methods in org.jtheque.movies that return IMovieConfiguration.Opening
 IMovieConfiguration.Opening MovieConfiguration.getOpeningSystem()
           
 IMovieConfiguration.Opening IMovieConfiguration.getOpeningSystem()
          Return the system to open the movie.
static IMovieConfiguration.Opening IMovieConfiguration.Opening.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IMovieConfiguration.Opening[] IMovieConfiguration.Opening.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jtheque.movies with parameters of type IMovieConfiguration.Opening
 void MovieConfiguration.setOpeningSystem(IMovieConfiguration.Opening opening)
           
 void IMovieConfiguration.setOpeningSystem(IMovieConfiguration.Opening opening)
          Set the opening system for movies.
 



Copyright © 2010 JTheque. All Rights Reserved.