|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ui.part.Page org.eclipse.ui.part.MessagePage
A message page display a message in a pagebook view.
This class may be instantiated; it is not intended to be subclassed.
Constructor Summary | |
MessagePage()
Creates a new page. |
Method Summary | |
void | createControl(Composite parent)
Creates the SWT control for this page under the given parent control. |
Control | getControl()
The Page implementation of this IPage method returns null. |
void | setFocus()
Sets focus to a part in the page. |
void | setMessage(String message)
Sets the message to the given string. |
Methods inherited from class org.eclipse.ui.part.Page |
dispose, getSite, init, makeContributions, setActionBars |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessagePage()
Method Detail |
public void createControl(Composite parent)
Clients should not call this method (the workbench calls this method when it needs to, which may be never).
public Control getControl()
public void setFocus()
public void setMessage(String message)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.