|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.Component
org.apache.pivot.wtk.MovieView
@DefaultProperty(value="movie") public class MovieView
Component that plays a movie.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.pivot.wtk.Component |
---|
Component.DecoratorSequence, Component.StyleDictionary, Component.UserDataDictionary |
Constructor Summary | |
---|---|
MovieView()
Creates an empty movie view. |
|
MovieView(Movie movie)
Creates an movie view with the given movie. |
Method Summary | |
---|---|
Movie |
getMovie()
Returns the movie view's current movie. |
ListenerList<MovieViewListener> |
getMovieViewListeners()
Returns the movie view listener list. |
void |
setMovie(Movie movie)
Sets the movie view's current movie. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MovieView()
public MovieView(Movie movie)
movie
- The initial movie to set, or null for no movie.Method Detail |
---|
public Movie getMovie()
public void setMovie(Movie movie)
movie
- The movie to set, or null for no movie.public ListenerList<MovieViewListener> getMovieViewListeners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |