public class InfoForm extends Object
Constructor and Description |
---|
InfoForm(Composite parent)
Deprecated.
Creates a new info form.
|
Modifier and Type | Method and Description |
---|---|
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.
Handles the property change.
|
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
|
public InfoForm(Composite parent)
parent
- the parent compositeprotected 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)
event
- the property change event object describing which property changed and how
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.