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 |
String | getTitle() Returns the title of this message page. |
void | setTitle(String title) Sets the title for this message page. |
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