com.togethersoft.openapi.ide.message
Interface IdeMessagePage


public interface IdeMessagePage
extends IdeMessageView

Together's message page.

Defines methods setTitle and getTitle for working with the title of
this message page.

Methods for printing messages are defined in the IdeMessageView interface.

Author:
TogetherSoft
Since: Together 3.0

Method Summary
 StringgetTitle()
          Returns the title of this message page.
 voidsetTitle(String title)
          Sets the title for this message page.

Methods inherited from interface com.togethersoft.openapi.ide.message.IdeMessageView
printMessage, printMessage

Method Detail

getTitle

public String getTitle()
Returns the title of this message page.
Returns: String title of this message page

setTitle

public void setTitle(String title)
Sets the title for this message page.
Parameters:
title String header of the message page