| |
|
| java.lang.Object org.eclipse.ui.texteditor.InfoForm
InfoForm | public class InfoForm (Code) | | 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.
since: 2.0 |
Constructor Summary | |
public | InfoForm(Composite parent) Creates a new info form. |
InfoForm | public InfoForm(Composite parent)(Code) | | Creates a new info form.
Parameters: parent - the parent composite |
createActionControls | protected void createActionControls(Composite parent)(Code) | | Hook method for creating an appropriate action control.
Parameters: parent - the action control's parent control |
getControl | public Control getControl()(Code) | | Returns the control of this form.
the root control of this form |
handlePropertyChange | protected void handlePropertyChange(PropertyChangeEvent event)(Code) | | |
setBannerText | public void setBannerText(String banner)(Code) | | Sets the banner text of this info form.
Parameters: banner - the banner text |
setHeaderText | public void setHeaderText(String header)(Code) | | Sets the header text of this info form.
Parameters: header - the header text |
setInfo | public void setInfo(String info)(Code) | | Sets the info of this info form
Parameters: info - the info text |
|
|
|