Package org.eclipse.ui.dialogs
Class PreferenceLinkArea
java.lang.Object
org.eclipse.ui.dialogs.PreferenceLinkArea
The PreferenceLinkArea is the link area used to open a specific preference
page.
- Since:
- 3.1
-
Constructor Summary
ConstructorDescriptionPreferenceLinkArea
(Composite parent, int style, String pageId, String message, IWorkbenchPreferenceContainer pageContainer, Object pageData) Create a new instance of the receiver -
Method Summary
-
Constructor Details
-
PreferenceLinkArea
public PreferenceLinkArea(Composite parent, int style, String pageId, String message, IWorkbenchPreferenceContainer pageContainer, Object pageData) Create a new instance of the receiver- Parameters:
parent
- the parent Compositestyle
- the SWT stylepageId
- the page idmessage
- the message to use as text. If this message has {0} in its value it will be bound with the displayed name of the preference page. This message must be well formed html if you wish to link to another page.pageContainer
- - The container another page will be opened in.pageData
- - The data to apply to the page.
-
-
Method Details
-
getControl
Return the control for the receiver.- Returns:
- Control
-