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

All Known Implementing Classes:
CollectionPane

public interface ICollectionView

A collection view specification.

Author:
Baptiste Wicht

Method Summary
 void appear()
          Make the view appear.
 void disappear()
          Make the view disasppear.
 java.lang.String getCollection()
          Return the entered collection.
 java.awt.Component getImpl()
          Return the implementation of the view.
 java.lang.String getPassword()
          Return the entered password.
 void setErrorMessage(java.lang.String message)
          Set the error message to display on the view.
 

Method Detail

setErrorMessage

void setErrorMessage(java.lang.String message)
Set the error message to display on the view.

Parameters:
message - The error message.

getCollection

java.lang.String getCollection()
Return the entered collection.

Returns:
the entered collection.

getPassword

java.lang.String getPassword()
Return the entered password.

Returns:
The entered password.

appear

void appear()
Make the view appear.


disappear

void disappear()
Make the view disasppear.


getImpl

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

Returns:
The implementation of the view.


Copyright © 2009 JTheque. All Rights Reserved.