|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.ui.part.Page
org.eclipse.hyades.trace.ui.DefaultPage
public class DefaultPage
A message page display a message in a pagebook view.
This class may be instantiated; it is not intended to be subclassed.
PageBookView| Constructor Summary | |
|---|---|
DefaultPage()
A default page for view with no data to present. |
|
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
org.eclipse.swt.widgets.Control |
getControl()
|
void |
setBackground(org.eclipse.swt.graphics.Color color)
Sets the background color of the page. |
void |
setFocus()
Sets focus to a part in the page. |
void |
setMessage(java.lang.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPage()
| Method Detail |
|---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl in interface org.eclipse.ui.part.IPagecreateControl in class org.eclipse.ui.part.PageIPage.createControl(org.eclipse.swt.widgets.Composite)public org.eclipse.swt.widgets.Control getControl()
getControl in interface org.eclipse.ui.part.IPagegetControl in class org.eclipse.ui.part.PageIPage.getControl()public void setFocus()
setFocus in interface org.eclipse.ui.part.IPagesetFocus in class org.eclipse.ui.part.Pagepublic void setMessage(java.lang.String message)
message - the message textpublic void setBackground(org.eclipse.swt.graphics.Color color)
color - the background color
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||