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

All Known Implementing Classes:
PrimaryListPane

public interface IPrimaryListView

The primary list view specification.

Author:
Baptiste Wicht

Method Summary
 void appear()
          Make the view appear.
 java.awt.Component getImpl()
          Return the implementation.
 

Method Detail

appear

void appear()
Make the view appear.


getImpl

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

Returns:
The real implementation.


Copyright © 2009 JTheque. All Rights Reserved.