org.jtheque.core.managers.view.able.components
Interface ISplashView

All Known Implementing Classes:
SplashScreenPane

public interface ISplashView

A splash screen view specification.

Author:
Baptiste Wicht

Method Summary
 void appearsAndAnimate()
          Appears and animate the view.
 void disappear()
          Disappear.
 java.awt.Component getImpl()
          Return the implementation of the view.
 

Method Detail

appearsAndAnimate

void appearsAndAnimate()
Appears and animate the view.


disappear

void disappear()
Disappear.


getImpl

java.awt.Component getImpl()
Return the implementation of the view.

Returns:
The implementation of the view.


Copyright © 2009 JTheque. All Rights Reserved.