com.sdm.quasar.client.swing.embedding.services
Interface WindowTitleService

All Superinterfaces:
Service

public interface WindowTitleService
extends Service

Offers access to the window's title and icon.

Version:
1.0
Author:
Martin Haft, sd&m AG, Thomas Wolf, sd&m AG, Bernd Olleck, sd&m AG

Method Summary
 void setWindowIcon(java.awt.Image icon)
          Sets the window's icon.
 void setWindowTitle(java.lang.String title)
          Sets the window's title.
 

Method Detail

setWindowTitle

public void setWindowTitle(java.lang.String title)
Sets the window's title.

Parameters:
title - the new title

setWindowIcon

public void setWindowIcon(java.awt.Image icon)
Sets the window's icon.

Parameters:
icon - the icon to set as Image