Package org.eclipse.ui.texteditor
Class InfoForm
java.lang.Object
org.eclipse.ui.texteditor.InfoForm
Deprecated.
since 3.0. there is no replacement, use org.eclipse.ui.forms to define a component with a similar look and function.
A form consisting of a title, a banner, and an info text. Banner and info text are
separated by a separator line. This form must be handled like an SWT widget.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateActionControls(Composite parent) Deprecated.Deprecated.protected voidDeprecated.voidsetBannerText(String banner) Deprecated.voidsetHeaderText(String header) Deprecated.voidDeprecated.
-
Constructor Details
-
InfoForm
Deprecated.Creates a new info form.- Parameters:
parent- the parent composite
-
-
Method Details
-
createActionControls
Deprecated.Hook method for creating an appropriate action control.- Parameters:
parent- the action control's parent control
-
getControl
Deprecated.Returns the control of this form.- Returns:
- the root control of this form
-
setHeaderText
Deprecated.Sets the header text of this info form.- Parameters:
header- the header text
-
setBannerText
Deprecated.Sets the banner text of this info form.- Parameters:
banner- the banner text
-
setInfo
Deprecated.Sets the info of this info form- Parameters:
info- the info text
-
handlePropertyChange
Deprecated.Handles the property change.- Parameters:
event- the property change event object describing which property changed and how
-