org.jtheque.core.managers.view.able
Interface IAboutView

All Known Implementing Classes:
AboutPane

public interface IAboutView

An about view specification.

Author:
Baptiste Wicht

Method Summary
 void appear()
          Make the view appears.
 void disappear()
          Make the view disappears.
 org.jdesktop.animation.timing.Animator getAnimator()
          Return the animator of the view.
 java.awt.Component getImpl()
          Return the implementation of the view.
 void setVisible(boolean visible)
          Make the view visible or not.
 

Method Detail

getAnimator

org.jdesktop.animation.timing.Animator getAnimator()
Return the animator of the view.

Returns:
The animator of the view.

setVisible

void setVisible(boolean visible)
Make the view visible or not.

Parameters:
visible - A boolean flag indicating if we must make the view visible or not.

appear

void appear()
Make the view appears.


disappear

void disappear()
Make the view disappears.


getImpl

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

Returns:
The implementation of the view.


Copyright © 2009 JTheque. All Rights Reserved.