|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.InfoForm
A form consisting of a title, a banner, and a info text. Banner and info text are separated by a separator line. This form must be handled like a SWT widget.
Constructor Summary | |
InfoForm(Composite parent)
Deprecated. Creates a new info form. |
Method Summary | |
protected void |
createActionControls(Composite parent)
Deprecated. Hook method for creating an appropriate action control. |
Control |
getControl()
Deprecated. Returns the control of this form. |
protected void |
handlePropertyChange(PropertyChangeEvent event)
Deprecated. |
void |
setBannerText(String banner)
Deprecated. Sets the banner text of this info form. |
void |
setHeaderText(String header)
Deprecated. Sets the header text of this info form. |
void |
setInfo(String info)
Deprecated. Sets the info of this info form |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InfoForm(Composite parent)
parent
- the parent compositeMethod Detail |
protected void createActionControls(Composite parent)
parent
- the action control's parent controlpublic Control getControl()
public void setHeaderText(String header)
header
- the header textpublic void setBannerText(String banner)
banner
- the banner textpublic void setInfo(String info)
info
- the info textprotected void handlePropertyChange(PropertyChangeEvent event)
|
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.