Uses of Interface
org.eclipse.ui.forms.IMessage
Packages that use IMessage
Package
Description
Forms-based controls for use in views, editors, and wizards.
Custom widgets and controls for forms-based parts.
-
Uses of IMessage in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms with parameters of type IMessageModifier and TypeMethodDescriptionIMessageManager.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 typeIMessage[]as an href. -
Uses of IMessage in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets that return IMessageModifier and TypeMethodDescriptionIMessage[]Form.getChildrenMessages()Returns the children messages that the cause of the summary message currently set on the form.Methods in org.eclipse.ui.forms.widgets with parameters of type IMessageModifier and TypeMethodDescriptionvoidForm.setMessage(String newMessage, int newType, IMessage[] children) Sets the message for this form with an indication of what type of message it is.voidScrolledForm.setMessage(String newMessage, int newType, IMessage[] messages) Sets the form message.