Package | Description |
---|---|
org.eclipse.ui.forms |
Forms-based controls for use in views, editors, and wizards.
|
org.eclipse.ui.forms.widgets |
Custom widgets and controls for forms-based parts.
|
Modifier and Type | Method and Description |
---|---|
String |
IMessageManager.createSummary(IMessage[] messages)
When message manager is used in context of a form, and there are
hyperlink listeners for messages in the header, the hyperlink event will
carry an object of type
IMessage[] as an href. |
Modifier and Type | Method and Description |
---|---|
IMessage[] |
Form.getChildrenMessages()
Returns the children messages that the cause of the summary message
currently set on the form.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrolledForm.setMessage(String newMessage,
int newType,
IMessage[] messages)
Sets the form message.
|
void |
Form.setMessage(String newMessage,
int newType,
IMessage[] children)
Sets the message for this form with an indication of what type of message
it is.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.