Package com.togethersoft.openapi.ide.message
This package provides set of classes and interfaces destined for working with messages.See
Description
| Interface Summary |
| IdeMessageManager | Interface IdeMessageManager controls the visibility of Together's message pane and
defines methods for getting a default message page and adding/removing the user-defined message pages. |
| IdeMessageManagerFactory | Represents factory to create new message manager. |
| IdeMessagePage | Together's message page. |
| IdeMessageType | Defines the integer constants with the types of messages. |
| IdeMessageView | Defines methods used by message pages to print messages. |
| Class Summary |
| IdeMessageManagerAccess | Provides access to the current IdeMessageManager and defines two
static methods for printing messages in the default message page or in a modal dialog. |
Package com.togethersoft.openapi.ide.message Description
This package provides set of classes and interfaces destined for working with messages.
It is possible to display the messages in the message pane
or in a modal dialog window and to create user-defined message pages.
The methods of IdeMessageManager allow control the visibility of the
message pane and add/remove user-defined pages to the message pane.