Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.ui.forms.IMessage

Packages that use IMessage
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.  
 

Uses of IMessage in org.eclipse.ui.forms
 

Methods in org.eclipse.ui.forms with parameters of type IMessage
 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.
 

Uses of IMessage in org.eclipse.ui.forms.widgets
 

Methods in org.eclipse.ui.forms.widgets that return IMessage
 IMessage[] 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 IMessage
 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.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.