com.japisoft.framework.dialog
Interface DialogHeader

All Known Implementing Classes:
BasicDialogHeader

public interface DialogHeader

Here an interface for the dialog header

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 void dispose()
          Freeing any inner resource
 javax.swing.JComponent getView()
           
 void setComment(java.lang.String comment)
          Reset the main text of the header
 void setIcon(javax.swing.Icon icon)
          Reset the icon of the header
 void setTitle(java.lang.String title)
          Reset the title of the header
 

Method Detail

setTitle

public void setTitle(java.lang.String title)
Reset the title of the header


setComment

public void setComment(java.lang.String comment)
Reset the main text of the header


setIcon

public void setIcon(javax.swing.Icon icon)
Reset the icon of the header


getView

public javax.swing.JComponent getView()
Returns:
the final UI component

dispose

public void dispose()
Freeing any inner resource